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

Method doState11

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

We are preparing to read the and definition of an element Stays in this state while reading WS

(char currChar)

Source from the content-addressed store, hash-verified

402 * Stays in this state while reading WS
403 */
404 private void doState11(char currChar){
405 if (!isWhiteSpace(currChar)){
406 m_currState = 12;
407 elemNameStart = m_cursor - 1;
408 }
409 } // doState11
410
411 /**
412 * Here we read the element's name ...this is an end tag

Callers 1

convertMethod · 0.95

Calls 1

isWhiteSpaceMethod · 0.95

Tested by

no test coverage detected