package js.html
Available on jsAn
XSLTProcessorapplies an XSLT stylesheet transformation to an XML document to produce a new XML document as output. It has methods to load the XSLT stylesheet, to manipulatexsl:paramparameter values, and to apply the transformation to documents.Documentation XSLTProcessor by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
new ()Throws:
null |
DOMError |
|---|
clearParameters ():VoidgetParameter (namespaceURI:String, localName:String):DynamicThrows:
null |
DOMError |
|---|
importStylesheet (style:Node):VoidThrows:
null |
DOMError |
|---|
removeParameter (namespaceURI:String, localName:String):VoidThrows:
null |
DOMError |
|---|
reset ():VoidsetParameter (namespaceURI:String, localName:String, value:Dynamic):VoidThrows:
null |
DOMError |
|---|
transformToDocument (source:Node):HTMLDocumentThrows:
null |
DOMError |
|---|
transformToFragment (source:Node, output:HTMLDocument):DocumentFragmentThrows:
null |
DOMError |
|---|
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/XSLTProcessor.html