public interface IDOMVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
enter(Attr attr) |
boolean |
enter(CDATASection cdata) |
boolean |
enter(Comment comment) |
boolean |
enter(Document doc) |
boolean |
enter(DocumentFragment docfrag) |
boolean |
enter(DocumentType doctype) |
boolean |
enter(Element element) |
boolean |
enter(Entity entity) |
boolean |
enter(EntityReference entityRef) |
boolean |
enter(Node node) |
boolean |
enter(Notation notation) |
boolean |
enter(ProcessingInstruction pi) |
boolean |
enter(Text text) |
void |
leave(Attr attr) |
void |
leave(CDATASection cdata) |
void |
leave(Comment comment) |
void |
leave(Document doc) |
void |
leave(DocumentFragment docfrag) |
void |
leave(DocumentType doctype) |
void |
leave(Element element) |
void |
leave(Entity entity) |
void |
leave(EntityReference entityRef) |
void |
leave(Node node) |
void |
leave(Notation notation) |
void |
leave(ProcessingInstruction pi) |
void |
leave(Text text) |
boolean enter(Element element) throws DOMVisitorException
DOMVisitorException
boolean enter(Attr attr) throws DOMVisitorException
DOMVisitorException
boolean enter(Text text) throws DOMVisitorException
DOMVisitorException
boolean enter(CDATASection cdata) throws DOMVisitorException
DOMVisitorException
boolean enter(EntityReference entityRef) throws DOMVisitorException
DOMVisitorException
boolean enter(Entity entity) throws DOMVisitorException
DOMVisitorException
boolean enter(ProcessingInstruction pi) throws DOMVisitorException
DOMVisitorException
boolean enter(Comment comment) throws DOMVisitorException
DOMVisitorException
boolean enter(Document doc) throws DOMVisitorException
DOMVisitorException
boolean enter(DocumentType doctype) throws DOMVisitorException
DOMVisitorException
boolean enter(DocumentFragment docfrag) throws DOMVisitorException
DOMVisitorException
boolean enter(Notation notation) throws DOMVisitorException
DOMVisitorException
boolean enter(Node node) throws DOMVisitorException
DOMVisitorException
void leave(Element element) throws DOMVisitorException
DOMVisitorException
void leave(Attr attr) throws DOMVisitorException
DOMVisitorException
void leave(Text text) throws DOMVisitorException
DOMVisitorException
void leave(CDATASection cdata) throws DOMVisitorException
DOMVisitorException
void leave(EntityReference entityRef) throws DOMVisitorException
DOMVisitorException
void leave(Entity entity) throws DOMVisitorException
DOMVisitorException
void leave(ProcessingInstruction pi) throws DOMVisitorException
DOMVisitorException
void leave(Comment comment) throws DOMVisitorException
DOMVisitorException
void leave(Document doc) throws DOMVisitorException
DOMVisitorException
void leave(DocumentType doctype) throws DOMVisitorException
DOMVisitorException
void leave(DocumentFragment docfrag) throws DOMVisitorException
DOMVisitorException
void leave(Notation notation) throws DOMVisitorException
DOMVisitorException
void leave(Node node) throws DOMVisitorException
DOMVisitorException