Package com.caucho.quercus

Examples of com.caucho.quercus.UnimplementedException


    return saveToString(env, this, false);
  }

  public boolean schemaValidate(String schemaFilename)
  {
    throw new UnimplementedException();
  }
View Full Code Here


    throw new UnimplementedException();
  }

  public boolean schemaValidateSource(String schemaSource)
  {
    throw new UnimplementedException();
  }
View Full Code Here

    _delegate.setDocumentURI(documentURI);
  }

  public void setFormatOutput(boolean formatOutput)
  {
    throw new UnimplementedException();
  }
View Full Code Here

    throw new UnimplementedException();
  }

  public void setPreserveWhiteSpace(boolean preserveWhiteSpace)
  {
    throw new UnimplementedException();
  }
View Full Code Here

    throw new UnimplementedException();
  }

  public void setRecover(boolean recover)
  {
    throw new UnimplementedException();
  }
View Full Code Here

    throw new UnimplementedException();
  }

  public void setResolveExternals(boolean resolveExternals)
  {
    throw new UnimplementedException();
  }
View Full Code Here

    _delegate.setStrictErrorChecking(strictErrorChecking);
  }

  public void setSubstituteEntities(boolean substituteEntities)
  {
    throw new UnimplementedException();
  }
View Full Code Here

    throw new UnimplementedException();
  }

  public void setValidateOnParse(boolean validateOnParse)
  {
    throw new UnimplementedException();
  }
View Full Code Here

    _delegate.setXmlVersion(xmlVersion);
  }

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

  public int xinclude(Env env, @Optional Value options)
  {
    if (options != null)
      env.stub(L.l("`{0}' is ignored", "options"));

    throw new UnimplementedException();
  }
View Full Code Here

TOP

Related Classes of com.caucho.quercus.UnimplementedException

Copyright © 2018 www.massapicom. 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.