|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.utils.IdResolver
public class IdResolver
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 | |
---|---|
static org.w3c.dom.Element |
getElementById(org.w3c.dom.Document doc,
java.lang.String id)
Deprecated. Method getElementById |
static void |
registerElementById(org.w3c.dom.Element element,
org.w3c.dom.Attr id)
Deprecated. Method registerElementById |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void registerElementById(org.w3c.dom.Element element, org.w3c.dom.Attr id)
element
- the element to registerid
- the ID attributepublic static org.w3c.dom.Element getElementById(org.w3c.dom.Document doc, java.lang.String id)
doc
- the documentid
- the value of the ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |