Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.xml.XMLSchema

Packages that use XMLSchema
com.liferay.portal.kernel.xml   
com.liferay.portal.xml   
com.liferay.portlet.dynamicdatamapping.util   
 

Uses of XMLSchema in com.liferay.portal.kernel.xml
 

Methods in com.liferay.portal.kernel.xml with parameters of type XMLSchema
static Document SAXReaderUtil.read(String xml, XMLSchema xmlSchema)
           
static Document UnsecureSAXReaderUtil.read(String xml, XMLSchema xmlSchema)
           
 Document SAXReader.read(String xml, XMLSchema xmlSchema)
           
 

Uses of XMLSchema in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement XMLSchema
 class XMLSchemaImpl
           
 

Methods in com.liferay.portal.xml with parameters of type XMLSchema
protected  org.dom4j.io.SAXReader SAXReaderImpl.getSAXReader(XMLSchema xmlSchema)
           
 Document SAXReaderImpl.read(String xml, XMLSchema xmlSchema)
           
 

Uses of XMLSchema in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type XMLSchema
 void DDMXMLImpl.setXMLSchema(XMLSchema xmlSchema)
           
 


Liferay 6.2-ce-ga5