com.mulesoft.utils.xml
Class Attr
java.lang.Object
com.mulesoft.utils.xml.Node
com.mulesoft.utils.xml.Attr
- Direct Known Subclasses:
- NamespaceDefinition
public class Attr
- extends Node
| Fields inherited from class com.mulesoft.utils.xml.Node |
local, ns |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attr
public Attr(String ns,
String local,
String value)
Attr
public Attr(String local,
String value)
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.