Uses of Class
org.apache.sling.scripting.jsp.jasper.xmlparser.TreeNode

Packages that use TreeNode
org.apache.sling.maven.jspc   
org.apache.sling.scripting.jsp.jasper.xmlparser   
 

Uses of TreeNode in org.apache.sling.maven.jspc
 

Methods in org.apache.sling.maven.jspc that return types with arguments of type TreeNode
 Map<String,TreeNode> JspcMojo.getCache()
           
 

Uses of TreeNode in org.apache.sling.scripting.jsp.jasper.xmlparser
 

Fields in org.apache.sling.scripting.jsp.jasper.xmlparser declared as TreeNode
protected  TreeNode TreeNode.parent
          The parent node of this node.
 

Methods in org.apache.sling.scripting.jsp.jasper.xmlparser that return TreeNode
protected  TreeNode ParserUtils.convert(TreeNode parent, Node node)
          Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
 TreeNode TreeNode.findChild(String name)
          Return the first child node of this node with the specified name, if there is one; otherwise, return null.
 TreeNode ParserUtils.parseXMLDocument(String uri, InputSource is)
          Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
 TreeNode ParserUtils.parseXMLDocument(String uri, InputStream is)
          Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
 

Methods in org.apache.sling.scripting.jsp.jasper.xmlparser with parameters of type TreeNode
 void TreeNode.addChild(TreeNode node)
          Add a new child node to this node.
protected  TreeNode ParserUtils.convert(TreeNode parent, Node node)
          Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
 void TreeNode.removeNode(TreeNode node)
          Remove a child node from this node, if it is one.
protected  void TreeNode.toString(StringBuffer sb, int indent, TreeNode node)
          Append to the specified StringBuffer a character representation of this node, with the specified amount of indentation.
 

Constructors in org.apache.sling.scripting.jsp.jasper.xmlparser with parameters of type TreeNode
TreeNode(String name, TreeNode parent)
          Construct a new node with the specified parent.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.