org.cip4.jdflib.extensions
Class XJDF20.WalkInlineAllElement
java.lang.Object
org.cip4.jdflib.elementwalker.BaseWalker
org.cip4.jdflib.extensions.XJDF20.WalkElement
org.cip4.jdflib.extensions.XJDF20.WalkJDFElement
org.cip4.jdflib.extensions.XJDF20.WalkInlineAllElement
- All Implemented Interfaces:
- Comparable<BaseWalker>, IWalker
- Enclosing class:
- XJDF20
protected class XJDF20.WalkInlineAllElement
- extends XJDF20.WalkJDFElement
- Author:
- Rainer Prosi, Heidelberger Druckmaschinen
|
Method Summary |
boolean |
matches(KElement toCheck)
this is the check whether or not to use this walker for a given element should be overwritten |
protected boolean |
mustInline(String refLocalName)
|
XJDF20.WalkInlineAllElement
public XJDF20.WalkInlineAllElement()
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 XJDF20.WalkJDFElement
- Parameters:
toCheck -
- Returns:
- true if it matches
- See Also:
BaseWalker.matches(org.cip4.jdflib.core.KElement)
mustInline
protected boolean mustInline(String refLocalName)
- Overrides:
mustInline in class XJDF20.WalkJDFElement
- Returns:
- true if must inline refLocalName
- See Also:
XJDF20.WalkJDFElement.mustInline(java.lang.String)
Copyright © 2013. All Rights Reserved.