Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java476 theDoctypeName = theDoctypePublicId = theDoctypeSystemId = null; in setup()
521 private String theDoctypeSystemId = null; field in Parser
778 theEntityResolver.resolveEntity(theDoctypePublicId, theDoctypeSystemId); in push()
866 theDoctypeSystemId = ((Locator)theScanner).getSystemId(); in decl()
868theDoctypeSystemId = new URL(new URL(theDoctypeSystemId), systemid).toString(); in decl()