Class IdentityConstraint

    • Field Detail

      • selectors

        public final XPath[] selectors
        selectors of the identity constraint. each XPath separated by '|' will be treated as one entity.
      • namespaceURI

        public final String namespaceURI
        namespace URI of the identity constraint.
      • localName

        public final String localName
        local name of the identity constraint.
      • fields

        public final Field[] fields
        fields of this constraint.
    • Constructor Detail

      • IdentityConstraint

        public IdentityConstraint​(String namespaceURI,
                                  String localName,
                                  XPath[] selectors,
                                  Field[] fields)