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

Method parseEntityDecl

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

Parse an entity declaration. [71] EntityDecl ::= ' <!ENTITY' S %Name S %EntityDef S? '>' | ' <!ENTITY' S '%' S %Name S %EntityDef S? '>' [72] EntityDef ::= EntityValue | ExternalDef [73] ExternalDef ::= ExternalID %NDataDecl? [74] ExternalID ::= 'SYSTEM' S SystemLiteral | 'PUBLIC' S PubidLiteral S S

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseMarkupdeclMethod · 0.95

Calls 13

requireWhitespaceMethod · 0.95
tryReadMethod · 0.95
readNmtokenMethod · 0.95
readChMethod · 0.95
unreadMethod · 0.95
readLiteralMethod · 0.95
setInternalEntityMethod · 0.95
readExternalIdsMethod · 0.95
errorMethod · 0.95
skipWhitespaceMethod · 0.95
setExternalDataEntityMethod · 0.95
setExternalTextEntityMethod · 0.95

Tested by

no test coverage detected