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.java179 namespaces = value; in setFeature()
180 if (!namespaces && !prefixes) { in setFeature()
186 if (!prefixes && !namespaces) { in setFeature()
187 namespaces = true; in setFeature()
216 return namespaces; in getFeature()
485 if (!namespaces) { in startElement()
611 if (!namespaces) { in endElement()
703 if (!prefixes && !namespaces) in setupParser()
824 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/
Dicebox.txt113 …substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enab…
Dknownfailures.txt1272 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
1273 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
1274 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
1275 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
1281 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
1282 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
1283 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
1284 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",