XdmWriterSettings.JsonNodeOutputMethod PropertyXdmWriterSettings.JsonNodeOutputMethod PropertyXdmWriterSettings::JsonNodeOutputMethod Property
- XmlPrime 3.1
- Other Versions ▼
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Public Property JsonNodeOutputMethod As System.Xml.XmlQualifiedName Get Set(ByVal value As System.Xml.XmlQualifiedName)
public System.Xml.XmlQualifiedName JsonNodeOutputMethod { get; set; }
public: property System.Xml::XmlQualifiedName^ JsonNodeOutputMethod { System.Xml::XmlQualifiedName^ get(); void set(System.Xml::XmlQualifiedName^ value); }
Property Value
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The JSON node output method.
Remarks
This property corresponds to the json-node-output-method
serialization parameter.
The properties XmlOutputMethodXmlOutputMethodXmlOutputMethod, HtmlOutputMethodHtmlOutputMethodHtmlOutputMethod, XHtmlOutputMethodXHtmlOutputMethodXHtmlOutputMethod TextOutputMethodTextOutputMethodTextOutputMethod, and CanonicalOutputMethodCanonicalOutputMethodCanonicalOutputMethod can be used to specify supported output methods.
If this property is set to an unsupported value then a SEPM0016
XdmExceptionXdmExceptionXdmException is
thrown if serialization is attempted. The default value is XmlOutputMethodXmlOutputMethodXmlOutputMethod.