Home
last modified time | relevance | path

Searched refs:getSystemId (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
DSAX.h29 getSystemId (void *ctx);
Dparser.h312 const xmlChar *(*getSystemId)(void *ctx); member
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java442 theScanner.resetDocumentLocator(input.getPublicId(), input.getSystemId()); in parse()
485 String systemid = s.getSystemId(); in getReader()
865 theDoctypeSystemId = ((Locator)theScanner).getSystemId(); in decl()
DHTMLScanner.java288 public String getSystemId() { in getSystemId() method in HTMLScanner
/external/libxml2/
Dglobals.c514 gs->xmlDefaultSAXLocator.getSystemId = xmlSAX2GetSystemId; in xmlInitializeGlobalState()
Dlegacy.c781 getSystemId(void *ctx) in getSystemId() function