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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
525 private Element thePCDATA = null; field in class:Parser
633 if (virginStack) rectify(thePCDATA);
987 if (allWhite && !theStack.canContain(thePCDATA)) {
993 rectify(thePCDATA);

Completed in 67 milliseconds