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

Method parsePI

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

Parse a processing instruction and do a call-back. [19] PI ::= '<?' Name (S (Char - (Char '?>' Char )))? '?>' (The <? has already been read.) An XML processing instruction must begin with a Name, which is the instruction's target.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

parseMiscMethod · 0.95
parseMarkupdeclMethod · 0.95
parseContentMethod · 0.95
tryEncodingDeclMethod · 0.95

Calls 6

readNmtokenMethod · 0.95
tryReadMethod · 0.95
requireWhitespaceMethod · 0.95
parseUntilMethod · 0.95
dataBufferToStringMethod · 0.95
processingInstructionMethod · 0.65

Tested by

no test coverage detected