Package io.jmix.ui.sys
Class XmlInheritanceProcessor.ViewElementTargetLocator
java.lang.Object
io.jmix.ui.sys.XmlInheritanceProcessor.ViewElementTargetLocator
- All Implemented Interfaces:
XmlInheritanceProcessor.ElementTargetLocator
- Enclosing class:
- XmlInheritanceProcessor
protected static class XmlInheritanceProcessor.ViewElementTargetLocator
extends Object
implements XmlInheritanceProcessor.ElementTargetLocator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.Element
locate
(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) boolean
suitableFor
(org.dom4j.Element extElem)
-
Constructor Details
-
ViewElementTargetLocator
protected ViewElementTargetLocator()
-
-
Method Details
-
suitableFor
public boolean suitableFor(org.dom4j.Element extElem) - Specified by:
suitableFor
in interfaceXmlInheritanceProcessor.ElementTargetLocator
-
locate
@Nullable public org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) - Specified by:
locate
in interfaceXmlInheritanceProcessor.ElementTargetLocator
-