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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java475 theDoctypeName = theDoctypePublicId = theDoctypeSystemId = null;
520 private String theDoctypeSystemId = null; field in class:Parser
777 theEntityResolver.resolveEntity(theDoctypePublicId, theDoctypeSystemId);
865 theDoctypeSystemId = ((Locator)theScanner).getSystemId();
867 theDoctypeSystemId = new URL(new URL(theDoctypeSystemId), systemid).toString();

Completed in 164 milliseconds