Package 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:
java.lang.Iterable<Leaf>
,ParsedPattern
public class Attribute extends XmlNode
Attribute declaration.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
-
Fields inherited from class com.sun.tools.txw2.model.WriterNode
alternativeName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.sun.tools.txw2.model.XmlNode
collectChildren
-
Methods inherited from class com.sun.tools.txw2.model.Node
addChild, hasOneChild, iterator
-
Methods inherited from class com.sun.tools.txw2.model.Leaf
createDataMethod, getNext, getPrev, merge, siblings
-
-
-
-
Constructor Detail
-
Attribute
public Attribute(org.xml.sax.Locator location, javax.xml.namespace.QName name, Leaf leaf)
-
-