net.sf.saxon.javax.xml.xquery
Interface XQDataFactory
- All Known Subinterfaces:
- XQConnection
- All Known Implementing Classes:
- SaxonXQConnection, SaxonXQDataFactory
public interface XQDataFactory
XQJ interfaces reconstructed from version 0.9 documentation
Method Summary |
XQItemType |
createAtomicType(int baseType)
|
XQItemType |
createAtomicType(int baseType,
javax.xml.namespace.QName typename,
java.net.URI schemaURI)
|
XQItemType |
createAttributeType(javax.xml.namespace.QName nodename,
int basetype)
|
XQItemType |
createAttributeType(javax.xml.namespace.QName nodename,
int basetype,
javax.xml.namespace.QName typename,
java.net.URI schemaURI)
|
XQItemType |
createCommentType()
|
XQItemType |
createDocumentElementType(XQItemType elementType)
|
XQItemType |
createDocumentSchemaElementType(XQItemType type)
|
XQItemType |
createDocumentType()
|
XQItemType |
createElementType(javax.xml.namespace.QName nodename,
int basetype)
|
XQItemType |
createElementType(javax.xml.namespace.QName nodename,
int basetype,
javax.xml.namespace.QName typename,
java.net.URI schemaURI,
boolean allowNill)
|
XQItem |
createItem(XQItem item)
|
XQItem |
createItemFromAtomicValue(java.lang.String value,
XQItemType type)
|
XQItem |
createItemFromBoolean(boolean value,
XQItemType type)
|
XQItem |
createItemFromByte(byte value,
XQItemType type)
|
XQItem |
createItemFromDocument(java.io.InputStream value,
XQItemType type)
|
XQItem |
createItemFromDocument(java.io.Reader value,
XQItemType type)
|
XQItem |
createItemFromDocument(javax.xml.transform.Source value,
XQItemType type)
|
XQItem |
createItemFromDocument(java.lang.String value,
XQItemType type)
|
XQItem |
createItemFromDocument(org.xml.sax.XMLReader value,
XQItemType type)
|
XQItem |
createItemFromDocument(javax.xml.stream.XMLStreamReader value,
XQItemType type)
|
XQItem |
createItemFromDouble(double value,
XQItemType type)
|
XQItem |
createItemFromFloat(float value,
XQItemType type)
|
XQItem |
createItemFromInt(int value,
XQItemType type)
|
XQItem |
createItemFromLong(long value,
XQItemType type)
|
XQItem |
createItemFromNode(org.w3c.dom.Node value,
XQItemType type)
|
XQItem |
createItemFromObject(java.lang.Object value,
XQItemType type)
|
XQItem |
createItemFromShort(short value,
XQItemType type)
|
XQItem |
createItemFromString(java.lang.String value,
XQItemType type)
|
XQItemType |
createItemType()
|
XQItemType |
createNodeType()
|
XQItemType |
createProcessingInstructionType(java.lang.String piTarget)
|
XQItemType |
createSchemaAttributeType(javax.xml.namespace.QName nodename,
int basetype,
java.net.URI schemaURI)
|
XQItemType |
createSchemaElementType(javax.xml.namespace.QName nodename,
int basetype,
java.net.URI schemaURI)
|
XQSequence |
createSequence(java.util.Iterator i)
|
XQSequence |
createSequence(XQSequence s)
|
XQSequenceType |
createSequenceType(XQItemType item,
int occurrence)
|
XQItemType |
createTextType()
|
createAtomicType
XQItemType createAtomicType(int baseType)
throws XQException
- Throws:
XQException
createAtomicType
XQItemType createAtomicType(int baseType,
javax.xml.namespace.QName typename,
java.net.URI schemaURI)
throws XQException
- Throws:
XQException
createAttributeType
XQItemType createAttributeType(javax.xml.namespace.QName nodename,
int basetype)
throws XQException
- Throws:
XQException
createAttributeType
XQItemType createAttributeType(javax.xml.namespace.QName nodename,
int basetype,
javax.xml.namespace.QName typename,
java.net.URI schemaURI)
throws XQException
- Throws:
XQException
createCommentType
XQItemType createCommentType()
throws XQException
- Throws:
XQException
createDocumentElementType
XQItemType createDocumentElementType(XQItemType elementType)
throws XQException
- Throws:
XQException
createDocumentSchemaElementType
XQItemType createDocumentSchemaElementType(XQItemType type)
throws XQException
- Throws:
XQException
createDocumentType
XQItemType createDocumentType()
throws XQException
- Throws:
XQException
createElementType
XQItemType createElementType(javax.xml.namespace.QName nodename,
int basetype)
throws XQException
- Throws:
XQException
createElementType
XQItemType createElementType(javax.xml.namespace.QName nodename,
int basetype,
javax.xml.namespace.QName typename,
java.net.URI schemaURI,
boolean allowNill)
throws XQException
- Throws:
XQException
createItem
XQItem createItem(XQItem item)
throws XQException
- Throws:
XQException
createItemFromAtomicValue
XQItem createItemFromAtomicValue(java.lang.String value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromBoolean
XQItem createItemFromBoolean(boolean value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromByte
XQItem createItemFromByte(byte value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromDocument
XQItem createItemFromDocument(java.io.InputStream value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromDocument
XQItem createItemFromDocument(java.io.Reader value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromDocument
XQItem createItemFromDocument(javax.xml.transform.Source value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromDocument
XQItem createItemFromDocument(java.lang.String value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromDocument
XQItem createItemFromDocument(org.xml.sax.XMLReader value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromDocument
XQItem createItemFromDocument(javax.xml.stream.XMLStreamReader value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromDouble
XQItem createItemFromDouble(double value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromFloat
XQItem createItemFromFloat(float value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromInt
XQItem createItemFromInt(int value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromLong
XQItem createItemFromLong(long value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromNode
XQItem createItemFromNode(org.w3c.dom.Node value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromObject
XQItem createItemFromObject(java.lang.Object value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromShort
XQItem createItemFromShort(short value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemFromString
XQItem createItemFromString(java.lang.String value,
XQItemType type)
throws XQException
- Throws:
XQException
createItemType
XQItemType createItemType()
throws XQException
- Throws:
XQException
createNodeType
XQItemType createNodeType()
throws XQException
- Throws:
XQException
createProcessingInstructionType
XQItemType createProcessingInstructionType(java.lang.String piTarget)
throws XQException
- Throws:
XQException
createSchemaAttributeType
XQItemType createSchemaAttributeType(javax.xml.namespace.QName nodename,
int basetype,
java.net.URI schemaURI)
throws XQException
- Throws:
XQException
createSchemaElementType
XQItemType createSchemaElementType(javax.xml.namespace.QName nodename,
int basetype,
java.net.URI schemaURI)
throws XQException
- Throws:
XQException
createSequence
XQSequence createSequence(java.util.Iterator i)
throws XQException
- Throws:
XQException
createSequence
XQSequence createSequence(XQSequence s)
throws XQException
- Throws:
XQException
createSequenceType
XQSequenceType createSequenceType(XQItemType item,
int occurrence)
throws XQException
- Throws:
XQException
createTextType
XQItemType createTextType()
throws XQException
- Throws:
XQException