com.liferay.util.xml.descriptor
Class SimpleXMLDescriptor
java.lang.Object
com.liferay.util.xml.descriptor.SimpleXMLDescriptor
- All Implemented Interfaces:
- XMLDescriptor
- Direct Known Subclasses:
- FacesXMLDescriptor, PortletAppDescriptor, StrutsConfigDescriptor, TilesDefsDescriptor, WebXML23Descriptor, WebXML24Descriptor
public abstract class SimpleXMLDescriptor
- extends Object
- implements XMLDescriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleXMLDescriptor
public SimpleXMLDescriptor()
areEqual
public boolean areEqual(org.dom4j.Element el1,
org.dom4j.Element el2)
- Specified by:
areEqual
in interface XMLDescriptor
canHandleType
public abstract boolean canHandleType(String doctype,
org.dom4j.Document root)
- Specified by:
canHandleType
in interface XMLDescriptor
canJoinChildren
public boolean canJoinChildren(org.dom4j.Element element)
- Specified by:
canJoinChildren
in interface XMLDescriptor
getRootChildrenOrder
public String[] getRootChildrenOrder()
- Specified by:
getRootChildrenOrder
in interface XMLDescriptor
getChildrenOrder
public String[] getChildrenOrder(org.dom4j.Element parentElement)
- Specified by:
getChildrenOrder
in interface XMLDescriptor
getElementsIdentifiedByAttribute
public ElementIdentifier[] getElementsIdentifiedByAttribute()
getElementsIdentifiedByChild
public ElementIdentifier[] getElementsIdentifiedByChild()
getUniqueElements
public String[] getUniqueElements()
getJoinableElements
public String[] getJoinableElements()