Package io.jmix.flowui.sys
Interface XmlInheritanceProcessor.ElementTargetLocator
- All Known Implementing Classes:
XmlInheritanceProcessor.ButtonElementTargetLocator
,XmlInheritanceProcessor.CommonElementTargetLocator
,XmlInheritanceProcessor.FetchPlanElementTargetLocator
,XmlInheritanceProcessor.FetchPlanPropertyElementTargetLocator
- Enclosing class:
- XmlInheritanceProcessor
protected static interface XmlInheritanceProcessor.ElementTargetLocator
-
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.Element
locate
(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) boolean
suitableFor
(org.dom4j.Element extElem)
-
Method Details
-
suitableFor
boolean suitableFor(org.dom4j.Element extElem) -
locate
@Nullable org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem)
-