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, 3 of 5


Defined Constants of DBMS_XMLDOM

The constants listed in Table 84-2 are defined for DBMS_XMLDOM. For example, when a request such as getNodeType(myNode) is made, the returned type will be one of the following constants.

Table 84-2: Defined Constants for DBMS_XMLDDOM
Constant Description

ELEMENT_NODE

The Node is an Element.

ATTRIBUTE_NODE

The Node is an Attribute.

TEXT_NODE

The Node is a Text node.

CDATA_SECTION_NODE

The Node is a CDataSection.

ENTITY_REFERENCE_NODE

The Node is an Entity Reference.

ENTITY_NODE

The Node is an Entity.

PROCESSING_INSTRUCTION_NODE

The Node is a Processing Instruction.

COMMENT_NODE

The Node is a Comment.

DOCUMENT_NODE

The Node is a Document.

DOCUMENT_TYPE_NODE

The Node is a Document Type Definition.

DOCUMENT_FRAGMENT_NODE

The Node is a Document fragment.

NOTATION_NODE

The Node is a Notation.


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