|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseWalker | |
|---|---|
| org.cip4.jdflib.elementwalker | |
| org.cip4.jdflib.extensions | |
| org.cip4.jdflib.extensions.xjdfwalker | |
| Uses of BaseWalker in org.cip4.jdflib.elementwalker |
|---|
| Subclasses of BaseWalker in org.cip4.jdflib.elementwalker | |
|---|---|
class |
AttributeReplacer.WalkAttributeReplacer
the link and ref walker |
class |
AttributeReplacer.WalkDefault
the link and ref walker |
class |
EnsureNSUri.WalkElement
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
FixVersion.WalkAncestor
|
class |
FixVersion.WalkApprovalSuccess
|
class |
FixVersion.WalkAssembly
|
class |
FixVersion.WalkAssemblySection
|
class |
FixVersion.WalkAudit
|
class |
FixVersion.WalkColor
|
class |
FixVersion.WalkComment
|
class |
FixVersion.WalkComponent
|
class |
FixVersion.WalkCustomerInfo
|
class |
FixVersion.WalkDevice
|
class |
FixVersion.WalkElement
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
FixVersion.WalkEmployee
|
class |
FixVersion.WalkJDF
|
class |
FixVersion.WalkJMF
|
class |
FixVersion.WalkJMFMessage
|
class |
FixVersion.WalkLayout
|
class |
FixVersion.WalkLayoutPrep
|
class |
FixVersion.WalkNodeInfo
|
class |
FixVersion.WalkPageData
|
class |
FixVersion.WalkPageList
|
class |
FixVersion.WalkPerson
|
class |
FixVersion.WalkPool
|
class |
FixVersion.WalkResLink
|
class |
FixVersion.WalkResource
|
class |
FixVersion.WalkSpanBase
|
class |
FixVersion.WalkState
|
class |
FixVersion.WalkStrippingParams
|
class |
FixVersion.WalkTool
|
class |
LinkRefFinder.WalkRef
the link and ref walker |
class |
RemovePrivate.WalkElement
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
RemovePrivate.WalkGeneralID
zapp me |
class |
RemovePrivate.WalkPrivate
zapp me |
class |
ResourceIDFinder.WalkContinue
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
ResourceIDFinder.WalkRes
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
ResourceIDFinder.WalkStop
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
SizeWalker.WalkElement
the link and ref walker |
class |
UnLinkFinder.WalkRef
the link and ref walker |
class |
UnLinkFinder.WalkRes
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
URLExtractor.WalkElement
the URL walker |
class |
URLExtractor.WalkURL
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
URLMapper.WalkElement
the URL walker |
class |
URLMapper.WalkURL
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes |
class |
XPathWalker.WalkAll
the link and ref walker |
| Fields in org.cip4.jdflib.elementwalker with type parameters of type BaseWalker | |
|---|---|
protected java.util.Vector<BaseWalker> |
BaseWalkerFactory.vBaseWalker
|
| Methods in org.cip4.jdflib.elementwalker with parameters of type BaseWalker | |
|---|---|
(package private) void |
BaseWalkerFactory.addWalker(BaseWalker w)
add a walker to this and make sure that abstract walkers are sorted at the end of the list so that superclass walkers are always found first called by BaseWorker so no need for external calls |
int |
BaseWalker.compareTo(BaseWalker arg0)
note the reverse order - high depth means up in list so that abstract classes get checked later (non-Javadoc) |
| Uses of BaseWalker in org.cip4.jdflib.extensions |
|---|
| Uses of BaseWalker in org.cip4.jdflib.extensions.xjdfwalker |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||