public interface XSLTProcessor
XSLTProcesor is an object providing an interface to XSLT engine in Mozilla. It is available to unprivileged JavaScript.
Modifier and Type | Method and Description |
---|---|
void |
clearParameters() |
String |
getParameter(String namespaceURI,
String localName) |
void |
importStylesheet(Node stylesheet) |
void |
removeParameter(String namespaceURI,
String localName) |
void |
reset() |
void |
setParameter(String namespaceURI,
String localName,
String value) |
Document |
transformToDocument(Node source) |
DocumentFragment |
transformToFragment(Node source,
Document docVal) |
void clearParameters()
void importStylesheet(Node stylesheet)
void reset()
DocumentFragment transformToFragment(Node source, Document docVal)
Copyright © 2018. All rights reserved.