Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java469 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes); in setup()
526 private Element thePCDATA = null; field in Parser
634 if (virginStack) rectify(thePCDATA); in eof()
988 if (allWhite && !theStack.canContain(thePCDATA)) { in pcdata()
994 rectify(thePCDATA); in pcdata()