Returns the XML content as an InputStream without affecting the
state of the object. This method can be called multiple times unlike
the get methods of java.sql.SQLXML.
the XML content as an InputStream
Returns the XML content as a Reader without affecting the
state of the object. This method can be called multiple times unlike
the get methods of java.sql.SQLXML.
the XML content as a Reader
Returns the XML content as a string without affecting the state of
the object. This method can be called multiple times unlike
the get methods of java.sql.SQLXML.
the XML content as a string
Returns the XML content as a W3C Document without affecting
the state of the object. This method can be called multiple times unlike
the get methods of java.sql.SQLXML.
the XML content as a W3C Document