XSLTProcessor class
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.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- XSLTProcessor()
-
factory
Properties
- clearParameters ↔ void Function()
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair - getParameter ↔ dynamic Function(String, [String?])
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- importStylesheet ↔ void Function(Node)
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair - removeParameter ↔ void Function(String, [String?])
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair - reset ↔ void Function()
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setParameter ↔ void Function(String, dynamic, [String?])
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair - transformToDocument ↔ Document Function(Node)
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair - transformToFragment ↔ DocumentFragment Function(Node, Document)
-
Available on XSLTProcessor, provided by the XSLTProcessor$Typings extension
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited