Liferay 6.2-ce-ga5

com.liferay.util.xml.descriptor
Class WebXML23Descriptor

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

public class WebXML23Descriptor
extends SimpleXMLDescriptor


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

Constructor Detail

WebXML23Descriptor

public WebXML23Descriptor()
Method Detail

canHandleType

public boolean canHandleType(String doctype,
                             org.dom4j.Document root)
Specified by:
canHandleType in interface XMLDescriptor
Specified by:
canHandleType 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.2-ce-ga5