|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQItemAccessor
Method Summary | |
---|---|
java.util.Calendar |
getCalendar()
Gets a calendar value. |
double |
getDouble()
Gets a double value. |
int |
getInt()
Gets an integer value. |
XQItemType |
getItemType()
Gets the type of the the item. |
java.lang.String |
getLexicalValue()
Gets the lexical string representation of the item. |
long |
getLong()
Gets a long value. |
org.w3c.dom.Node |
getNode()
Gets the item as a DOM node (if the current item is known to be a node). |
java.net.URI |
getNodeUri()
Gets the URI associated with the content of this item. |
java.lang.Object |
getObject()
Returns a generic java object corresponding to the XQuery type. |
java.lang.Object |
getObject(XQCommonHandler hdlr)
Returns a java object corresponding to the XQuery type using the XQCommonhandler passed in. |
java.lang.String |
getString()
Gets a string value. |
javax.xml.stream.XMLStreamReader |
getXMLStreamReader()
Gets the current item as an XMLStreamReader object. |
boolean |
instanceOf(XQItemType type)
Checks if the item is an instance of the given type (exact or subset of given type). |
void |
writeSAX(org.xml.sax.ContentHandler saxhdlr)
Writes the current item to the SAX stream. |
void |
writeXMLStream(javax.xml.stream.XMLStreamWriter writer)
Writes the current item to the XMLStreamWriter stream. |
Method Detail |
---|
java.util.Calendar getCalendar() throws XQException
XQException
double getDouble() throws XQException
XQException
int getInt() throws XQException
XQException
XQItemType getItemType() throws XQException
XQException
java.lang.String getLexicalValue() throws XQException
XQException
long getLong() throws XQException
XQException
org.w3c.dom.Node getNode() throws XQException
XQException
java.net.URI getNodeUri() throws XQException
XQException
java.lang.Object getObject() throws XQException
XQException
java.lang.Object getObject(XQCommonHandler hdlr) throws XQException
XQException
java.lang.String getString() throws XQException
XQException
javax.xml.stream.XMLStreamReader getXMLStreamReader() throws XQException
XQException
boolean instanceOf(XQItemType type) throws XQException
XQException
void writeSAX(org.xml.sax.ContentHandler saxhdlr) throws XQException
XQException
void writeXMLStream(javax.xml.stream.XMLStreamWriter writer) throws XQException
XQException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |