Liferay 6.1.2-ce-ga3

com.liferay.util.xml.descriptor
Interface XMLDescriptor

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

public interface XMLDescriptor


Method Summary
 boolean areEqual(org.dom4j.Element el1, org.dom4j.Element el2)
           
 boolean canHandleType(String doctype, org.dom4j.Document root)
           
 boolean canJoinChildren(org.dom4j.Element element)
           
 String[] getChildrenOrder(org.dom4j.Element parentElement)
           
 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.1.2-ce-ga3