Skip Headers

Oracle9i Supplied PL/SQL Packages and Types Reference
Release 2 (9.2)

Part Number A96612-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_XMLDOM, 2 of 5


Types of DBMS_XMLDOM

The following types for DBMS_XMLDOM.DOMTYPE are defined in Table 84-1:

Table 84-1: XDB_XMLDOM Types  
Type Description

DOMNode

Implements the DOM Node interface.

DOMNamedNodeMap

Implements the DOM NamedNodeMap interface.

DOMNodeList

Implements the DOM NodeList interface.

DOMAttr

Implements the DOM Attribute interface.

DOMCDataSection

Implements the DOM CDataSection interface.

DOMCharacterData

Implements the DOM Character Data interface.

DOMComment

Implements the DOM Comment interface.

DOMDocumentFragment

Implements the DOM DocumentFragment interface.

DOMElement

Implements the DOM Element interface.

DOMEntity

Implements the DOM Entity interface.

DOMEntityReference

Implements the DOM EntityReference interface.

DOMNotation

Implements the DOM Notation interface.

DOMProcessingInstruction

Implements the DOM Processing instruction interface.

DOMText

Implements the DOM Text interface.

DOMImplementation

Implements the DOM DOMImplementation interface.

DOMDocumentType

Implements the DOM Document Type interface.

DOMDocument

Implements the DOM Document interface.


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback