XSLTProcessor

XSLTProcessor

package js-html

Available on js

An XSLTProcessor applies 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 manipulate xsl:param parameter values, and to apply the transformation to documents.

Documentation XSLTProcessor by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Constructor

new ()

Throws:

null DOMError

Methods

clearParameters ():Void

getParameter (namespaceURI:String, localName:String):Dynamic

Throws:

null DOMError

importStylesheet (style:Node):Void

Throws:

null DOMError

removeParameter (namespaceURI:String, localName:String):Void

Throws:

null DOMError

reset ():Void

setParameter (namespaceURI:String, localName:String, value:Dynamic):Void

Throws:

null DOMError

transformToDocument (source:Node):HTMLDocument

Throws:

null DOMError

transformToFragment (source:Node, output:HTMLDocument):DocumentFragment

Throws:

null DOMError

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/XSLTProcessor.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部