Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
defaultXmlNamespace
Method · 0.95
memberExprTail
Method · 0.95
propertyAccess
Method · 0.95
primaryExpr
Method · 0.95
Calls
2
reportError
Method · 0.95
isXmlAvailable
Method · 0.80
Tested by
no test coverage detected