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(java.lang.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
|
getFactorytoString, walkTree, walkTreeKidsFirstpublic void addPrefix(java.lang.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 'em