protected final class DOMNormalizer.XMLAttributesProxy
extends java.lang.Object
implements org.apache.xerces.xni.XMLAttributes
addAttribute
public int addAttribute(org.apache.xerces.xni.QName qname,
String attrType,
String attrValue)
This method adds default declarations
- addAttribute in interface org.apache.xerces.xni.XMLAttributes
org.apache.xerces.xni.XMLAttributes.addAttribute(QName, String, String)
getAugmentations
public org.apache.xerces.xni.Augmentations getAugmentations(String qName)
- getAugmentations in interface org.apache.xerces.xni.XMLAttributes
getAugmentations
public org.apache.xerces.xni.Augmentations getAugmentations(String uri,
String localPart)
- getAugmentations in interface org.apache.xerces.xni.XMLAttributes
getAugmentations
public org.apache.xerces.xni.Augmentations getAugmentations(int attributeIndex)
- getAugmentations in interface org.apache.xerces.xni.XMLAttributes
getIndex
public int getIndex(String qName)
- getIndex in interface org.apache.xerces.xni.XMLAttributes
getIndex
public int getIndex(String uri,
String localPart)
- getIndex in interface org.apache.xerces.xni.XMLAttributes
getLength
public int getLength()
- getLength in interface org.apache.xerces.xni.XMLAttributes
getLocalName
public String getLocalName(int index)
- getLocalName in interface org.apache.xerces.xni.XMLAttributes
getName
public void getName(int attrIndex,
org.apache.xerces.xni.QName attrName)
- getName in interface org.apache.xerces.xni.XMLAttributes
getNonNormalizedValue
public String getNonNormalizedValue(int attrIndex)
- getNonNormalizedValue in interface org.apache.xerces.xni.XMLAttributes
getPrefix
public String getPrefix(int index)
- getPrefix in interface org.apache.xerces.xni.XMLAttributes
getQName
public String getQName(int index)
- getQName in interface org.apache.xerces.xni.XMLAttributes
getType
public String getType(String qName)
- getType in interface org.apache.xerces.xni.XMLAttributes
getType
public String getType(String uri,
String localName)
- getType in interface org.apache.xerces.xni.XMLAttributes
getType
public String getType(int index)
- getType in interface org.apache.xerces.xni.XMLAttributes
getURI
public String getURI(int index)
- getURI in interface org.apache.xerces.xni.XMLAttributes
getValue
public String getValue(String qName)
- getValue in interface org.apache.xerces.xni.XMLAttributes
getValue
public String getValue(String uri,
String localName)
- getValue in interface org.apache.xerces.xni.XMLAttributes
getValue
public String getValue(int index)
- getValue in interface org.apache.xerces.xni.XMLAttributes
isSpecified
public boolean isSpecified(int attrIndex)
- isSpecified in interface org.apache.xerces.xni.XMLAttributes
removeAllAttributes
public void removeAllAttributes()
- removeAllAttributes in interface org.apache.xerces.xni.XMLAttributes
removeAttributeAt
public void removeAttributeAt(int attrIndex)
- removeAttributeAt in interface org.apache.xerces.xni.XMLAttributes
setAugmentations
public void setAugmentations(int attrIndex,
org.apache.xerces.xni.Augmentations augs)
Sets the augmentations of the attribute at the specified index.
- setAugmentations in interface org.apache.xerces.xni.XMLAttributes
attrIndex
- The attribute index.augs
- The augmentations.
setName
public void setName(int attrIndex,
org.apache.xerces.xni.QName attrName)
- setName in interface org.apache.xerces.xni.XMLAttributes
setNonNormalizedValue
public void setNonNormalizedValue(int attrIndex,
String attrValue)
- setNonNormalizedValue in interface org.apache.xerces.xni.XMLAttributes
setSpecified
public void setSpecified(int attrIndex,
boolean specified)
- setSpecified in interface org.apache.xerces.xni.XMLAttributes
setType
public void setType(int attrIndex,
String attrType)
- setType in interface org.apache.xerces.xni.XMLAttributes
setValue
public void setValue(int attrIndex,
String attrValue)
- setValue in interface org.apache.xerces.xni.XMLAttributes