public class EnsureElementUri extends BaseElementWalker
| Modifier and Type | Class and Description |
|---|---|
class |
EnsureElementUri.WalkElement
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,String> |
nsMap |
logtheFactory| Constructor and Description |
|---|
EnsureElementUri() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNS(String localName,
String uri)
add a prefix / uri pair
|
protected BaseWalkerFactory |
getFactory() |
void |
walk(KElement root) |
constructWalkerstoString, walkTree, walkTreeKidsFirstpublic void addNS(String localName, String uri)
localName - the local nameuri - the URI must not be nullIllegalArgumentException - if uri is nullpublic void walk(KElement root)
root - protected BaseWalkerFactory getFactory()
getFactory in class BaseElementWalkerCopyright © 2013. All Rights Reserved.