Class IdentitySelector

  • All Implemented Interfaces:
    javax.xml.transform.SourceLocator, Location, org.xml.sax.Locator

    public class IdentitySelector
    extends FieldOrSelector
    The selector of an IdentityConstraint
    • Constructor Detail

      • IdentitySelector

        public IdentitySelector​(java.lang.String xpath)
                         throws SchemaException
        Create a new IdentitySelector.
        Parameters:
        xpath - the xpath for the IdentitySelector. Must not be null.
        Throws:
        SchemaException - if xpath is null.