com.mulesoft.utils.xml
Class Node
java.lang.Object
com.mulesoft.utils.xml.Node
- Direct Known Subclasses:
- Attr, Element
public abstract class Node
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ns
protected final String ns
local
protected final String local
Node
protected Node(String ns,
String local)
Node
protected Node(String local)
getNs
public String getNs()
getLocal
public String getLocal()
output
public abstract void output(Formatter formatter)
throws IOException
- Throws:
IOException
putName
protected void putName(Formatter formatter)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.