MCPcopy Create free account
hub / github.com/GateNLP/gate-core / doState13

Method doState13

src/main/java/gate/sgml/Sgml2Xml.java:432–438  ·  view source on GitHub ↗

If '>' -> state 1 Stays here while reads WS

(char currChar)

Source from the content-addressed store, hash-verified

430 * Stays here while reads WS
431 */
432 private void doState13(char currChar) {
433 if ('>' == currChar){
434 elemName = m_modifier.substring(elemNameStart,elemNameEnd);
435 performActionWithEndElem(elemName);
436 m_currState = 1;
437 }
438 } // doState13
439
440 /**
441 This method is responsable with document conversion

Callers 1

convertMethod · 0.95

Calls 1

Tested by

no test coverage detected