UnexpetedException
155156157158159160161
public void setISODate(int year, int week, //yes, week, not month @Optional int day) { throw new UnimplementedException("DateTime::setISODate()"); }
234235236237238239240
return wrap(_delegate.createTextNode(data)); } public DOMConfiguration getConfig() { throw new UnimplementedException(); }
274275276277278279280
return wrap(_delegate.getElementsByTagNameNS(uri, name)); } public boolean getFormatOutput() { throw new UnimplementedException(); }
289290291292293294295
return _delegate.getInputEncoding(); } public boolean getPreserveWhiteSpace() { throw new UnimplementedException(); }
294295296297298299300
throw new UnimplementedException(); } public boolean getRecover() { throw new UnimplementedException(); }
299300301302303304305
throw new UnimplementedException(); } public boolean getResolveExternals() { throw new UnimplementedException(); }
309310311312313314315
return _delegate.getStrictErrorChecking(); } public boolean getSubstituteEntities() { throw new UnimplementedException(); }
314315316317318319320
throw new UnimplementedException(); } public boolean getValidateOnParse() { throw new UnimplementedException(); }
495496497498499500501
_delegate.normalizeDocument(); } public boolean relaxNGValidate(String rngFilename) { throw new UnimplementedException(); }
500501502503504505506
throw new UnimplementedException(); } public boolean relaxNGValidateSource(String rngSource) { throw new UnimplementedException(); }