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
|
logtheFactory| Constructor and Description |
|---|
RemovePrivate() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPrefix(String prefix)
add a prefix if never called -all prefixes are zapped
|
protected BaseWalkerFactory |
getFactory() |
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
|
constructWalkerstoString, walkTree, walkTreeKidsFirstprotected BaseWalkerFactory getFactory()
getFactory in class BaseElementWalkerpublic 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 © 2013. All Rights Reserved.