Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xerces.util
Class XMLAttributesImpl.Attribute  view XMLAttributesImpl.Attribute download XMLAttributesImpl.Attribute.java

java.lang.Object
  extended byorg.apache.xerces.util.XMLAttributesImpl.Attribute
Enclosing class:
XMLAttributesImpl

static class XMLAttributesImpl.Attribute
extends java.lang.Object

Attribute information.


Field Summary
 org.apache.xerces.xni.Augmentations augs
          Augmentations information for this attribute.
 org.apache.xerces.xni.QName name
          Name.
 XMLAttributesImpl.Attribute next
          Pointer to the next attribute in the chain.
 java.lang.String nonNormalizedValue
          Non-normalized value.
 boolean schemaId
          Schema ID type.
 boolean specified
          Specified.
 java.lang.String type
          Type.
 java.lang.String value
          Value.
 
Constructor Summary
(package private) XMLAttributesImpl.Attribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public org.apache.xerces.xni.QName name
Name.


type

public java.lang.String type
Type.


value

public java.lang.String value
Value.


nonNormalizedValue

public java.lang.String nonNormalizedValue
Non-normalized value.


specified

public boolean specified
Specified.


schemaId

public boolean schemaId
Schema ID type.


augs

public org.apache.xerces.xni.Augmentations augs
Augmentations information for this attribute. XMLAttributes has no knowledge if any augmentations were attached to Augmentations.


next

public XMLAttributesImpl.Attribute next
Pointer to the next attribute in the chain.

Constructor Detail

XMLAttributesImpl.Attribute

XMLAttributesImpl.Attribute()