Note: If an attribute of the same name already exists, the old values for the attribute are replaced by the new values. @param attrName The attribute name. @param attrType The attribute type. The type name is determined bythe type specified for this attribute in the DTD. For example: "CDATA", "ID", "NMTOKEN", etc. However, attributes of type enumeration will have the type value specified as the pipe ('|') separated list of the enumeration values prefixed by an open parenthesis and suffixed by a close parenthesis. For example: "(true|false)". @param attrValue The attribute value. @return Returns the attribute index.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|