xpath.SerializationMethod

The xpath.SerializationMethod enumeration represents the serialization output methods, as described in XSLT and XQuery Serialization 3.1.

Constants

xpath.SerializationMethod.XML

[XML Output Method](https://www.w3.org/TR/xslt-xquery-serialization-31/#xml-output)

xpath.SerializationMethod.XHTML

[XHTML Output Method](https://www.w3.org/TR/xslt-xquery-serialization-31/#xhtml-output)

xpath.SerializationMethod.HTML

[HTML Output Method](https://www.w3.org/TR/xslt-xquery-serialization-31/#html-output)

xpath.SerializationMethod.TEXT

[Text Output Method](https://www.w3.org/TR/xslt-xquery-serialization-31/#text-output)

xpath.SerializationMethod.JSON

[JSON Output Method](https://www.w3.org/TR/xslt-xquery-serialization-31/#json-output)

xpath.SerializationMethod.ADAPTIVE

[Adaptive Output Method](https://www.w3.org/TR/xslt-xquery-serialization-31/#adaptive-output)

Methods