Package org.exist.xquery

Examples of org.exist.xquery.CompiledXQuery.dump()


  /* (non-Javadoc)
   * @see org.exist.xmldb.XQueryService#dump(org.exist.xmldb.CompiledExpression, java.io.Writer)
   */
  public void dump(CompiledExpression expression, Writer writer) throws XMLDBException {
      final CompiledXQuery expr = (CompiledXQuery)expression;
      expr.dump(writer);
  }
}
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.