public interface XQDataFactory
Modifier and Type | Method and Description |
---|---|
XQItemType |
createAtomicItemType(int baseType) |
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(org.xml.sax.InputSource value) |
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) |
XQItemType |
createItemType(int itemkind,
int basetype,
javax.xml.namespace.QName nodename) |
XQItemType |
createItemType(int itemkind,
int basetype,
javax.xml.namespace.QName nodename,
javax.xml.namespace.QName typename,
java.net.URI schemaURI,
boolean nillable) |
XQSequence |
createSequence(java.util.Iterator i) |
XQSequence |
createSequence(XQSequence s) |
XQSequenceType |
createSequenceType(XQItemType item,
int occurrence) |
XQItemType createAtomicItemType(int baseType) throws XQException
XQException
XQItem createItem(XQItem item) throws XQException
XQException
XQItem createItemFromAtomicValue(java.lang.String value, XQItemType type) throws XQException
XQException
XQItem createItemFromBoolean(boolean value, XQItemType type) throws XQException
XQException
XQItem createItemFromByte(byte value, XQItemType type) throws XQException
XQException
XQItem createItemFromDocument(org.xml.sax.InputSource value) throws XQException, java.io.IOException
XQException
java.io.IOException
XQItem createItemFromDouble(double value, XQItemType type) throws XQException
XQException
XQItem createItemFromFloat(float value, XQItemType type) throws XQException
XQException
XQItem createItemFromInt(int value, XQItemType type) throws XQException
XQException
XQItem createItemFromLong(long value, XQItemType type) throws XQException
XQException
XQItem createItemFromNode(org.w3c.dom.Node value, XQItemType type) throws XQException
XQException
XQItem createItemFromObject(java.lang.Object value, XQItemType type) throws XQException
XQException
XQItem createItemFromShort(short value, XQItemType type) throws XQException
XQException
XQItemType createItemType(int itemkind, int basetype, javax.xml.namespace.QName nodename) throws XQException
XQException
XQItemType createItemType(int itemkind, int basetype, javax.xml.namespace.QName nodename, javax.xml.namespace.QName typename, java.net.URI schemaURI, boolean nillable) throws XQException
XQException
XQSequence createSequence(java.util.Iterator i) throws XQException
XQException
XQSequence createSequence(XQSequence s) throws XQException
XQException
XQSequenceType createSequenceType(XQItemType item, int occurrence) throws XQException
XQException