UnexpetedException
651652653654655656657
return saveToString(env, this, false); } public boolean schemaValidate(String schemaFilename) { throw new UnimplementedException(); }
656657658659660661662
throw new UnimplementedException(); } public boolean schemaValidateSource(String schemaSource) { throw new UnimplementedException(); }
666667668669670671672
_delegate.setDocumentURI(documentURI); } public void setFormatOutput(boolean formatOutput) { throw new UnimplementedException(); }
671672673674675676677
throw new UnimplementedException(); } public void setPreserveWhiteSpace(boolean preserveWhiteSpace) { throw new UnimplementedException(); }
676677678679680681682
throw new UnimplementedException(); } public void setRecover(boolean recover) { throw new UnimplementedException(); }
681682683684685686687
throw new UnimplementedException(); } public void setResolveExternals(boolean resolveExternals) { throw new UnimplementedException(); }
691692693694695696697
_delegate.setStrictErrorChecking(strictErrorChecking); } public void setSubstituteEntities(boolean substituteEntities) { throw new UnimplementedException(); }
696697698699700701702
throw new UnimplementedException(); } public void setValidateOnParse(boolean validateOnParse) { throw new UnimplementedException(); }
713714715716717718719
_delegate.setXmlVersion(xmlVersion); } public boolean validate() { throw new UnimplementedException(); }
721722723724725726727
public int xinclude(Env env, @Optional Value options) { if (options != null) env.stub(L.l("`{0}' is ignored", "options")); throw new UnimplementedException(); }