com.sun.tools.txw2.model
Class Attribute

java.lang.Object
  extended by com.sun.tools.txw2.model.Leaf
      extended by com.sun.tools.txw2.model.Node
          extended by com.sun.tools.txw2.model.WriterNode
              extended by com.sun.tools.txw2.model.XmlNode
                  extended by 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

Field Summary
 
Fields inherited from class com.sun.tools.txw2.model.XmlNode
name
 
Fields inherited from class com.sun.tools.txw2.model.WriterNode
alternativeName
 
Fields inherited from class com.sun.tools.txw2.model.Node
leaf
 
Fields inherited from class com.sun.tools.txw2.model.Leaf
location
 
Constructor Summary
Attribute(Locator location, QName name, Leaf leaf)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(Locator location,
                 QName name,
                 Leaf leaf)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Oracle. All Rights Reserved.