Liferay 6.2.0

com.liferay.util.xml.descriptor
Interface XMLDescriptor

All Known Implementing Classes:
PortletAppDescriptor, SimpleXMLDescriptor, StrictXMLDescriptor, StrutsConfigDescriptor, TilesDefsDescriptor, WebXML23Descriptor, WebXML24Descriptor

public interface XMLDescriptor


Method Summary
abstract  boolean areEqual(org.dom4j.Element el1, org.dom4j.Element el2)
           
abstract  boolean canHandleType(String doctype, org.dom4j.Document root)
           
abstract  boolean canJoinChildren(org.dom4j.Element element)
           
abstract  String[] getChildrenOrder(org.dom4j.Element parentElement)
           
abstract  String[] getRootChildrenOrder()
           
 

Method Detail

areEqual

boolean areEqual(org.dom4j.Element el1,
                 org.dom4j.Element el2)

canHandleType

boolean canHandleType(String doctype,
                      org.dom4j.Document root)

canJoinChildren

boolean canJoinChildren(org.dom4j.Element element)

getChildrenOrder

String[] getChildrenOrder(org.dom4j.Element parentElement)

getRootChildrenOrder

String[] getRootChildrenOrder()

Liferay 6.2.0