OutputKeys.Method Field

Definition

method = "xml" | "html" | "text" | <var>expanded name</var>.

[Android.Runtime.Register("METHOD")]
public const string Method;
[<Android.Runtime.Register("METHOD")>]
val mutable Method : string

Field Value

Attributes

Remarks

method = "xml" | "html" | "text" | <var>expanded name</var>.

The value of the method property identifies the overall method that should be used for outputting the result tree. Other non-namespaced values may be used, such as "xhtml", but, if accepted, the handling of such values is implementation defined. If any of the method values are not accepted and are not namespace qualified, then javax.xml.transform.Transformer#setOutputProperty or javax.xml.transform.Transformer#setOutputProperties will throw a java.lang.IllegalArgumentException.

Java documentation for javax.xml.transform.OutputKeys.METHOD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to