org.exoplatform.services.xml.parser
Class XMLParser

java.lang.Object
  extended by org.exoplatform.services.xml.parser.XMLParser

public class XMLParser
extends java.lang.Object

Created by eXoPlatform Studio Author : Nhu Dinh Thuan nhudinhthuan@yahoo.com Mar 13, 2006


Constructor Summary
XMLParser()
           
 
Method Summary
static XMLDocument createDocument(byte[] data, java.lang.String charset)
           
static XMLDocument createDocument(char[] data)
           
static XMLDocument createDocument(java.io.File file, java.lang.String charset)
           
static XMLDocument createDocument(java.io.InputStream input, java.lang.String charset)
           
static XMLDocument createDocument(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParser

public XMLParser()
Method Detail

createDocument

public static XMLDocument createDocument(char[] data)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

createDocument

public static XMLDocument createDocument(java.lang.String text)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

createDocument

public static XMLDocument createDocument(byte[] data,
                                         java.lang.String charset)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

createDocument

public static XMLDocument createDocument(java.io.InputStream input,
                                         java.lang.String charset)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

createDocument

public static XMLDocument createDocument(java.io.File file,
                                         java.lang.String charset)
                                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.