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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.dom4j.Elementlocate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) booleansuitableFor(org.dom4j.Element extElem) 
- 
Constructor Details- 
FetchPlanElementTargetLocatorprotected FetchPlanElementTargetLocator()
 
- 
- 
Method Details- 
suitableForpublic boolean suitableFor(org.dom4j.Element extElem) - Specified by:
- suitableForin interface- XmlInheritanceProcessor.ElementTargetLocator
 
- 
locate@Nullable public org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) - Specified by:
- locatein interface- XmlInheritanceProcessor.ElementTargetLocator
 
 
-