Searched refs:setFeature (Results 1 - 25 of 40) sorted by relevance

12

/libcore/luni/src/test/java/libcore/xml/
H A DKxmlPullParserDtdTest.java26 result.setFeature(XmlPullParser.FEATURE_PROCESS_DOCDECL, true);
H A DNamespacedAttributesLookupTest.java103 reader.setFeature(SAX_PROPERTY_NS, namespace);
104 reader.setFeature(SAX_PROPERTY_NS_PREFIXES, namespacePrefixes);
H A DXmlPullParserFactoryTest.java92 tf.setFeature("foo", false);
127 public void setFeature(String name, boolean state) { method in class:XmlPullParserFactoryTest.XmlParserThatHatesAllFeatures
140 public void setFeature(String name, boolean state) throws IllegalArgumentException, method in class:XmlPullParserFactoryTest.XmlSerializerStub
229 public void setFeature(String name, boolean state) throws XmlPullParserException { method in class:XmlPullParserFactoryTest.XmlPullParserStub
H A DPullParserTest.java29 parser.setFeature("http://xmlpull.org/v1/doc/features.html#relaxed", true);
39 parser.setFeature("http://xmlpull.org/v1/doc/features.html#relaxed", true);
49 parser.setFeature("http://xmlpull.org/v1/doc/features.html#relaxed", true);
61 parser.setFeature("http://xmlpull.org/v1/doc/features.html#process-namespaces", true);
69 parser.setFeature("http://xmlpull.org/v1/doc/features.html#process-namespaces", true);
70 parser.setFeature("http://xmlpull.org/v1/doc/features.html#relaxed", true);
230 parser.setFeature("http://xmlpull.org/v1/doc/features.html#relaxed", true);
247 parser.setFeature("http://xmlpull.org/v1/doc/features.html#relaxed", true);
275 parser.setFeature("http://xmlpull.org/v1/doc/features.html#relaxed", true);
292 parser.setFeature("htt
[all...]
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DSAXParserFactoryImpl.java87 public void setFeature(String name, boolean value) throws SAXNotRecognizedException { method in class:SAXParserFactoryImpl
107 setFeature(NAMESPACES, value);
116 setFeature(VALIDATION, value);
H A DDocumentBuilderFactoryImpl.java90 public void setFeature(String name, boolean value) method in class:DocumentBuilderFactoryImpl
H A DSAXParserImpl.java52 reader.setFeature(entry.getKey(), entry.getValue());
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DDoNothingXMLReader.java73 public void setFeature(String name, boolean value) { method in class:DoNothingXMLReader
H A DNoAccessXMLReader.java73 public void setFeature(String name, boolean value) { method in class:NoAccessXMLReader
H A DNoSubclassXMLReader.java73 public void setFeature(String name, boolean value) { method in class:NoSubclassXMLReader
H A DNoInstanceXMLReader.java76 public void setFeature(String name, boolean value) { method in class:NoInstanceXMLReader
H A DMockFilter.java61 public void setFeature(String name, boolean value) { method in class:MockFilter
/libcore/luni/src/main/java/org/xml/sax/
H A DXMLReader.java95 * r.setFeature("http://xml.org/sax/features/validation", true);
124 * @see #setFeature
153 public void setFeature (String name, boolean value)
152 public void setFeature (String name, boolean value) method in interface:XMLReader
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
H A DSAXParserFactoryTest.java180 spf.setFeature(features[i], true);
182 spf.setFeature(features[i], false);
194 spf.setFeature("", true);
207 spf.setFeature("http://xml.org/sax/features/unknown-feature", true);
219 spf.setFeature(null, true);
400 public void setFeature(String name, boolean value) throws method in class:SAXParserFactoryTest.MySAXParserFactory
H A DDocumentBuilderFactoryTest.java126 // dbf.setFeature(features[i], true);
135 // dbf.setFeature(features[i], false);
144 // dbf.setFeature(null, false);
488 * javax.xml.parsers.DocumentBuilderFactory#setFeature(java.lang.String).
495 dbf.setFeature(features[i], true);
504 dbf.setFeature(features[i], false);
513 dbf.setFeature(null, false);
525 dbf.setFeature(badFeatures[i], false);
971 public void setFeature(String name, boolean value) { method in class:DocumentBuilderFactoryTest.DocumentBuilderFactoryChild
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerFactory.java264 public abstract void setFeature(String name, boolean value) method in class:TransformerFactory
/libcore/luni/src/main/java/javax/xml/validation/
H A DValidator.java339 * @see #setFeature(String, boolean)
376 public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException { method in class:Validator
H A DValidatorHandler.java347 * @see #setFeature(String, boolean)
384 public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException { method in class:ValidatorHandler
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactory.java228 public abstract void setFeature(String name, boolean value) method in class:XPathFactory
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DXMLReaderAdapter.java234 xmlReader.setFeature("http://xml.org/sax/features/namespace-prefixes", true);
236 xmlReader.setFeature("http://xml.org/sax/features/namespaces",
/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParserFactory.java54 public void setFeature(String name, boolean state) throws XmlPullParserException { method in class:XmlPullParserFactory
132 pp.setFeature(entry.getKey(), entry.getValue());
H A DXmlPullParser.java355 * @see #setFeature
367 * @see #setFeature
388 * @see #setFeature
402 * @see #setFeature
412 * <p>Example: call setFeature(FEATURE_PROCESS_NAMESPACES, true) in order
420 void setFeature(String name, method in interface:XmlPullParser
H A DXmlSerializer.java48 void setFeature(String name, method in interface:XmlSerializer
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilderFactory.java333 public abstract void setFeature(String name, boolean value) method in class:DocumentBuilderFactory
H A DSAXParserFactory.java215 * @see org.xml.sax.XMLReader#setFeature
217 public abstract void setFeature(String name, boolean value) method in class:SAXParserFactory

Completed in 613 milliseconds

12