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

Method parseMarkupdecl

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

Parse a markup declaration in the internal or external DTD subset. [29] markupdecl ::= ( %elementdecl | %AttlistDecl | %EntityDecl | %NotationDecl | %PI | %S | %Comment | InternalPERef ) [30] InternalPERef ::= PEReference [31] extS

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseDoctypedeclMethod · 0.95
parseConditionalSectMethod · 0.95

Calls 9

tryReadMethod · 0.95
parseElementdeclMethod · 0.95
parseAttlistDeclMethod · 0.95
parseEntityDeclMethod · 0.95
parseNotationDeclMethod · 0.95
parsePIMethod · 0.95
parseCommentMethod · 0.95
parseConditionalSectMethod · 0.95
errorMethod · 0.95

Tested by

no test coverage detected