Skip to Main Content
Oracle in a Nutshell
book

Oracle in a Nutshell

by Rick Greenwald, David C. Kreines
December 2002
Intermediate to advanced content levelIntermediate to advanced
928 pages
85h 29m
English
O'Reilly Media, Inc.
Content preview from Oracle in a Nutshell

DOM Document methods

FUNCTION DBMS_XMLDOM.newDOMDocument RETURN DOMDocument;

Returns a new DOMDocument instance.

PROCEDURE DBMS_XMLDOM.freeDocument (doc IN DOMDocument);

Frees doc.

FUNCTION DBMS_XMLDOM.getVersion (doc IN DOMDocument) RETURN VARCHAR2;

Returns the version information for doc.

PROCEDURE DBMS_XMLDOM.setVersion (doc IN DOMDocument version IN VARCHAR2);

Sets version for doc.

FUNCTION DBMS_XMLDOM.getCharset (doc IN DOMDocument) RETURN VARCHAR2;

Returns character set of doc.

PROCEDURE DBMS_XMLDOM.setCharset (doc IN DOMDocument charset IN VARCHAR2);

Sets charset for doc.

FUNCTION DBMS_XMLDOM.getStandalone (doc IN DOMDocument) RETURN VARCHAR2;

Returns standalone information for doc.

PROCEDURE DBMS_XMLDOM.setStandalone (doc IN DOMDocument value IN VARCHAR2);

Sets standalone information value for doc.

PROCEDURE DBMS_XMLDOM.writeToFile (doc IN DOMDocument, filename IN VARCHAR2 [, charset IN VARCHAR2]);

Writes doc to filename, using charset if present, or the database character set if not.

PROCEDURE DBMS_XMLDOM.writeToBuffer (doc IN DOMDocument, buffer IN OUT VARCHAR2 [, charset IN VARCHAR2]);

Writes doc to buffer, using charset if present, or the database character set if not.

PROCEDURE DBMS_XMLDOM.writeToClob (doc IN DOMDocument, cl IN CLOB [, charset IN VARCHAR2]);

Writes doc to cl, using charset if present, or the database character set if not.

PROCEDURE DBMS_XMLDOM.writeExternalDTDToFile (doc IN DOMDocument, filename IN VARCHAR2 [, charset IN VARCHAR2]);

Writes the external ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Internals

Oracle Internals

Donald K. Burleson
Oracle PL/SQL

Oracle PL/SQL

Lewis Cunningham
Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Rick Greenwald, Robert Stackowiak, Jonathan Stern

Publisher Resources

ISBN: 0596003366Errata Page