Share via


XSLT Properties

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Extensible Stylesheet Language Transformations (XSLT) uses the properties listed in the following table.

Property Description

attributes Property

Contains the list of attributes for this node. Read-only.

baseName Property

Returns the base name for the name qualified with the namespace. Read-only.

childNodes Property

Contains a node list containing the children (for nodes that can have children). Read-only.

dataType Property

Specifies the data type for this node. Read/write.

definition Property

Returns the definition of the node in the document type definition (DTD) or schema. Read-only.

firstChild Property

Contains the first child of this node. Read-only.

lastChild Property

Returns the last child node. Read-only.

namespaceURI Property (IXMLDOMNode)

Returns the Uniform Resource Identifier (URI) for the namespace. Read-only.

nextSibling Property

Contains the next sibling of this node in the parent's child list. Read-only.

nodeName Property

Contains the qualified name of the element, attribute, or entity reference, or a fixed string for other node types. Read-only.

nodeType Property

Specifies the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes. Read-only.

nodeTypedValue Property

Contains this node's value expressed in its defined data type. Read/write.

nodeTypeString Property

Returns the node type in string form. Read-only.

nodeValue Property

Contains the text associated with the node. Read/write.

ownerDocument Property

Returns the root of the document that contains this node. Read-only.

parentNode Property

Contains the parent node (for nodes that can have parents). Read-only.

parsed Property

Contains True if this node and all descendants have been parsed and instantiated; False if any nodes remain to be parsed. Read-only.

prefix Property

Returns the namespace prefix. Read-only.

previousSibling Property

Contains the left sibling of this node. Read-only.

specified Property

Indicates whether the node (usually an attribute) is explicitly specified or derived from a default value in the DTD or schema. Read-only.

text Property

Contains the text content of the node and its subtrees. Read/write.

xml Property

Contains the XML representation of the node and all its descendants. Read-only.

See Also

Reference

XSLT Reference

Other Resources

XML Stylesheet Language Transformations (XSLT)