org.cip4.jdflib.extensions
Class XJDF20.WalkElement

java.lang.Object
  extended by org.cip4.jdflib.elementwalker.BaseWalker
      extended by org.cip4.jdflib.extensions.XJDF20.WalkElement
All Implemented Interfaces:
Comparable<BaseWalker>, IWalker
Direct Known Subclasses:
XJDF20.WalkDevcapElement, XJDF20.WalkDeviceCap, XJDF20.WalkJDFElement
Enclosing class:
XJDF20

protected class XJDF20.WalkElement
extends BaseWalker

Author:
Rainer Prosi, Heidelberger Druckmaschinen

Field Summary
 
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
 
Constructor Summary
XJDF20.WalkElement()
           
 
Method Summary
protected  void removeUnused(KElement newRootP)
           
protected  void setAttributes(KElement jdf, KElement eNew)
           
 KElement walk(KElement jdf, KElement xjdf)
          the mother routine for walking....
 
Methods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, matches, prepareWalk, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XJDF20.WalkElement

public XJDF20.WalkElement()
Method Detail

walk

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

Specified by:
walk in interface IWalker
Overrides:
walk in class BaseWalker
Parameters:
xjdf -
jdf - the element to walk
Returns:
true if must continue
See Also:
IWalker.walk(KElement, KElement)

setAttributes

protected void setAttributes(KElement jdf,
                             KElement eNew)

removeUnused

protected void removeUnused(KElement newRootP)


Copyright © 2013. All Rights Reserved.