|
Scala Library
|
|
trait
PCDataMarkupParser[PCM <: MarkupParser with MarkupHandler]
extends MarkupParser| 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
|
Scala Library
|
|