Package org.apache.xml.security.utils
Class IdResolver
- java.lang.Object
-
- org.apache.xml.security.utils.IdResolver
-
public class IdResolver extends Object
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.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Element
getElementById(Document doc, String id)
Deprecated.Method getElementByIdstatic void
registerElementById(Element element, Attr id)
Deprecated.Method registerElementById
-