scala.xml.parsing

trait PCDataMarkupParser

[source: scala/xml/parsing/PCDataMarkupParser.scala]

trait PCDataMarkupParser[PCM <: MarkupParser with MarkupHandler]
extends MarkupParser
Extends the Markup Parser to do the right thing (tm) with PCData blocks. (c) David Pollak, 2007 WorldWide Conferencing, LLC
Direct Known Subclasses:
XhtmlParser

Values and Variables inherited from MarkupParser
input (abstract), preserveWS (abstract), curInput, inpStack, pos, extIndex, tmppos, ch, cbuf, dtd, doc, eof
Method Summary
override def xCharData : NodeSeq
'<! CharData ::= [CDATA[ ( {char} - {char}"]]>"{char} ) ']]>' see [15]
Methods inherited from MarkupParser
externalSource (abstract), xmlProcInstr, prolog, textDecl, document, putChar, nextch, xToken, xToken, xAttributes, xAttributeValue, xEntityValue, xTag, xEndTag, xCharRef, xComment, appendText, content1, content, externalID, parseDTD, element, element1, xName, xEQ, xSpaceOpt, xSpace, xProcInstr, xText, systemLiteral, pubidLiteral, extSubset, markupDecl1, markupDecl, intSubset, elementDecl, attrDecl, entityDecl, notationDecl, reportSyntaxError, reportSyntaxError, reportValidationError, push, pushExternal, pop, normalizeAttributeValue
Methods inherited from TokenTests
isSpace, isSpace, isNameChar, isNameStart, isName, isPubIDChar, isValidIANAEncoding, checkSysID, checkPubID
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def xCharData : NodeSeq
'<! CharData ::= [CDATA[ ( {char} - {char}"]]>"{char} ) ']]>' see [15]
Overrides
MarkupParser.xCharData