OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startNamespace
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java
188
/*package*/ void
startNamespace
(String prefix, String uri)
/libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp
685
static void
startNamespace
(void* data, const char* prefix, const char* uri) {
976
XML_SetNamespaceDeclHandler(parser,
startNamespace
, endNamespace);
[
all
...]
Completed in 92 milliseconds