Liferay 6.0.5

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)

getRootChildrenOrder

String[] getRootChildrenOrder()

getChildrenOrder

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

Liferay 6.0.5