Project JXTA

net.jxta.util
Class DocumentUtilities

java.lang.Object
  extended by net.jxta.util.DocumentUtilities

Deprecated. Will be removed soon.

public final class DocumentUtilities
extends Object


Method Summary
static StructuredDocument createParamDocument()
          Deprecated.  
static StructuredTextDocument createStructuredXmlDocument(String rootTagName)
          Deprecated.  
static Element getChild(Element root, Object key)
          Deprecated.  
static StructuredTextDocument getStructuredXmlDocument(byte[] buf)
          Deprecated.  
static StructuredTextDocument getStructuredXmlDocument(InputStream in)
          Deprecated.  
static StructuredTextDocument getStructuredXmlDocument(String buf)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createStructuredXmlDocument

public static StructuredTextDocument createStructuredXmlDocument(String rootTagName)
                                                          throws JxtaException
Deprecated. 
Throws:
JxtaException

getStructuredXmlDocument

public static StructuredTextDocument getStructuredXmlDocument(String buf)
                                                       throws JxtaException
Deprecated. 
Throws:
JxtaException

getStructuredXmlDocument

public static StructuredTextDocument getStructuredXmlDocument(byte[] buf)
                                                       throws JxtaException
Deprecated. 
Throws:
JxtaException

getStructuredXmlDocument

public static StructuredTextDocument getStructuredXmlDocument(InputStream in)
                                                       throws JxtaException
Deprecated. 
Throws:
JxtaException

createParamDocument

public static StructuredDocument createParamDocument()
Deprecated. 

getChild

public static Element getChild(Element root,
                               Object key)
Deprecated. 

JXTA J2SE