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 C: Specifications and Cheat Sheets, 6 of 8


XML Parser for C: Namespace API Functions

Table D-4 lists the XML Parser for C, Namespace functions.

Table D-4 XML Parser for C: Namespace API Functions
Function  Brief Description 

getAttrLocal(xmlattr *attrs)  

Returns attribute local name 

getAttrNamespace(xmlattr *attr)  

Returns attribute namespace (URI) 

getAttrPrefix(xmlattr *attr)  

Returns attribute prefix 

getAttrQualifiedName(xmlattr *attr) 

Returns attribute fully qualified name 

getNodeLocal(xmlnode *node) 

Returns node local name 

getNodeNamespace(xmlnode *node) 

Returns node namespace (URI) 

getNodePrefix(xmlnode *node) 

Returns node prefix 

getNodeQualifiedName(xmlnode *node) 

Returns node qualified name 


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