Go to main content
1/15
Contents
List of Tables
Title and Copyright Information
Preface
Audience
Documentation Accessibility
Related Documents
Conventions
1
Package OracleXml APIs for C++
1.1
XmlException Interface
1.1.1
getCode()
1.1.2
getMesLang()
1.1.3
getMessage()
2
Package Ctx APIs for C++
2.1
Ctx Datatypes
2.1.1
encoding
2.1.2
encodings
2.2
MemAllocator Interface
2.2.1
alloc()
2.2.2
dealloc()
2.2.3
~MemAllocator()
2.3
TCtx Interface
2.3.1
TCtx()
2.3.2
getEncoding()
2.3.3
getErrHandler()
2.3.4
getMemAllocator()
2.3.5
isSimple()
2.3.6
isUnicode()
2.3.7
~TCtx()
3
Package DOM APIs for C++
3.1
About DOM Interfaces
3.2
Dom Datatypes
3.2.1
AcceptNodeCodes
3.2.2
CompareHowCode
3.2.3
DOMNodeType
3.2.4
DOMExceptionCode
3.2.5
WhatToShowCode
3.2.6
RangeExceptionCode
3.3
AttrRef Interface
3.3.1
AttrRef()
3.3.2
getName()
3.3.3
getOwnerElement()
3.3.4
getSpecified()
3.3.5
getValue()
3.3.6
setValue()
3.3.7
~AttrRef()
3.4
CDATASectionRef Interface
3.4.1
CDATASectionRef()
3.4.2
~CDATASectionRef()
3.5
CharacterDataRef Interface
3.5.1
appendData()
3.5.2
deleteData()
3.5.3
freeString()
3.5.4
getData()
3.5.5
getLength()
3.5.6
insertData()
3.5.7
replaceData()
3.5.8
setData()
3.5.9
substringData()
3.6
CommentRef Interface
3.6.1
CommentRef()
3.6.2
~CommentRef()
3.7
DOMException Interface
3.7.1
getDOMCode()
3.7.2
getMesLang()
3.7.3
getMessage()
3.8
DOMImplRef Interface
3.8.1
DOMImplRef()
3.8.2
createDocument()
3.8.3
createDocumentType()
3.8.4
formDocument()
3.8.5
getImplementation()
3.8.6
getNoMod()
3.8.7
hasFeature()
3.8.8
setContext()
3.8.9
~DOMImplRef()
3.9
DOMImplementation Interface
3.9.1
DOMImplementation()
3.9.2
getNoMod()
3.9.3
~DOMImplementation()
3.10
DocumentFragmentRef Interface
3.10.1
DocumentFragmentRef()
3.10.2
~DocumentFragmentRef()
3.11
DocumentRange Interface
3.11.1
DocumentRange()
3.11.2
createRange()
3.11.3
destroyRange()
3.11.4
~DocumentRange()
3.12
DocumentRef Interface
3.12.1
DocumentRef()
3.12.2
createAttribute()
3.12.3
createAttributeNS()
3.12.4
createCDATASection()
3.12.5
createComment()
3.12.6
createDocumentFragment()
3.12.7
createElement()
3.12.8
createElementNS()
3.12.9
createEntityReference()
3.12.10
createProcessingInstruction()
3.12.11
createTextNode()
3.12.12
getDoctype()
3.12.13
getDocumentElement()
3.12.14
getElementById()
3.12.15
getElementsByTagName()
3.12.16
getElementsByTagNameNS()
3.12.17
getImplementation()
3.12.18
importNode()
3.12.19
~DocumentRef()
3.13
DocumentTraversal Interface
3.13.1
DocumentTraversal()
3.13.2
createNodeIterator()
3.13.3
createTreeWalker()
3.13.4
destroyNodeIterator()
3.13.5
destroyTreeWalker()
3.13.6
~DocumentTraversal()
3.14
DocumentTypeRef Interface
3.14.1
DocumentTypeRef()
3.14.2
getEntities()
3.14.3
getInternalSubset()
3.14.4
getName()
3.14.5
getNotations()
3.14.6
getPublicId()
3.14.7
getSystemId()
3.14.8
~DocumentTypeRef()
3.15
ElementRef Interface
3.15.1
ElementRef()
3.15.2
getAttribute()
3.15.3
getAttributeNS()
3.15.4
getAttributeNode()
3.15.5
getElementsByTagName()
3.15.6
getTagName()
3.15.7
hasAttribute()
3.15.8
hasAttributeNS()
3.15.9
removeAttribute()
3.15.10
removeAttributeNS()
3.15.11
removeAttributeNode()
3.15.12
setAttribute()
3.15.13
setAttributeNS()
3.15.14
setAttributeNode()
3.15.15
~ElementRef()
3.16
EntityRef Interface
3.16.1
EntityRef()
3.16.2
getNotationName()
3.16.3
getPublicId()
3.16.4
getSystemId()
3.16.5
getType()
3.16.6
~EntityRef()
3.17
EntityReferenceRef Interface
3.17.1
EntityReferenceRef()
3.17.2
~EntityReferenceRef()
3.18
NamedNodeMapRef Interface
3.18.1
NamedNodeMapRef()
3.18.2
getLength()
3.18.3
getNamedItem()
3.18.4
getNamedItemNS()
3.18.5
item()
3.18.6
removeNamedItem()
3.18.7
removeNamedItemNS()
3.18.8
setNamedItem()
3.18.9
setNamedItemNS()
3.18.10
~NamedNodeMapRef()
3.19
NodeFilter Interface
3.19.1
acceptNode()
3.20
NodeIterator Interface
3.20.1
adjustCtx()
3.20.2
detach()
3.20.3
nextNode()
3.20.4
previousNode()
3.21
NodeListRef Interface
3.21.1
NodeListRef()
3.21.2
getLength()
3.21.3
item()
3.21.4
~NodeListRef()
3.22
NodeRef Interface
3.22.1
NodeRef()
3.22.2
appendChild()
3.22.3
cloneNode()
3.22.4
getAttributes()
3.22.5
getChildNodes()
3.22.6
getFirstChild()
3.22.7
getLastChild()
3.22.8
getLocalName()
3.22.9
getNamespaceURI()
3.22.10
getNextSibling()
3.22.11
getNoMod()
3.22.12
getNodeName()
3.22.13
getNodeType()
3.22.14
getNodeValue()
3.22.15
getOwnerDocument()
3.22.16
getParentNode()
3.22.17
getPrefix()
3.22.18
getPreviousSibling()
3.22.19
hasAttributes()
3.22.20
hasChildNodes()
3.22.21
insertBefore()
3.22.22
isSupported()
3.22.23
markToDelete()
3.22.24
normalize()
3.22.25
removeChild()
3.22.26
replaceChild()
3.22.27
resetNode()
3.22.28
setNodeValue()
3.22.29
setPrefix()
3.22.30
~NodeRef()
3.23
NotationRef Interface
3.23.1
NotationRef()
3.23.2
getPublicId()
3.23.3
getSystemId()
3.23.4
~NotationRef()
3.24
ProcessingInstructionRef Interface
3.24.1
ProcessingInstructionRef()
3.24.2
getData()
3.24.3
getTarget()
3.24.4
setData()
3.24.5
~ProcessingInstructionRef()
3.25
Range Interface
3.25.1
CompareBoundaryPoints()
3.25.2
cloneContent()
3.25.3
cloneRange()
3.25.4
deleteContents()
3.25.5
detach()
3.25.6
extractContent()
3.25.7
getCollapsed()
3.25.8
getCommonAncestorContainer()
3.25.9
getEndContainer()
3.25.10
getEndOffset()
3.25.11
getStartContainer()
3.25.12
getStartOffset()
3.25.13
insertNode()
3.25.14
selectNodeContent()
3.25.15
selectNode()
3.25.16
setEnd()
3.25.17
setEndAfter()
3.25.18
setEndBefore()
3.25.19
setStart()
3.25.20
setStartAfter()
3.25.21
setStartBefore()
3.25.22
surroundContents()
3.25.23
toString()
3.26
RangeException Interface
3.26.1
getCode()
3.26.2
getMesLang()
3.26.3
getMessage()
3.26.4
getRangeCode()
3.27
TextRef Interface
3.27.1
TextRef()
3.27.2
splitText()
3.27.3
~TextRef()
3.28
TreeWalker Interface
3.28.1
adjustCtx()
3.28.2
firstChild()
3.28.3
lastChild()
3.28.4
nextNode()
3.28.5
nextSibling()
3.28.6
parentNode()
3.28.7
previousNode()
3.28.8
previousSibling()
4
Package IO APIs for C++
4.1
IO Datatypes
4.1.1
InputSourceType
4.2
InputSource Interface
4.2.1
getBaseURI()
4.2.2
getISrcType()
4.2.3
setBaseURI()
5
Package Parser APIs for C++
5.1
Parser Datatypes
5.1.1
ParserExceptionCode
5.1.2
DOMParserIdType
5.1.3
SAXParserIdType
5.1.4
SchValidatorIdType
5.2
DOMParser Interface
5.2.1
getContext()
5.2.2
getParserId()
5.2.3
parse()
5.2.4
parseDTD()
5.2.5
parseSchVal()
5.2.6
setValidator()
5.3
GParser Interface
5.3.1
SetWarnDuplicateEntity()
5.3.2
getBaseURI()
5.3.3
getDiscardWhitespaces()
5.3.4
getExpandCharRefs()
5.3.5
getSchemaLocation()
5.3.6
getStopOnWarning()
5.3.7
getWarnDuplicateEntity()
5.3.8
setBaseURI()
5.3.9
setDiscardWhitespaces()
5.3.10
setExpandCharRefs()
5.3.11
setSchemaLocation()
5.3.12
setStopOnWarning()
5.4
ParserException Interface
5.4.1
getCode()
5.4.2
getMesLang()
5.4.3
getMessage()
5.4.4
getParserCode()
5.5
SAXHandler Interface
5.5.1
CDATA()
5.5.2
XMLDecl()
5.5.3
attributeDecl()
5.5.4
characters()
5.5.5
comment()
5.5.6
elementDecl()
5.5.7
endDocument()
5.5.8
endElement()
5.5.9
notationDecl()
5.5.10
parsedEntityDecl()
5.5.11
processingInstruction()
5.5.12
startDocument()
5.5.13
startElement()
5.5.14
startElementNS()
5.5.15
unparsedEntityDecl()
5.5.16
whitespace()
5.6
SAXParser Interface
5.6.1
getContext()
5.6.2
getParserId()
5.6.3
parse()
5.6.4
parseDTD()
5.6.5
setSAXHandler()
5.7
SchemaValidator Interface
5.7.1
getSchemaList()
5.7.2
getValidatorId()
5.7.3
loadSchema()
5.7.4
unloadSchema()
6
Package SOAP APIs for C++
6.1
SOAP Datatypes
6.1.1
SoapExceptionCode
6.1.2
SoapBinding
6.1.3
SoapRole
6.2
SoapException Interface
6.2.1
getCode()
6.2.2
getMessage()
6.2.3
getMesLang()
6.2.4
getSoapCode()
6.3
ConnectRef Interface
6.3.1
~ConnectRef()
6.3.2
call()
6.4
MsgFactory Interface
6.4.1
~MsgFactory()
6.4.2
MsgFactory()
6.4.3
addBodyElement()
6.4.4
addFaultReason()
6.4.5
addHeaderElement()
6.4.6
createConnection()
6.4.7
createMessage()
6.4.8
destroyMessage()
6.4.9
getBody()
6.4.10
getBodyElement()
6.4.11
getEnvelope()
6.4.12
getFault()
6.4.13
getHeader()
6.4.14
getHeaderElement()
6.4.15
getMustUnderstand()
6.4.16
getReasonNum()
6.4.17
getReasonLang()
6.4.18
getRole()
6.4.19
hasFault()
6.4.20
setFault()
6.4.21
setMustUnderstand()
6.4.22
setRole()
7
Package Tools APIs for C++
7.1
Tools Datatypes
7.1.1
FactoryExceptionCode
7.2
Factory Interface
7.2.1
Factory()
7.2.2
createDOMParser()
7.2.3
createSAXParser()
7.2.4
createSchemaValidator()
7.2.5
createXPathCompProcessor()
7.2.6
createXPathCompiler()
7.2.7
createXPathProcessor()
7.2.8
createXPointerProcessor()
7.2.9
createXslCompiler()
7.2.10
createXslExtendedTransformer()
7.2.11
createXslTransformer()
7.2.12
getContext()
7.2.13
~Factory()
7.3
FactoryException Interface
7.3.1
getCode()
7.3.2
getFactoryCode()
7.3.3
getMesLang()
7.3.4
getMessage()
8
Package XPath APIs for C++
8.1
XPath Datatypes
8.1.1
XPathCompIdType
8.1.2
XPathObjType
8.1.3
XPathExceptionCode
8.1.4
XPathPrIdType
8.2
CompProcessor Interface
8.2.1
getProcessorId()
8.2.2
process()
8.2.3
processWithBinXPath()
8.3
Compiler Interface
8.3.1
compile()
8.3.2
getCompilerId()
8.4
NodeSet Interface
8.4.1
getNode()
8.4.2
getSize()
8.5
Processor Interface
8.5.1
getProcessorId()
8.5.2
process()
8.6
XPathException Interface
8.6.1
getCode()
8.6.2
getMesLang()
8.6.3
getMessage()
8.6.4
getXPathCode()
8.7
XPathObject Interface
8.7.1
XPathObject()
8.7.2
getNodeSet()
8.7.3
getObjBoolean()
8.7.4
getObjNumber()
8.7.5
getObjString()
8.7.6
getObjType()
9
Package XPointer APIs for C++
9.1
XPointer Datatypes
9.1.1
XppExceptionCode
9.1.2
XppPrIdType
9.1.3
XppLocType
9.2
Processor Interface
9.2.1
getProcessorId()
9.2.2
process()
9.3
XppException Interface
9.3.1
getCode()
9.3.2
getMesLang()
9.3.3
getMessage()
9.3.4
getXppCode()
9.4
XppLocation Interface
9.4.1
getLocType()
9.4.2
getNode()
9.4.3
getRange()
9.5
XppLocSet Interface
9.5.1
getItem()
9.5.2
getSize()
10
Package Xsl APIs for C++
10.1
Xsl Datatypes
10.1.1
XslCompIdType
10.1.2
XslExceptionCode
10.1.3
XslTrIdType
10.2
Compiler Interface
10.2.1
compile()
10.2.2
getCompilerId()
10.2.3
getLength()
10.3
CompTransformer Interface
10.3.1
getTransformerId()
10.3.2
setBinXsl()
10.3.3
setSAXHandler()
10.3.4
setXSL()
10.3.5
transform()
10.4
Transformer Interface
10.4.1
getTransformerId()
10.4.2
setSAXHandler()
10.4.3
setXSL()
10.4.4
transform()
10.5
XSLException Interface
10.5.1
getCode()
10.5.2
getMesLang()
10.5.3
getMessage()
10.5.4
getXslCode()
Index
Scripting on this page enhances content navigation, but does not change the content in any way.