Uses of Class
org.exoplatform.services.xml.parser.XMLDocument

Packages that use XMLDocument
org.exoplatform.services.xml.parser   
org.exoplatform.services.xml.serialize   
org.exoplatform.services.xml.util   
 

Uses of XMLDocument in org.exoplatform.services.xml.parser
 

Methods in org.exoplatform.services.xml.parser that return XMLDocument
static XMLDocument XMLParser.createDocument(byte[] data, java.lang.String charset)
           
static XMLDocument XMLParser.createDocument(char[] data)
           
static XMLDocument XMLParser.createDocument(java.io.File file, java.lang.String charset)
           
static XMLDocument XMLParser.createDocument(java.io.InputStream input, java.lang.String charset)
           
static XMLDocument XMLParser.createDocument(java.lang.String text)
           
 

Uses of XMLDocument in org.exoplatform.services.xml.serialize
 

Methods in org.exoplatform.services.xml.serialize that return XMLDocument
 XMLDocument Bean2XML.toXMLDocument(java.lang.Object bean)
           
 XMLDocument XMLMapper.toXMLDocument(java.lang.Object bean)
           
 

Methods in org.exoplatform.services.xml.serialize with parameters of type XMLDocument
<T> T
BeanMapper.toBean(java.lang.Class<T> clazz, XMLDocument document)
           
<T> T
XML2Bean.toBean(java.lang.Class<T> clazz, XMLDocument document)
           
 

Uses of XMLDocument in org.exoplatform.services.xml.util
 

Fields in org.exoplatform.services.xml.util declared as XMLDocument
protected  XMLDocument XMLProperties.document
           
 

Methods in org.exoplatform.services.xml.util with parameters of type XMLDocument
 void XMLProperties.toProperties(XMLDocument xmlDocument, java.lang.String name, boolean readonly)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.