Uses of Class
groovy.util.Node

Packages that use Node
groovy.text Contains the text processing utilities including templating APIs and default implementations. 
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
 

Uses of Node in groovy.text
 

Methods in groovy.text with parameters of type Node
protected  boolean XmlTemplateEngine.GspPrinter.printSpecialNode(Node node)
           
 

Uses of Node in groovy.util
 

Fields in groovy.util declared as Node
private  Node XmlParser.parent
           
private  Node Node.parent
           
 

Methods in groovy.util that return Node
 Node Node.appendNode(java.lang.Object name)
           
 Node Node.appendNode(java.lang.Object name, java.util.Map attributes)
           
 Node Node.appendNode(java.lang.Object name, java.util.Map attributes, java.lang.Object value)
           
 Node Node.appendNode(java.lang.Object name, java.lang.Object value)
           
protected  Node NodeBuilder.getCurrentNode()
           
 Node Node.parent()
           
 Node XmlParser.parse(java.io.File file)
          Parses the content of the given file as XML turning it into a tree of Nodes.
 Node XmlParser.parse(org.xml.sax.InputSource input)
          Parse the content of the specified input source into a tree of Nodes.
 Node XmlParser.parse(java.io.InputStream input)
          Parse the content of the specified input stream into a tree of Nodes.
 Node XmlParser.parse(java.io.Reader in)
          Parse the content of the specified reader into a tree of Nodes.
 Node XmlParser.parse(java.lang.String uri)
          Parse the content of the specified URI into a tree of Nodes.
 Node XmlParser.parseText(java.lang.String text)
          A helper method to parse the given text as XML.
 

Methods in groovy.util with parameters of type Node
 java.lang.String XmlNodePrinter.getNameOfNode(Node node)
           
 boolean XmlNodePrinter.isEmptyElement(Node node)
           
 void XmlNodePrinter.print(Node node)
           
 void NodePrinter.print(Node node)
           
protected  void XmlNodePrinter.print(Node node, XmlNodePrinter.NamespaceContext ctx)
           
protected  void NodePrinter.printName(Node node)
           
protected  void XmlNodePrinter.printName(Node node, XmlNodePrinter.NamespaceContext ctx, boolean begin)
           
protected  void XmlNodePrinter.printNamespace(Node node, XmlNodePrinter.NamespaceContext ctx)
           
protected  boolean XmlNodePrinter.printSpecialNode(Node node)
           
 

Constructors in groovy.util with parameters of type Node
Node(Node parent, java.lang.Object name)
           
Node(Node parent, java.lang.Object name, java.util.Map attributes)
           
Node(Node parent, java.lang.Object name, java.util.Map attributes, java.lang.Object value)
           
Node(Node parent, java.lang.Object name, java.lang.Object value)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.