Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
DParserAdapter.java183 namespaces = value; in setFeature()
184 if (!namespaces && !prefixes) { in setFeature()
190 if (!prefixes && !namespaces) { in setFeature()
191 namespaces = true; in setFeature()
220 return namespaces; in getFeature()
489 if (!namespaces) { in startElement()
615 if (!namespaces) { in endElement()
708 if (!prefixes && !namespaces) in setupParser()
840 private boolean namespaces = true; field in ParserAdapter
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDOMConfigurationImpl.java161 && config.namespaces;
173 config.namespaces = true;
183 return config.namespaces;
186 config.namespaces = (Boolean) value;
292 private boolean namespaces = true; field in DOMConfigurationImpl
/libcore/luni/src/test/java/libcore/xml/
DSaxTest.java203 private void parse(boolean prefixes, boolean namespaces, String xml, in parse() argument
208 reader.setFeature("http://xml.org/sax/features/namespaces", namespaces); in parse()
/libcore/expectations/
Dknownfailures.txt1277 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
1278 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
1279 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
1280 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
1286 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
1287 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
1288 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
1289 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
1624 …substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enab…
/libcore/api/
Dcurrent.txt21906 …l String FEATURE_PROCESS_NAMESPACES = "http://xmlpull.org/v1/doc/features.html#process-namespaces";
22019 … field protected static final String NAMESPACES_FEATURE = "http://xml.org/sax/features/namespaces";