Editor.getHTMLElementsForXMLNode
Get all HTML representations for the given XML node. Beware, this function will return all elements, not subtrees. These HTML elements where rendered by the XSL while the given XML node was the context node.
- Documentation
- › API
- › Global objects API
- › Editor.getHTMLElementsForXMLNode
Editor.getHTMLElementsForXMLNode( XopusNode : XopusNode) : HTMLDOMElement[]
: XopusNode) : HTMLDOMElement[]Arguments
- XopusNode
- XopusNode. The XML node to lookup.