Package io.jmix.flowui.sys
Class XmlInheritanceProcessor.FetchPlanElementTargetLocator
java.lang.Object
io.jmix.flowui.sys.XmlInheritanceProcessor.FetchPlanElementTargetLocator
- All Implemented Interfaces:
XmlInheritanceProcessor.ElementTargetLocator
- Enclosing class:
- XmlInheritanceProcessor
protected static class XmlInheritanceProcessor.FetchPlanElementTargetLocator
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
-
FetchPlanElementTargetLocator
protected FetchPlanElementTargetLocator()
-
-
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
-