Uses of Interface
com.marsching.flexiparse.objecttree.ObjectTreeElement

Packages that use ObjectTreeElement
com.marsching.flexiparse.objecttree Object tree classes. 
com.marsching.flexiparse.parser Parsers and handlers. 
 

Uses of ObjectTreeElement in com.marsching.flexiparse.objecttree
 

Subinterfaces of ObjectTreeElement in com.marsching.flexiparse.objecttree
 interface MutableObjectTreeElement
          ObjectTreeElement that can be modified.
 

Classes in com.marsching.flexiparse.objecttree that implement ObjectTreeElement
 class DefaultMutableObjectTreeElement
          Default implementation of the MutableObjectTreeElement interface.
 

Methods in com.marsching.flexiparse.objecttree that return ObjectTreeElement
 ObjectTreeElement ObjectTreeElement.getParent()
          Returns the parent of this node.
 ObjectTreeElement ObjectTreeElement.getRoot()
          Returns the root node of the tree this node belongs to.
 ObjectTreeElement MutableObjectTreeElement.getRoot()
          Returns the root node of the tree this node belongs to.
 ObjectTreeElement DefaultMutableObjectTreeElement.getRoot()
           
 ObjectTreeElement SubObjectTree.getRoot()
          Returns the root node of the subtree provided by this object.
 

Methods in com.marsching.flexiparse.objecttree that return types with arguments of type ObjectTreeElement
 Collection<? extends ObjectTreeElement> ObjectTreeElement.getChildren()
          Returns all children of this node.
 

Uses of ObjectTreeElement in com.marsching.flexiparse.parser
 

Methods in com.marsching.flexiparse.parser that return ObjectTreeElement
 ObjectTreeElement HandlerContext.getObjectTreeElement()
          Returns the current object tree node.
 ObjectTreeElement SimpleParser.parse(Document doc, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(Document document, Object... rootObjects)
          Parses a DOM document.
 ObjectTreeElement SimpleParser.parse(File file, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(File file, Object... rootObjects)
          Parses a DOM document.
 ObjectTreeElement SimpleParser.parse(InputSource inputSource, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(InputSource inputSource, Object... rootObjects)
          Parses a XML document obtained from an input source.
 ObjectTreeElement SimpleParser.parse(InputStream inputStream, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(InputStream inputStream, Object... rootObjects)
          Parses a XML document provided by a input stream.
 



Copyright © 2008-2009. All Rights Reserved.