Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java476 theDoctypeName = theDoctypePublicId = theDoctypeSystemId = null; in setup()
522 private String theDoctypeName = null; field in Parser
776 if (virginStack && localName.equalsIgnoreCase(theDoctypeName)) { in push()
863 theDoctypeName = name; in decl()