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
 

Methods in groovy.util that return Node
protected  Node NodeBuilder.getCurrentNode()
           
 Node Node.parent()
           
 Node XmlParser.parse(File file)
          Parses the content of the given file as XML turning it into a tree of Nodes
 Node XmlParser.parse(InputSource input)
          Parse the content of the specified input source into a tree of Nodes.
 Node XmlParser.parse(InputStream input)
          Parse the content of the specified input stream into a tree of Nodes.
 Node XmlParser.parse(Reader in)
          Parse the content of the specified reader into a tree of Nodes.
 Node XmlParser.parse(String uri)
          Parse the content of the specified URI into a tree of Nodes
 Node XmlParser.parseText(String text)
          A helper method to parse the given text as XML
 

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

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



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