public class StrictXMLDescriptor extends Object implements XMLDescriptor
Constructor and Description |
---|
StrictXMLDescriptor() |
Modifier and Type | Method and Description |
---|---|
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() |
public boolean areEqual(org.dom4j.Element el1, org.dom4j.Element el2)
areEqual
in interface XMLDescriptor
public boolean canHandleType(String doctype, org.dom4j.Document root)
canHandleType
in interface XMLDescriptor
public boolean canJoinChildren(org.dom4j.Element element)
canJoinChildren
in interface XMLDescriptor
public String[] getChildrenOrder(org.dom4j.Element parentElement)
getChildrenOrder
in interface XMLDescriptor
public String[] getRootChildrenOrder()
getRootChildrenOrder
in interface XMLDescriptor