Not documented.

Annotations
  • DocsEditable()
  • DomName('XSLTProcessor')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.FIREFOX)
  • SupportedBrowser(SupportedBrowser.SAFARI)
  • deprecated

Static Properties

supported bool
read-only

Checks if this type is supported on the current platform.

Constructors

XsltProcessor()

Methods

clearParameters() → void

getParameter(String namespaceURI, String localName) → String

importStylesheet(Node stylesheet) → void

removeParameter(String namespaceURI, String localName) → void

reset() → void

setParameter(String namespaceURI, String localName, String value) → void

transformToDocument(Node source) → Document

transformToFragment(Node source, Document docVal) → DocumentFragment