Class IdResolver
java.lang.Object
org.apache.xml.security.utils.IdResolver
Deprecated.
Purpose of this class is to enable the XML Parser to keep track of ID
attributes. This is done by 'registering' attributes of type ID at the
IdResolver.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ElementgetElementById(Document doc, String id) Deprecated.Method getElementByIdstatic voidregisterElementById(Element element, Attr id) Deprecated.Method registerElementById
-
Constructor Details
-
IdResolver
private IdResolver()Deprecated.
-
-
Method Details
-
registerElementById
-
getElementById
-