[This is preliminary documentation and is subject to change.]
The CefXmlReader type exposes the following members.Properties
Name | Description | |
---|---|---|
![]() | AttributeCount |
Returns the number of attributes.
|
![]() | BaseUri |
Returns the base URI of the node. See http://www.w3.org/TR/xmlbase/ for
additional details.
|
![]() | Depth |
Returns the node depth. Depth starts at 0 for the root node.
|
![]() | Error |
Returns the error string.
|
![]() | HasAttributes |
Returns true if the node has attributes.
|
![]() | HasError |
Returns true if an error has been reported by the XML parser.
|
![]() | HasValue |
Returns true if the node has a text value.
|
![]() | IsEmptyElement | |
![]() | LineNumber |
Returns the line number for the current node.
|
![]() | LocalName |
Returns the local name. See
http://www.w3.org/TR/REC-xml-names/#NT-LocalPart for additional details.
|
![]() | NamespaceUri |
Returns the URI defining the namespace associated with the node. See
http://www.w3.org/TR/REC-xml-names/ for additional details.
|
![]() | NodeType |
The below methods retrieve data for the node at the current cursor
position.
Returns the node type.
|
![]() | Prefix |
Returns the namespace prefix. See http://www.w3.org/TR/REC-xml-names/ for
additional details.
|
![]() | QualifiedName |
Returns the qualified name, equal to (Prefix:)LocalName. See
http://www.w3.org/TR/REC-xml-names/#ns-qualnames for additional details.
|
![]() | Value |
Returns the text value.
|
![]() | XmlLang |
Returns the xml:lang scope within which the node resides. See
http://www.w3.org/TR/REC-xml/#sec-lang-tag for additional details.
|
See Also