Searched refs:namespaces (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | ParserAdapter.java | 183 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/ |
D | DOMConfigurationImpl.java | 161 && 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/ |
D | SaxTest.java | 203 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/ |
D | knownfailures.txt | 1277 "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/ |
D | current.txt | 21906 …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";
|