com.caucho.xml
Class XmlUtil

java.lang.Object
  |
  +--com.caucho.xml.XmlUtil

public class XmlUtil
extends java.lang.Object


Constructor Summary
XmlUtil()
           
 
Method Summary
static Node getNext(Node node)
          Get the next node in a DFS preorder traversal.
static java.lang.String getPIAttribute(java.lang.String pi, java.lang.String key)
           
static Node getPrevious(Node node)
          Get the previous node in a DFS preorder traversal.
static java.util.HashMap splitNameList(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

splitNameList

public static java.util.HashMap splitNameList(java.lang.String name)
                                       throws java.io.IOException

getPIAttribute

public static java.lang.String getPIAttribute(java.lang.String pi,
                                              java.lang.String key)

getNext

public static Node getNext(Node node)
Get the next node in a DFS preorder traversal.

getPrevious

public static Node getPrevious(Node node)
Get the previous node in a DFS preorder traversal.