com.sun.tools.txw2.model
Class Attribute
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Node
com.sun.tools.txw2.model.WriterNode
com.sun.tools.txw2.model.XmlNode
com.sun.tools.txw2.model.Attribute
- All Implemented Interfaces:
- Iterable<Leaf>, org.kohsuke.rngom.ast.om.ParsedPattern
public class Attribute
- extends XmlNode
Attribute declaration.
- Author:
- Kohsuke Kawaguchi
Fields inherited from class com.sun.tools.txw2.model.XmlNode |
name |
Fields inherited from class com.sun.tools.txw2.model.Node |
leaf |
Fields inherited from class com.sun.tools.txw2.model.Leaf |
location |
Attribute
public Attribute(Locator location,
QName name,
Leaf leaf)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Oracle. All Rights Reserved.