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 TypeInterfaceDescriptioninterfaceCommon 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) classclassCDATA Section node in a DOM tree.classComment node in a DOM tree.classDOCTYPE clause node in a DOM tree.classRoot object for a DOM object tree produced by theDOMBuilderMarkupHandlerhandler or theIDOMMarkupParserparser implementations.classElement node in a DOM tree.classProcessing Instruction node in a DOM tree.classText node in a DOM tree.classXML 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 TypeMethodDescriptionvoidvoidfinal voidAbstractNestableNode.insertChild(int index, INode newChild) voidINestableNode.insertChild(int index, INode newChild) final voidAbstractNestableNode.insertChildAfter(INode after, INode newChild) voidINestableNode.insertChildAfter(INode after, INode newChild) final voidAbstractNestableNode.insertChildBefore(INode before, INode newChild) voidINestableNode.insertChildBefore(INode before, INode newChild) final voidAbstractNestableNode.removeChild(INode child) voidINestableNode.removeChild(INode child) static void