Share via


XSLViewElement Object Members

SharePoint Designer Developer Reference

Represents an XSL view element.

Methods

  Name Description
contains Returns a Boolean that represents whether an element is contained within another element. True indicates that the element specified in the pChild parameter is contained within an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part.
currentDataNode Returns an IXMLDOMNode object (which is part of the Microsoft XML version 2.0 object model interface) that represents the Extensible Markup Language (XML) node for the specified text range inside an XML Data View Web Part.
dataViewNodeSetIterator Returns an IHTMLXSLElement object that represents the first node-set iterator Extensible Stylesheet Language (XSL) construct (such as xsl:apply-templates or xsl:for-each) in the specified range.
dataViewTemplateBodyExpansion Returns an IHTMLXSLElement object that represents the first parent template or Extensible Stylesheet Language (XSL) xsl:for-each construct of a Data View Web Part.
getAttribute Returns a Variant that represents the value of the specified attribute.
insertAdjacentHTML Inserts HTML text into an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part at the specified location.
insertAdjacentText Inserts text into an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part at the specified location.
regenerateDataView Executes the Extensible Stylesheet Language Transform (XSLT) on the data in an XSL Data View Web Part.
removeAttribute Returns a Boolean that represents whether the attribute was successfully removed. True indicates that the attribute was removed. False indicates that the attribute was not removed.
scrollIntoView Scrolls the page so that an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part is positioned in the page window.
setAttribute Sets the attribute for an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part.
xmlTree Returns an IXMLDOMNode object (which is part of the Microsoft XML, version 2.0 object model interface) that represents the parent node of the Extensible Markup Language (XML) tree for a Data View Web Part.
xslInstruction Returns an IXMLDOMNode object (which is part of the Microsoft XML, version 2.0 object model interface) that represents the nearest Extensible Stylesheet Language (XSL) instruction for the specified text range.
xslNodeSetIterator Returns an IXMLDOMNode object (which is part of the Microsoft XML, version 2.0 object model interface) that represents the first node set iterator Extensible Stylesheet Language (XSL) construct (for example, xsl:apply-templates or xsl:for-each) in the specified range.
xslTemplateBody Returns an IXMLDOMNode object (which is part of the Microsoft XML, version 2.0 object model interface) that represents the first parent template or Extensible Stylesheet Language (XSL) xsl:for-each construct of a Data View Web Part.
xslTree The description for this member will appear in the final release of Office 2007.

Properties

  Name Description
