| java.lang.Object javolution.xml.stream.AttributesImpl
AttributesImpl | public AttributesImpl(NamespacesImpl namespaces)(Code) | | Creates a list of attribute using the specified namespace stack.
|
addAttribute | public void addAttribute(CharArray localName, CharArray prefix, CharArray qName, CharArray value)(Code) | | Adds an attribute to the end of the attribute list.
Parameters: localName - the local name. Parameters: prefix - the prefix or null if none. Parameters: qName - the qualified (prefixed) name. Parameters: value - the attribute value. |
getLength | public int getLength()(Code) | | |
reset | public void reset()(Code) | | Clear the attribute list for reuse.
|
toString | public String toString()(Code) | | Returns the string representation of these attributes.
this attributes textual representation. |
|
|