Uses of Class
groovy.util.Node

Packages that use Node
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.util
 

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

Methods in groovy.util that return Node
 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
protected  Node NodeBuilder.getCurrentNode()
           
 Node Node.parent()
           
 

Methods in groovy.util with parameters of type Node
 void NodePrinter.print(Node node)
           
protected  void NodePrinter.printName(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.lang.Object value)
           
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)
           
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.