- java.lang.Object
-
- org.apache.xml.security.utils.IdResolver
-
@Deprecated public final 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 ElementgetElementById(Document doc, String id)Deprecated.Method getElementByIdstatic voidregisterElementById(Element element, Attr id)Deprecated.Method registerElementById
-