Liferay 6.2-ce-ga5

com.liferay.util.xml.descriptor
Class StrictXMLDescriptor

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

public class StrictXMLDescriptor
extends Object
implements XMLDescriptor


Constructor Summary
StrictXMLDescriptor()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrictXMLDescriptor

public StrictXMLDescriptor()
Method Detail

areEqual

public boolean areEqual(org.dom4j.Element el1,
                        org.dom4j.Element el2)
Specified by:
areEqual in interface XMLDescriptor

canHandleType

public 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

getChildrenOrder

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

getRootChildrenOrder

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

Liferay 6.2-ce-ga5