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

Method parseConditionalSect

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

Parse a conditional section. [63] conditionalSect ::= includeSect || ignoreSect [64] includeSect ::= ' <![' %'INCLUDE' '[' (%markupdecl ) ']]>' [65] ignoreSect ::= ' <![' %'IGNORE' '[' ignoreSectContents ']]>' [66] ignoreSectContents ::= ((SkipLit | Comment | PI) -(Char ']]>')) | (' <![' ignoreSect

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseMarkupdeclMethod · 0.95

Calls 6

skipWhitespaceMethod · 0.95
tryReadMethod · 0.95
requireMethod · 0.95
parseMarkupdeclMethod · 0.95
readChMethod · 0.95
errorMethod · 0.95

Tested by

no test coverage detected