MCPcopy Create free account
hub / github.com/AnalyseSI/AnalyseSI / parseCDSect

Method parseCDSect

src/com/microstar/xml/XmlParser.java:644–647  ·  view source on GitHub ↗

Parse a CDATA marked section. [20] CDSect ::= CDStart CData CDEnd [21] CDStart ::= '<![CDATA[' [22] CData ::= (Char - (Char ']]>' Char )) [23] CDEnd ::= ']]>' (The '<![CDATA[' has already been read.) Note that this just appends characters to the d

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseContentMethod · 0.95

Calls 1

parseUntilMethod · 0.95

Tested by

no test coverage detected