com.mulesoft.utils.xml
Class Node

java.lang.Object
  extended by com.mulesoft.utils.xml.Node
Direct Known Subclasses:
Attr, Element

public abstract class Node
extends Object


Field Summary
protected  String local
           
protected  String ns
           
 
Constructor Summary
protected Node(String local)
           
protected Node(String ns, String local)
           
 
Method Summary
 String getLocal()
           
 String getNs()
           
abstract  void output(Formatter formatter)
           
protected  void putName(Formatter formatter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ns

protected final String ns

local

protected final String local
Constructor Detail

Node

protected Node(String ns,
               String local)

Node

protected Node(String local)
Method Detail

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.