com.mulesoft.utils.xml
Class Attr

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

public class Attr
extends Node


Field Summary
 
Fields inherited from class com.mulesoft.utils.xml.Node
local, ns
 
Constructor Summary
Attr(String local, String value)
           
Attr(String ns, String local, String value)
           
 
Method Summary
 String getValue()
           
 void output(Formatter formatter)
           
 
Methods inherited from class com.mulesoft.utils.xml.Node
getLocal, getNs, putName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attr

public Attr(String ns,
            String local,
            String value)

Attr

public Attr(String local,
            String value)
Method Detail

output

public void output(Formatter formatter)
            throws IOException
Specified by:
output in class Node
Throws:
IOException

getValue

public String getValue()


Copyright © 2012. All Rights Reserved.