all Returns an ElementCollection object that represents a reference to the collection of all elements contained within a specified object.
children Returns an ElementCollection collection that represents a collection of elements that are direct descendants of an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part.
className Returns or sets a String that indicates the cascading style sheets (CSS) style rule for an Extensible Stylesheet Language (XSL) element. Corresponds to the class attribute.
document Returns an Object that represents the parent document for an Extensible Stylesheet Language (XSL) element.
id Returns or sets a String that represents the value of the id attribute for an Extensible Stylesheet Language (XSL) element.
innerHTML Sets or returns a String that represents the text and HTML elements between the start and end tags of an Extensible Stylesheet Language (XSL) element.
innerText Sets or returns a String that represents the text between the start and end tags of an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part without any associated HTML.
isTextEdit Returns a Boolean that represents whether you can create a TextRange object with an XSLViewElement object. True indicates that you can create a TextRange object.
lang Returns or sets a String that represents the language to use for the specified object. Corresponds to the lang attribute of the associated HTML element.
language Returns or sets a String that represents the language in which the script for an XSL Data View Web Part is written.
offsetHeight Retrieves the height of the specified object relative to the layout or coordinate parent, as indicated in the offsetParent property.
offsetLeft Retrieves the left edge of the specified object relative to the layout or coordinate parent, as indicated in the offsetParent property.
offsetParent Retrurns an IHTMLElement object that represents the parent element that defines the offsetTop and offsetLeft properties.
offsetTop Retrieves the top edge of the specified object relative to the layout or coordinate parent, as indicated in the offsetParent property.
offsetWidth Retrieves the width of the specified object relative to the layout or coordinate parent, as indicated in the offsetParent property.
onafterupdate Sets or returns a Variant that represents the value of the onafterupdate attribute, which is the name of the script that runs when the onafterupdate event fires.
onbeforeupdate Returns or sets a Variant that represents the value of the onbeforeupdate attribute, which is the script that runs when the onbeforeupdate event fires.
onclick Sets or returns a Variant that represents the value of the onclick attribute, which is the script that runs when the onclick event fires.
ondataavailable Returns or sets a Variant that represents the value of the ondataavailable attribute, which is the script that runs when the ondataavailable event fires.
ondatasetchanged Returns or sets a Variant that represents the value of the ondatasetchanged attribute, which is the script that runs when the ondatasetchanged event fires.
ondatasetcomplete Returns or sets a Variant that represents the value of the ondatasetcomplete attribute, which is the script that runs when the ondatasetcomplete event fires.
ondblclick Returns or sets a Variant that represents the value of the ondblclick attribute, which is the script that runs when the ondblclick event fires.
ondragstart Returns or sets a Variant that represents the value of the ondragstart attribute, which is the script that runs when the ondragstart event fires.
onerrorupdate Returns or sets a Variant that represents the value of the onerrorupdate attribute, which is the script that runs when the onerrorupdate event fires.
onfilterchange Returns or sets a Variant that represents the value of the onfilterchange attribute, which is the script that runs when the onfilterchange event fires.
onhelp Returns or sets a Variant that represents the value of the onhelp attribute, which is the script that runs when the onhelp event fires.
onkeydown Returns or sets a Variant that represents the value of the onkeydown attribute, which is the script that runs when the onkeydown event fires.
onkeypress Returns or sets a Variant that represents the value of the onkeypress attribute, which is the script that runs when the onkeypress event fires.
onkeyup Returns or sets a Variant that represents the value of the onkeyup attribute, which is the script that runs when the onkeyup event fires.
onmousedown Returns or sets a Variant that represents the value of the onmousedown attribute, which is the script that runs when the onmousedown event fires.
onmousemove Returns or sets a Variant that represents the value of the onmousemove attribute, which is the script that runs when the onmousemove event fires.
onmouseout Returns or sets a Variant that represents the value of the onmouseout attribute, which is the script that runs when the onmouseout event fires.
onmouseover Returns or sets a Variant that represents the value of the onmouseover attribute, which is the script that runs when the onmouseover event fires.
onmouseup Returns or sets a Variant that represents the value of the onmouseup attribute, which is the script that runs when the onmouseup event fires.
onrowenter Returns or sets a Variant that represents the value of the onrowenter attribute, which is the script that runs when the onrowenter event fires.
onrowexit Returns or sets a Variant that represents the value of the onrowexit attribute, which is the script that runs when the onrowexit event fires.
onselectstart Returns or sets a Variant that represents the value of the onselectstart attribute, which is the script that runs when the onselectstart event fires.
outerHTML Returns or sets a String that represents the HTML for a Web Part zone and all text and HTML that it contains, including the surrounding start and end tags.
outerText Returns or sets a String that represents the text, without any HTML, of an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part.
parentElement Returns an IHTMLElement object that represents the element that is one level up in the HTML element hierarchy.
parentTextEdit Returns an IHTMLElement object that represents the parent element in the document hierarchy that can be used to create a text range containing the original element.
sourceIndex Returns a Long that represents the ordinal position of the element, in source order, as the element appears in the ElementCollection collection accessed by using the all property.
Style Returns a Style object that represents the inline style properties for a Web Part zone. Corresponds to the style attribute.
tagName Returns a String that represents the name of a Web Part zone.
title Sets or returns a String that represents the value of a ScreenTip for an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part.

Events

  Name Description
onafterupdate The onafterupdate event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onbeforeupdate The onbeforeupdate event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onclick Occurs when a user clicks on an Extensible Stylesheet Language (XSL) element.
ondataavailable The ondataavailable event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
ondatasetchanged The ondatasetchanged event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
ondatasetcomplete The ondatasetcomplete event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
ondblclick Occurs when a user double-clicks on an Extensible Stylesheet Language (XSL) element for an XSL Data View Web Part.
ondragstart Occurs when the user starts to drag a text selection or selected object on a page.
onerrorupdate The onerrorupdate event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onfilterchange The onfilterchange event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onhelp The onhelp event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onkeydown Occurs when a users presses a key on the keyboard.
onkeypress The onkeypress event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onkeyup Occurs when a user releases a key.
onmousedown Occurs when a user clicks an element with either mouse button.
onmousemove Occurs when the user moves the mouse pointer over an Extensible Stylesheet Language (XSL) element.
onmouseout Occurs when a user moves the mouse pointer outside the boundaries of an Extensible Stylesheet Language (XSL) element.
onmouseover Occurs when a user moves the mouse pointer over an Extensible Stylesheet Language (XSL) element.
onmouseup Occurs when a user releases a mouse button.
onrowenter The onrowenter event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onrowexit The onrowexit event is not supported in 1st_SPDesignerGeneric VBA and is therefore unavailable for programmatic access. For more information, see Why Are Some Object Model Members Not Supported?
onselectstart Occurs when a user starts selecting text or elements.