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

Method parseElements

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

Parse an element-content model. [42] elements ::= (choice | seq) ('?' | ' ' | '+')? [44] cps ::= S? %cp S? [45] choice ::= '(' S? %ctokplus (S? '|' S? %ctoks) S? ')' [46] ctokplus ::= cps ('|' cps)+ [47] ctoks ::= cps ('|' cps) [48] seq ::= '(' S? %stoks (S? ',' S? %stoks) S? ')' [49] stoks ::= cps

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseContentspecMethod · 0.95
parseCpMethod · 0.95

Calls 6

skipWhitespaceMethod · 0.95
parseCpMethod · 0.95
readChMethod · 0.95
dataBufferAppendMethod · 0.95
unreadMethod · 0.95
errorMethod · 0.95

Tested by

no test coverage detected