Uses of Interface
com.japisoft.fastparser.node.MutableNode

Packages that use MutableNode
com.japisoft.fastparser.document   
com.japisoft.fastparser.dom   
com.japisoft.fastparser.node   
 

Uses of MutableNode in com.japisoft.fastparser.document
 

Methods in com.japisoft.fastparser.document that return MutableNode
 MutableNode Document.getRoot()
           
 

Methods in com.japisoft.fastparser.document with parameters of type MutableNode
 void Document.setRoot(MutableNode root)
           
 

Constructors in com.japisoft.fastparser.document with parameters of type MutableNode
Document(MutableNode root)
          Reset the current document root
 

Uses of MutableNode in com.japisoft.fastparser.dom
 

Classes in com.japisoft.fastparser.dom that implement MutableNode
 class AttrImpl
          Att
 class CharacterDataImpl
          CharacterData
 class CommentImpl
          Comment
 class DocumentFragmentImpl
          DocumentFragment
 class DocumentImpl
          Document
 class DocumentTypeImpl
          DocumentType : Not implemented
 class ElementImpl
          Element
 class EntityImpl
          Entity
 class EntityReferenceImpl
          EntityReference
 class NodeImpl
          Node
 class NotationImpl
          Notation
 class ProcessingInstructionImpl
          ProcesingInstruction
 class TextImpl
          Text
 

Methods in com.japisoft.fastparser.dom that return MutableNode
 MutableNode DomNodeFactory.getTextNode(java.lang.String text)
           
 MutableNode DomNodeFactory.getTagNode(java.lang.String tag)
           
 MutableNode DomNodeFactory.getCommentNode(java.lang.String comment)
           
 

Uses of MutableNode in com.japisoft.fastparser.node
 

Classes in com.japisoft.fastparser.node that implement MutableNode
 class SimpleNode
          Simple node.
 

Methods in com.japisoft.fastparser.node that return MutableNode
 MutableNode NodeFactory.getTextNode(java.lang.String text)
           
 MutableNode NodeFactory.getTagNode(java.lang.String tag)
           
 MutableNode NodeFactory.getCommentNode(java.lang.String comment)
           
 MutableNode NodeFactoryImpl.getTextNode(java.lang.String text)
           
 MutableNode NodeFactoryImpl.getTagNode(java.lang.String tag)
           
 MutableNode NodeFactoryImpl.getCommentNode(java.lang.String comment)
           
 

Methods in com.japisoft.fastparser.node with parameters of type MutableNode
 void MutableNode.setNodeParent(MutableNode node)
          Reset the node parent
 void MutableNode.addNode(MutableNode node)
          Add a new child
 void SimpleNode.setNodeParent(MutableNode node)
          Reset the node parent
 void SimpleNode.addNode(MutableNode node)
          Reset the children