Liferay 6.1.2-ce-ga3

com.liferay.util.xml.descriptor
Class WebXML24Descriptor

java.lang.Object
  extended by com.liferay.util.xml.descriptor.SimpleXMLDescriptor
      extended by com.liferay.util.xml.descriptor.WebXML24Descriptor
All Implemented Interfaces:
XMLDescriptor

public class WebXML24Descriptor
extends SimpleXMLDescriptor


Constructor Summary
WebXML24Descriptor()
           
 
Method Summary
 boolean canHandleType(String doctype, org.dom4j.Document root)
           
 String[] getChildrenOrder(org.dom4j.Element parentElement)
           
 ElementIdentifier[] getElementsIdentifiedByAttribute()
           
 ElementIdentifier[] getElementsIdentifiedByChild()
           
 String[] getJoinableElements()
           
 String[] getRootChildrenOrder()
           
 String[] getUniqueElements()
           
 
Methods inherited from class com.liferay.util.xml.descriptor.SimpleXMLDescriptor
areEqual, canJoinChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXML24Descriptor

public WebXML24Descriptor()
Method Detail

canHandleType

public boolean canHandleType(String doctype,
                             org.dom4j.Document root)
Specified by:
canHandleType in interface XMLDescriptor
Specified by:
canHandleType in class SimpleXMLDescriptor

getChildrenOrder

public String[] getChildrenOrder(org.dom4j.Element parentElement)
Specified by:
getChildrenOrder in interface XMLDescriptor
Overrides:
getChildrenOrder in class SimpleXMLDescriptor

getElementsIdentifiedByAttribute

public ElementIdentifier[] getElementsIdentifiedByAttribute()
Overrides:
getElementsIdentifiedByAttribute in class SimpleXMLDescriptor

getElementsIdentifiedByChild

public ElementIdentifier[] getElementsIdentifiedByChild()
Overrides:
getElementsIdentifiedByChild in class SimpleXMLDescriptor

getJoinableElements

public String[] getJoinableElements()
Overrides:
getJoinableElements in class SimpleXMLDescriptor

getRootChildrenOrder

public String[] getRootChildrenOrder()
Specified by:
getRootChildrenOrder in interface XMLDescriptor
Overrides:
getRootChildrenOrder in class SimpleXMLDescriptor

getUniqueElements

public String[] getUniqueElements()
Overrides:
getUniqueElements in class SimpleXMLDescriptor

Liferay 6.1.2-ce-ga3