org.cip4.jdflib.extensions.xjdfwalker
Class XJDFToJDFConverter.WalkProductList

java.lang.Object
  extended by org.cip4.jdflib.elementwalker.BaseWalker
      extended by org.cip4.jdflib.extensions.xjdfwalker.XJDFToJDFConverter.WalkXElement
          extended by org.cip4.jdflib.extensions.xjdfwalker.XJDFToJDFConverter.WalkProductList
All Implemented Interfaces:
Comparable<BaseWalker>, IWalker
Enclosing class:
XJDFToJDFConverter

public class XJDFToJDFConverter.WalkProductList
extends XJDFToJDFConverter.WalkXElement

Author:
Rainer Prosi, Heidelberger Druckmaschinen walker for the various resource sets

Field Summary
 
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
 
Constructor Summary
XJDFToJDFConverter.WalkProductList()
           
 
Method Summary
 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 e, KElement trackElem)
          the mother routine for walking....
 
Methods inherited from class org.cip4.jdflib.extensions.xjdfwalker.XJDFToJDFConverter.WalkXElement
cleanRef, cleanRefs, getRefName
 
Methods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, prepareWalk, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XJDFToJDFConverter.WalkProductList

public XJDFToJDFConverter.WalkProductList()
Method Detail

walk

public KElement walk(KElement e,
                     KElement trackElem)
Description copied from class: BaseWalker
the mother routine for walking....

Specified by:
walk in interface IWalker
Overrides:
walk in class XJDFToJDFConverter.WalkXElement
Parameters:
e -
trackElem - a parallel element to e that may additionally be modified during the walk
Returns:
the root, else null if we are in a second pass
See Also:
IWalker.walk(KElement, KElement)

matches

public boolean matches(KElement toCheck)
Description copied from class: BaseWalker
this is the check whether or not to use this walker for a given element should be overwritten

Overrides:
matches in class BaseWalker
Parameters:
toCheck -
Returns:
true if it matches
See Also:
BaseWalker.matches(org.cip4.jdflib.core.KElement)


Copyright © 2013. All Rights Reserved.