ISAXAttributes
A version of this page is also available for
4/8/2010
The ISAXAttributes interface allows access to a list of attributes by the following means:
- Attribute index
- Name space-qualified name
- Qualified (prefixed) name
Attributes that are declared #IMPLIED, but not specified in the start tag, are not in the list. In addition, attributes used as namespace declarations (xmlns*) are not in the list unless the "https://xml.org/sax/features/namespace-prefixes"
feature is set to TRUE.
If the namespace-prefixes
feature is FALSE, access by qualified name (QName) may not be available.
If the "https://xml.org/sax/features/namespaces"
feature is FALSE, access by namespace-qualified names may not be available.
Method | Description |
---|---|
This method finds an attribute by name and returns the (zero-based) index for the attribute. |
|
This method finds an attribute by XML 1.0 qualified name and returns the (zero-based) index for the attribute. |
|
This method returns the count of attributes. |
|
This method finds an attribute's local name by index. |
|
This method returns all information related to the name of an attribute at a given index. |
|
This method finds an attribute's qualified name by index and returns the (zero-based) index for the attribute. |
|
This method finds an attribute by index and returns the attribute's type, as declared in the document type definition (DTD) or schema. |
|
This method finds an attribute by namespace name and returns the attribute's type, as declared in the DTD or schema. |
|
This method finds an attribute by XML 1.0 qualified name and returns the attribute's type, as declared in the DTD or schema. |
|
This method finds an attribute's namespace URI by index. |
|
This method returns the text value of an attribute. |
|
This method finds an attribute by namespace name and returns the attribute's text value. |
|
This method finds an attribute by XML 1.0 qualified name and returns the attribute's text value. |
Requirements
Header | msxml2.h, msxml2.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |