|
|||||||||
| Home >> All >> javax >> xml >> transform >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.xml.transform.dom
Interface DOMLocator

- All Superinterfaces:
- javax.xml.transform.SourceLocator
- public interface DOMLocator
- extends javax.xml.transform.SourceLocator
Locator for reporting a location in a W3C DOM object graph.
| Method Summary | |
org.w3c.dom.Node |
getOriginatingNode()
Returns the node on which the event originated. |
| Methods inherited from interface javax.xml.transform.SourceLocator |
getColumnNumber, getLineNumber, getPublicId, getSystemId |
| Method Detail |
getOriginatingNode
public org.w3c.dom.Node getOriginatingNode()
- Returns the node on which the event originated.
|
|||||||||
| Home >> All >> javax >> xml >> transform >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC