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

Method parseXMPDecl

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

Parse the XML declaration. [25] XMPDecl ::= '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>' [26] VersionInfo ::= S 'version' Eq ('"1.0"' | "'1.0'") [33] SDDecl ::= S 'standalone' Eq "'" ('yes' | 'no') "'" | S 'standa

(boolean ignoreEncoding)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

tryEncodingDeclMethod · 0.95

Calls 7

requireMethod · 0.95
parseEqMethod · 0.95
readLiteralMethod · 0.95
errorMethod · 0.95
skipWhitespaceMethod · 0.95
tryReadMethod · 0.95
checkEncodingMethod · 0.95

Tested by

no test coverage detected