public class WalkSpan extends WalkJDFSubElement
jdfToXJDFdepth, log| Constructor and Description |
|---|
WalkSpan() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getLocalName(JDFSpanBase span) |
boolean |
matches(KElement toCheck)
this is the check whether or not to use this walker for a given element should be overwritten
|
KElement |
walk(KElement jdf,
KElement xjdf)
depending on the value of bSpanAsAttribute either
invert XXXSpan/@Datatype=foo to FooSpan/@Name=Datatype create an Attribute with the name of the span |
updateAttributescheckAllLeaves, getLeaves, getRefName, getResID, getSet, matchesRootID, moveToAmountPool, setAmountPool, setBaseResource, setLeafAttributes, setResource, setSetAttributes, updateModulegetXJDFName, mustInline, removeUnusedElements, safeRename, setAttributes, setParentcompareTo, finalizeWalk, getDepth, getElementNames, prepareWalk, toStringpublic KElement walk(KElement jdf, KElement xjdf)
walk in interface IWalkerwalk in class WalkJDFElementxjdf - jdf - the element to walkIWalker.walk(KElement, KElement)protected java.lang.String getLocalName(JDFSpanBase span)
public boolean matches(KElement toCheck)
BaseWalkermatches in class WalkJDFSubElementtoCheck - BaseWalker.matches(org.cip4.jdflib.core.KElement)