public final class LocatorTable
extends java.lang.Object
Locator
objects for every Element
.Constructor and Description |
---|
LocatorTable() |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.Locator |
getEndLocation(org.w3c.dom.Element e) |
org.xml.sax.Locator |
getStartLocation(org.w3c.dom.Element e) |
void |
storeEndLocation(org.w3c.dom.Element e,
org.xml.sax.Locator loc) |
void |
storeStartLocation(org.w3c.dom.Element e,
org.xml.sax.Locator loc) |
public void storeStartLocation(org.w3c.dom.Element e, org.xml.sax.Locator loc)
public void storeEndLocation(org.w3c.dom.Element e, org.xml.sax.Locator loc)
public org.xml.sax.Locator getStartLocation(org.w3c.dom.Element e)
public org.xml.sax.Locator getEndLocation(org.w3c.dom.Element e)