SAXTransformerFactory.FeatureXmlfilter Field

Definition

If javax.xml.transform.TransformerFactory#getFeature returns true when passed this value as an argument, the #newXMLFilter(Source src) and #newXMLFilter(Templates templates) methods are supported.

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

Field Value

Attributes

Remarks

If javax.xml.transform.TransformerFactory#getFeature returns true when passed this value as an argument, the #newXMLFilter(Source src) and #newXMLFilter(Templates templates) methods are supported.

Java documentation for javax.xml.transform.sax.SAXTransformerFactory.FEATURE_XMLFILTER.

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