public class IdResolver
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
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