Oracle8i Application Developer's Guide - XML
Release 3 (8.1.7)

Part Number A86030-01

Library

Solution Area

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

XDK for PL/SQL: Specifications and Cheat Sheets , 6 of 7


XML Parser for PL/SQL: W3C DOM API -- Types

The Document Object Model (DOM) is an application programming interface (API) for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated. In the DOM specification, the term "document" is used in the broad sense - increasingly, XML is being used as a way of representing many different kinds of information that may be stored in diverse systems, and much of this would traditionally be seen as data rather than as documents. Nevertheless, XML presents this data as documents, and the DOM may be used to manage this data.

The XML Parser for PL/SQL W3C DOM APIs are listed on OTN at the following site:

http://technet.oracle.com/tech/xml/parser_plsql/index.htm


Table F-3 XML Parser for PL/SQL: W3C DOM API Types 
Types  DOMException types  DOM interface types 

DOM Node types 

INDEX_SIZE_ERR  

DOMNode  

ELEMENT_NODE  

DOMSTRING_SIZE_ERR  

DOMNamedNodeMap  

ATTRIBUTE_NODE  

HIERARCHY_REQUEST_ERR  

DOMNodeList  

TEXT_NODE  

WRONG_DOCUMENT_ERR  

DOMAttr  

CDATA_SECTION_NODE  

INVALID_CHARACTER_ERR  

DOMCDataSection  

ENTITY_REFERENCE_NODE  

NO_DATA_ALLOWED_ERR  

DOMCharacterData  

ENTITY_NODE  

NO_MODIFICATION_ALLOWED_ERR  

DOMComment  

PROCESSING_INSTRUCTION_NODE  

NOT_FOUND_ERR  

DOMDocumentFragment  

COMMENT_NODE  

NOT_SUPPORTED_ERR  

DOMElement  

DOCUMENT_NODE  

INUSE_ATTRIBUTE_ERR  

DOMEntity  

DOCUMENT_TYPE_NODE  

DOMException types 

DOMEntityReference  

DOCUMENT_FRAGMENT_NODE  

INDEX_SIZE_ERR  

DOMNotation  

NOTATION_NODE  

DOMSTRING_SIZE_ERR  

DOMProcessingInstruction  

 

 

DOMText  

 

 

DOMImplementation  

 

 

DOMDocumentType  

 

 

DOMDocument  


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index