public class RemovePrivate extends BaseElementWalker
Modifier and Type | Class and Description |
---|---|
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
|
log
theFactory
Constructor and Description |
---|
RemovePrivate() |
Modifier and Type | Method and Description |
---|---|
void |
addPrefix(String prefix)
add a prefix if never called -all prefixes are zapped
|
void |
setZappAttributes(boolean zappAttributes)
if set to true, attributes with proprietary namespace prefixes are zapped, else kept
|
void |
setZappElements(boolean zappElements)
if set to true, attributes with proprietary namespace prefixes are zapped, else kept
|
void |
setZappGeneralID(boolean zappGeneralID)
if set to true, generalID elements with proprietary namespace prefixes are zapped, else kept
|
getFactory
toString, walkTree, walkTreeKidsFirst
public void addPrefix(String prefix)
prefix
- public void setZappGeneralID(boolean zappGeneralID)
zappGeneralID
- if true, zapp 'em (the default) else keep 'empublic void setZappAttributes(boolean zappAttributes)
zappAttributes
- if true, zapp 'em (the default) else keep 'empublic void setZappElements(boolean zappElements)
zappElements
- if true, zapp 'em (the default) else keep 'emCopyright © 2018. All rights reserved.