PropsXSLTProcessor extension

on

Methods

clearParameters() → void

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension

getParameter(String namespaceURI, String localName) → dynamic

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension

importStylesheet(Node style) → void

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension

removeParameter(String namespaceURI, String localName) → void

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension

reset() → void

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension

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

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension

transformToDocument(Node source) Document

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension

transformToFragment(Node source, Document output) DocumentFragment

Available on XSLTProcessor, provided by the PropsXSLTProcessor extension