OutputKeys.CdataSectionElements Field

Definition

cdata-section-elements = <var>expanded names</var>.

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

Field Value

Attributes

Remarks

cdata-section-elements = <var>expanded names</var>.

cdata-section-elements specifies a whitespace delimited list of the names of elements whose text node children should be output using CDATA sections. Note that these names must use the format described in the section Qualfied Name Representation in javax.xml.transform.

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

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