protected static class XmlInheritanceProcessor.ViewElementTargetLocator extends java.lang.Object implements XmlInheritanceProcessor.ElementTargetLocator
Modifier | Constructor and Description |
---|---|
protected |
ViewElementTargetLocator() |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
locate(org.dom4j.Element resultParentElem,
org.dom4j.Element extElem) |
boolean |
suitableFor(org.dom4j.Element extElem) |
public boolean suitableFor(org.dom4j.Element extElem)
suitableFor
in interface XmlInheritanceProcessor.ElementTargetLocator
public org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem)
locate
in interface XmlInheritanceProcessor.ElementTargetLocator