Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.util.xml.descriptor.XMLDescriptor

Packages that use XMLDescriptor
com.liferay.util.xml   
com.liferay.util.xml.descriptor   
 

Uses of XMLDescriptor in com.liferay.util.xml
 

Fields in com.liferay.util.xml declared as XMLDescriptor
static XMLDescriptor[] XMLTypeDetector.REGISTERED_DESCRIPTORS
           
 

Methods in com.liferay.util.xml that return XMLDescriptor
static XMLDescriptor XMLTypeDetector.determineType(String doctype, org.dom4j.Document root)
           
 

Constructors in com.liferay.util.xml with parameters of type XMLDescriptor
XMLElementComparator(XMLDescriptor descriptor)
           
XMLMerger(XMLDescriptor descriptor)
           
 

Uses of XMLDescriptor in com.liferay.util.xml.descriptor
 

Classes in com.liferay.util.xml.descriptor that implement XMLDescriptor
 class PortletAppDescriptor
           
 class SimpleXMLDescriptor
           
 class StrictXMLDescriptor
           
 class StrutsConfigDescriptor
           
 class TilesDefsDescriptor
           
 class WebXML23Descriptor
           
 class WebXML24Descriptor
           
 


Liferay 6.2-ce-ga5