Class RetrievalMethod

    • Constructor Detail

      • RetrievalMethod

        public RetrievalMethod​(org.w3c.dom.Element element,
                               java.lang.String baseURI)
                        throws XMLSecurityException
        Constructor RetrievalMethod
        Parameters:
        element -
        baseURI -
        Throws:
        XMLSecurityException
      • RetrievalMethod

        public RetrievalMethod​(org.w3c.dom.Document doc,
                               java.lang.String URI,
                               Transforms transforms,
                               java.lang.String Type)
        Constructor RetrievalMethod
        Parameters:
        doc -
        URI -
        transforms -
        Type -
    • Method Detail

      • getURIAttr

        public org.w3c.dom.Attr getURIAttr()
        Method getURIAttr
        Returns:
        the URI attribute
      • getURI

        public java.lang.String getURI()
        Method getURI
        Returns:
        URI string
      • getType

        public java.lang.String getType()
        Returns:
        the type
      • getBaseLocalName

        public java.lang.String getBaseLocalName()
        Returns the localname of the Elements of the sub-class.
        Specified by:
        getBaseLocalName in class ElementProxy
        Returns:
        the localname of the Elements of the sub-class.