Class DefaultsTypeImpl

All Implemented Interfaces:
XMLObject, DefaultsType, XACMLObject

public class DefaultsTypeImpl extends AbstractXACMLObject implements DefaultsType
Implementation for DefaultsType.
  • Field Details

    • xPathVersion

      private XSString xPathVersion
      XPath version.
  • Constructor Details

    • DefaultsTypeImpl

      protected DefaultsTypeImpl(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 Details

    • getXPathVersion

      public XSString getXPathVersion()
      Gets the XPath version for this type.
      Specified by:
      getXPathVersion in interface DefaultsType
      Returns:
      XPath version for this type
    • setXPathVersion

      public void setXPathVersion(XSString version)
      Sets the XPath version for this type.
      Specified by:
      setXPathVersion in interface DefaultsType
      Parameters:
      version - XPath version for this type
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements