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
DOMVisitorExceptionboolean enter(Attr attr) throws DOMVisitorException
DOMVisitorExceptionboolean enter(Text text) throws DOMVisitorException
DOMVisitorExceptionboolean enter(CDATASection cdata) throws DOMVisitorException
DOMVisitorExceptionboolean enter(EntityReference entityRef) throws DOMVisitorException
DOMVisitorExceptionboolean enter(Entity entity) throws DOMVisitorException
DOMVisitorExceptionboolean enter(ProcessingInstruction pi) throws DOMVisitorException
DOMVisitorExceptionboolean enter(Comment comment) throws DOMVisitorException
DOMVisitorExceptionboolean enter(Document doc) throws DOMVisitorException
DOMVisitorExceptionboolean enter(DocumentType doctype) throws DOMVisitorException
DOMVisitorExceptionboolean enter(DocumentFragment docfrag) throws DOMVisitorException
DOMVisitorExceptionboolean enter(Notation notation) throws DOMVisitorException
DOMVisitorExceptionboolean enter(Node node) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Element element) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Attr attr) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Text text) throws DOMVisitorException
DOMVisitorExceptionvoid leave(CDATASection cdata) throws DOMVisitorException
DOMVisitorExceptionvoid leave(EntityReference entityRef) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Entity entity) throws DOMVisitorException
DOMVisitorExceptionvoid leave(ProcessingInstruction pi) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Comment comment) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Document doc) throws DOMVisitorException
DOMVisitorExceptionvoid leave(DocumentType doctype) throws DOMVisitorException
DOMVisitorExceptionvoid leave(DocumentFragment docfrag) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Notation notation) throws DOMVisitorException
DOMVisitorExceptionvoid leave(Node node) throws DOMVisitorException
DOMVisitorExceptionCopyright © 2017 Oracle Corporation. All rights reserved.