public interface IDOMVisitor
| Modifier and Type | Method and Description |
|---|---|
default boolean |
enter(Attr attr) |
default boolean |
enter(CDATASection cdata) |
default boolean |
enter(Comment comment) |
default boolean |
enter(Document doc) |
default boolean |
enter(DocumentFragment docfrag) |
default boolean |
enter(DocumentType doctype) |
default boolean |
enter(Element element) |
default boolean |
enter(Entity entity) |
default boolean |
enter(EntityReference entityRef) |
default boolean |
enter(Node node)
Fallback for all "other" node types not explicitly handled.
|
default boolean |
enter(Notation notation) |
default boolean |
enter(ProcessingInstruction pi) |
default boolean |
enter(Text text) |
default void |
leave(Attr attr) |
default void |
leave(CDATASection cdata) |
default void |
leave(Comment comment) |
default void |
leave(Document doc) |
default void |
leave(DocumentFragment docfrag) |
default void |
leave(DocumentType doctype) |
default void |
leave(Element element) |
default void |
leave(Entity entity) |
default void |
leave(EntityReference entityRef) |
default void |
leave(Node node) |
default void |
leave(Notation notation) |
default void |
leave(ProcessingInstruction pi) |
default void |
leave(Text text) |
default boolean enter(Element element) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(Attr attr) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(Text text) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(CDATASection cdata) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(EntityReference entityRef) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(Entity entity) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(ProcessingInstruction pi) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(Comment comment) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(Document doc) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(DocumentType doctype) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(DocumentFragment docfrag) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(Notation notation) throws DOMVisitorException
DOMVisitorExceptiondefault boolean enter(Node node) throws DOMVisitorException
node - Current node.true to enter, false otherwiseDOMVisitorException - Just in casedefault void leave(Element element) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(Attr attr) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(Text text) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(CDATASection cdata) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(EntityReference entityRef) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(Entity entity) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(ProcessingInstruction pi) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(Comment comment) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(Document doc) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(DocumentType doctype) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(DocumentFragment docfrag) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(Notation notation) throws DOMVisitorException
DOMVisitorExceptiondefault void leave(Node node) throws DOMVisitorException
DOMVisitorExceptionCopyright © 2016 Philip Helger. All rights reserved.