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

Method getMarkupAware

src/main/java/gate/corpora/DocumentImpl.java:751–754  ·  view source on GitHub ↗

Get the markup awareness status of the Document. Documents are markup-aware by default. @return whether the Document is markup aware.

()

Source from the content-addressed store, hash-verified

749 * @return whether the Document is markup aware.
750 */
751 @Override
752 public Boolean getMarkupAware() {
753 return markupAware;
754 }
755
756 /**
757 * Returns an XML document aming to preserve the original markups( the

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected