public class XSLTProcessor extends Object
Modifier and Type | Field and Description |
---|---|
static XSLTProcessor |
prototype |
constructor
Constructor and Description |
---|
XSLTProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
clearParameters() |
Object |
getParameter(String namespaceURI,
String localName) |
void |
importStylesheet(Node style) |
void |
removeParameter(String namespaceURI,
String localName) |
void |
reset() |
void |
setParameter(String namespaceURI,
String localName,
Object value) |
Document |
transformToDocument(Node source) |
DocumentFragment |
transformToFragment(Node source,
Document document) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public static XSLTProcessor prototype
public void clearParameters()
public void importStylesheet(Node style)
public void reset()
public DocumentFragment transformToFragment(Node source, Document document)