MCPcopy Create free account
hub / github.com/mozilla/rhino / mustHaveXML

Method mustHaveXML

rhino/src/main/java/org/mozilla/javascript/Parser.java:533–537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531 }
532
533 private void mustHaveXML() {
534 if (!compilerEnv.isXmlAvailable()) {
535 reportError("msg.XML.not.available");
536 }
537 }
538
539 public boolean eof() {
540 return ts.eof();

Callers 4

defaultXmlNamespaceMethod · 0.95
memberExprTailMethod · 0.95
propertyAccessMethod · 0.95
primaryExprMethod · 0.95

Calls 2

reportErrorMethod · 0.95
isXmlAvailableMethod · 0.80

Tested by

no test coverage detected