XML for Java 2.0.0

com.ibm.xml.framework
Class Attr

java.lang.Object
  |
  +--com.ibm.xml.framework.Attr

public final class Attr
extends java.lang.Object

Parameter object for the AttrPool.addAttr() method.

Version:
Revision: 62 1.3 src/com/ibm/xml/framework/Attr.java, parser, xml4j2, xml4j2_0_0

Field Summary
 int attName
           
 int attType
           
 int attValue
           
 boolean specified
           
 
Constructor Summary
Attr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attName

public int attName

attType

public int attType

attValue

public int attValue

specified

public boolean specified
Constructor Detail

Attr

public Attr()

XML for Java 2.0.0