Examples of UnimplementedException


Examples of com.caucho.quercus.UnimplementedException

 
  public void setISODate(int year,
                         int week, //yes, week, not month
                         @Optional int day)
  {
    throw new UnimplementedException("DateTime::setISODate()");
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    return wrap(_delegate.createTextNode(data));
  }

  public DOMConfiguration getConfig()
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    return wrap(_delegate.getElementsByTagNameNS(uri, name));
  }

  public boolean getFormatOutput()
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    return _delegate.getInputEncoding();
  }

  public boolean getPreserveWhiteSpace()
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    throw new UnimplementedException();
  }

  public boolean getRecover()
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    throw new UnimplementedException();
  }

  public boolean getResolveExternals()
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    return _delegate.getStrictErrorChecking();
  }

  public boolean getSubstituteEntities()
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    throw new UnimplementedException();
  }

  public boolean getValidateOnParse()
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    _delegate.normalizeDocument();
  }

  public boolean relaxNGValidate(String rngFilename)
  {
    throw new UnimplementedException();
  }
View Full Code Here

Examples of com.caucho.quercus.UnimplementedException

    throw new UnimplementedException();
  }

  public boolean relaxNGValidateSource(String rngSource)
  {
    throw new UnimplementedException();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.