Class ScopeImpl

    • Field Detail

      • scopeValue

        private String scopeValue
        The string content value.
    • Constructor Detail

      • ScopeImpl

        protected ScopeImpl​(String namespaceURI,
                            String elementLocalName,
                            String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getRegexp

        public Boolean getRegexp()
        Get the regexp attribute value.
        Specified by:
        getRegexp in interface Scope
        Returns:
        the regexp attribute value
      • setRegexp

        public void setRegexp​(Boolean newRegexp)
        Set the regexp attribute value.
        Specified by:
        setRegexp in interface Scope
        Parameters:
        newRegexp - the new regexp attribute value
      • getRegexpXSBoolean

        public XSBooleanValue getRegexpXSBoolean()
        Get the regexp attribute value.
        Specified by:
        getRegexpXSBoolean in interface Scope
        Returns:
        the regexp attribute value
      • setRegexp

        public void setRegexp​(XSBooleanValue newRegexp)
        Set the regexp attribute value.
        Specified by:
        setRegexp in interface Scope
        Parameters:
        newRegexp - the new regexp attribute value