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

Method parseProlog

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

Parse the prolog of an XML document. [24] prolog ::= XMPDecl? Misc (Doctypedecl Misc )? There are a couple of tricks here. First, it is necessary to declare the XML default attributes after the DTD (if present) has been read. Second, it is not possible to expand general r

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseDocumentMethod · 0.95

Calls 3

parseMiscMethod · 0.95
tryReadMethod · 0.95
parseDoctypedeclMethod · 0.95

Tested by

no test coverage detected