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