|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xerces.util
Class XMLAttributesImpl.Attribute

java.lang.Objectorg.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()
|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.xerces.util.XMLAttributesImpl.Attribute