Package de.bottlecaps.xml
Interface XQueryProcessor
-
- All Known Implementing Classes:
SaxonXQueryProcessor
public interface XQueryProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XQueryProcessor.Plan
static interface
XQueryProcessor.Result
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description XQueryProcessor.Plan
compile(java.lang.String query)
static XQueryProcessor
defaultXQueryProcessor()
XQueryProcessor.Result
parseXml(java.lang.String xml)
-
-
-
Method Detail
-
defaultXQueryProcessor
static XQueryProcessor defaultXQueryProcessor()
-
compile
XQueryProcessor.Plan compile(java.lang.String query) throws java.lang.Exception
- Throws:
java.lang.Exception
-
parseXml
XQueryProcessor.Result parseXml(java.lang.String xml) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-