Uses of Interface
org.attoparser.dom.INode
Packages that use INode
-
Uses of INode in org.attoparser.dom
Subinterfaces of INode in org.attoparser.domModifier and TypeInterfaceDescriptioninterface
Common interface for all nodes in DOM trees that can have children nodes.Classes in org.attoparser.dom that implement INodeModifier and TypeClassDescription(package private) class
(package private) class
class
CDATA Section node in a DOM tree.class
Comment node in a DOM tree.class
DOCTYPE clause node in a DOM tree.class
Root object for a DOM object tree produced by theDOMBuilderMarkupHandler
handler or theIDOMMarkupParser
parser implementations.class
Element node in a DOM tree.class
Processing Instruction node in a DOM tree.class
Text node in a DOM tree.class
XML Declaration node in a DOM tree.Fields in org.attoparser.dom with type parameters of type INodeMethods in org.attoparser.dom with type parameters of type INodeModifier and TypeMethodDescriptionAbstractNestableNode.getChildrenOfType
(Class<T> type) INestableNode.getChildrenOfType
(Class<T> type) <T extends INode>
TAbstractNestableNode.getFirstChildOfType
(Class<T> type) <T extends INode>
TINestableNode.getFirstChildOfType
(Class<T> type) Methods in org.attoparser.dom that return INodeModifier and TypeMethodDescriptionINode.cloneNode
(INestableNode parent) AbstractNestableNode.getFirstChild()
INestableNode.getFirstChild()
Methods in org.attoparser.dom that return types with arguments of type INodeMethods in org.attoparser.dom with parameters of type INodeModifier and TypeMethodDescriptionvoid
void
final void
AbstractNestableNode.insertChild
(int index, INode newChild) void
INestableNode.insertChild
(int index, INode newChild) final void
AbstractNestableNode.insertChildAfter
(INode after, INode newChild) void
INestableNode.insertChildAfter
(INode after, INode newChild) final void
AbstractNestableNode.insertChildBefore
(INode before, INode newChild) void
INestableNode.insertChildBefore
(INode before, INode newChild) final void
AbstractNestableNode.removeChild
(INode child) void
INestableNode.removeChild
(INode child) static void