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

Method isWhiteSpace

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

Tests if c is a white space char

(char c)

Source from the content-addressed store, hash-verified

602 * Tests if c is a white space char
603 */
604 private boolean isWhiteSpace(char c) {
605 return Character.isWhitespace(c);
606 }
607
608 // this is a gate Document... It's content will be transferred to
609 // m_modifier

Callers 12

doState1Method · 0.95
doState2Method · 0.95
doState3Method · 0.95
doState4Method · 0.95
doState5Method · 0.95
doState6Method · 0.95
doState8Method · 0.95
doState9Method · 0.95
doState10Method · 0.95
doState11Method · 0.95
doState12Method · 0.95
nextTagSkipDTDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected