org.exoplatform.services.xml.parser
Class XMLParser
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLParser
public XMLParser()
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.