CefXmlReader PropertiesXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefXmlReader type exposes the following members.
Properties

  NameDescription
Public propertyAttributeCount
Returns the number of attributes.
Public propertyBaseUri
Returns the base URI of the node. See http://www.w3.org/TR/xmlbase/ for additional details.
Public propertyDepth
Returns the node depth. Depth starts at 0 for the root node.
Public propertyError
Returns the error string.
Public propertyHasAttributes
Returns true if the node has attributes.
Public propertyHasError
Returns true if an error has been reported by the XML parser.
Public propertyHasValue
Returns true if the node has a text value.
Public propertyIsEmptyElement
Returns true if the node represents an empty element. is considered empty but is not.
Public propertyLineNumber
Returns the line number for the current node.
Public propertyLocalName
Returns the local name. See http://www.w3.org/TR/REC-xml-names/#NT-LocalPart for additional details.
Public propertyNamespaceUri
Returns the URI defining the namespace associated with the node. See http://www.w3.org/TR/REC-xml-names/ for additional details.
Public propertyNodeType
The below methods retrieve data for the node at the current cursor position. Returns the node type.
Public propertyPrefix
Returns the namespace prefix. See http://www.w3.org/TR/REC-xml-names/ for additional details.
Public propertyQualifiedName
Returns the qualified name, equal to (Prefix:)LocalName. See http://www.w3.org/TR/REC-xml-names/#ns-qualnames for additional details.
Public propertyValue
Returns the text value.
Public propertyXmlLang
Returns the xml:lang scope within which the node resides. See http://www.w3.org/TR/REC-xml/#sec-lang-tag for additional details.
Back to Top
See Also