public interface NodeVisitor
Document.| Modifier and Type | Method and Description |
|---|---|
void |
visitAssociationElement(String associationName)
Visits association element (namespace http://jailer.sf.net/association).
|
void |
visitComment(String comment)
Visits comment.
|
void |
visitElementEnd(String elementName,
boolean isRoot)
Visits end of an element.
|
void |
visitElementStart(String elementName,
boolean isRoot,
String[] attributeNames,
String[] attributeValues)
Visits start of an element.
|
void |
visitText(String text)
Visits text node.
|
void visitElementStart(String elementName, boolean isRoot, String[] attributeNames, String[] attributeValues)
elementName - the element nameisRoot - true if element is rootvoid visitElementEnd(String elementName, boolean isRoot)
elementName - the element nameisRoot - true if element is rootvoid visitText(String text)
text - the textvoid visitAssociationElement(String associationName)
associationName - the association namevoid visitComment(String comment)
comment - the comment