public final class LocatorTable
extends java.lang.Object
Locator objects for every Element.| Constructor | Description |
|---|---|
LocatorTable() |
| Modifier and Type | Method | 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)
Copyright © 2018 Oracle Corporation. All rights reserved.