Skip navigation links
Oracle® Database XML Java API Reference
Release 21c
F31401-01
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abort() - Method in interface org.w3c.dom.ls.LSParser
Abort the loading of the document that is currently being loaded by the LSParser.
ABSENT_NS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
absolute(int) - Method in interface javax.xml.xquery.XQSequence
Moves the XQSequence's position to the given item number in this object.
ACCEPTED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
acceptNode(Node) - Method in interface org.w3c.dom.ls.LSParserFilter
This method will be called by the parser at the completion of the parsing of each node.
acceptNode(Node) - Method in interface org.w3c.dom.traversal.NodeFilter
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
ACCESS_MODE - Static variable in class oracle.xml.parser.v2.XMLDocument
 
ACCESS_MODE_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
ACTION_APPEND_AS_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
Append the result of the parse operation as children of the context node.
ACTION_INSERT_AFTER - Static variable in interface org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately following sibling of the context node.
ACTION_INSERT_BEFORE - Static variable in interface org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately preceding sibling of the context node.
ACTION_REPLACE - Static variable in interface org.w3c.dom.ls.LSParser
Replace the context node with the result of the parse operation.
ACTION_REPLACE_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
Replace all the children of the context node with the result of the parse operation.
activeFound() - Method in class oracle.xml.async.ResourceManager
Checks if any of the logical resources being managed are in active use
addAttr(String, String, String, String, boolean, int) - Method in class oracle.xml.parser.v2.SAXAttrList
Add an attribute to the parent element node.
addAttr(String, String, String, String, boolean, int, String) - Method in class oracle.xml.parser.v2.SAXAttrList
Add an attribute to the parent element node.
addAttribute(String, String, String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Add an attribute to an attribute list.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Add an attribute to the end of the list.
addCDATASectionElement(QName) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Adds an element name to the cdata-section-elements parameter.
addCharacterMapping(int, String) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the use-character-maps parameter.
addConnectionEventListener(XQConnectionEventListener) - Method in interface javax.xml.xquery.PooledXQConnection
Registers the given event listener so that it will be notified when an event occurs on this PooledXQConnection object.
addContentHandler(ContentHandler) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Add the next level ContentHandler the order in which the handler are called is not defined.
addCookie(Cookie) - Method in class oracle.xdb.servlet.XDBServletResponse
Add a cookie
addDateHeader(String, long) - Method in class oracle.xdb.servlet.XDBServletResponse
Add header whose value is a date.
addDOMBuilderErrorListener(DOMBuilderErrorListener) - Method in class oracle.xml.async.DOMBuilder
Adds DOMBuilderErrorListener
addDOMBuilderListener(DOMBuilderListener) - Method in class oracle.xml.async.DOMBuilder
Adds DOMBuilderListener
addEventListener(String, EventListener, boolean) - Method in class oracle.xml.parser.v2.XMLNode
This method allows the registration of event listeners on the event target
addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of event listeners on the event target.
addExcludedURI(URI) - Method in interface oracle.xml.xquery.OXQHttpResolverFactory
Specifies a URI that must be ignored by the entity resolver.
addHeader(String, String) - Method in class oracle.xdb.servlet.XDBServletResponse
Add header.
addID(String, XMLElement) - Method in class oracle.xml.parser.v2.XMLDocument
Add a ID Element associated with this document
addIndent(int) - Method in class oracle.xml.parser.v2.XMLOutputStream
Set indenting level for output
addIntHeader(String, int) - Method in class oracle.xdb.servlet.XDBServletResponse
Add header whose value is an int.
ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just added.
addResolver(OXQEntityResolver) - Method in interface oracle.xml.xquery.OXQCompositeResolverFactory
Adds a delegate entity resolver.
addSuppressIndentation(QName) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Adds an element name to the suppress-indentation parameter.
addText(String) - Method in class oracle.xml.parser.v2.XMLAttr
Append the given value to the attribute value
addText(String) - Method in class oracle.xml.parser.v2.XMLComment
Adds the comment text
addText(char[], int, int) - Method in class oracle.xml.parser.v2.XMLNode
Adds text to this node, or appends str to the last child if the last child is a text node.
addText(String) - Method in class oracle.xml.parser.v2.XMLNSNode
Adds text to this node, or appends str to the last child if the last child is a text node.
addText(char[], int, int) - Method in class oracle.xml.parser.v2.XMLNSNode
Adds text to this node, or appends str to the last child if the last child is a text node.
addText(String) - Method in class oracle.xml.parser.v2.XMLPI
Adds text string to the node
addText(char[], int, int) - Method in class oracle.xml.parser.v2.XMLText
Adds text to the data of the text node, similar to appendData
addXSLTransformerErrorListener(XSLTransformerErrorListener) - Method in class oracle.xml.async.XSLTransformer
Adds an XSLTransformer error event listener
addXSLTransformerListener(XSLTransformerListener) - Method in class oracle.xml.async.XSLTransformer
Adds a XSLTransformer listener
adoptNode(Node) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
adoptNode(Node) - Method in class oracle.xml.parser.v2.XMLDocument
Adopts a node from another document to this document.
afterLast() - Method in interface javax.xml.xquery.XQSequence
Move to the position after the last item.
ALL - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ANNOTATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ANNOTATION_CONTEXT - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
ANY - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ANY - Static variable in class oracle.xml.parser.v2.ElementDecl
Element content type - Children can be any element
ANY_ATTRIBUTE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ANY_CONTENTTYPE - Static variable in class oracle.xml.parser.v2.XMLElement
 
ANY_NAME - Static variable in class oracle.xml.xquery.OXQConstants
Defines a wildcard name for variable declarations.
ANY_NODE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ANY_SIMPLE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ANY_URI - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
APOS - Static variable in class oracle.xml.xsql.XSQLStylesheetProcessor
 
appendChild(Node) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
append the given node to the list of children of this node.
appendChild(Node) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
append the new child to the end of the child list; must be overriden by sub classes which support this method.
appendChild(Node) - Method in class oracle.xml.parser.v2.XMLDocument
Appends a new node to the document
appendChild(Node) - Method in class oracle.xml.parser.v2.XMLNode
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class oracle.xml.parser.v2.XMLNSNode
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
append the specified string to the char data
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
AppendDiffOp - Class in oracle.xml.diff
AppendDiffOp.
appendRelativeURI(String, String) - Static method in class oracle.xml.util.XMLUtil
 
arrayParamName(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
associateDataConnection(Connection) - Method in interface oracle.xml.binxml.DBBinXMLMetadataProvider
Associates a data connection with DBBinXMLMetadataProvider.
associateDataConnection(Connection) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
 
ASTERISK - Static variable in class oracle.xml.parser.v2.ElementDecl
ContentModelParseTreeNode type - "*" node (has one children)
AT_TARGET - Static variable in interface org.w3c.dom.events.Event
The event is currently being evaluated at the target EventTarget.
AttListDecl - Static variable in interface oracle.xml.parser.v2.XMLToken
AttListDecl ::= '<' '!'
AttName - Static variable in interface oracle.xml.parser.v2.XMLToken
AttName ::= Name
Attr - Interface in org.w3c.dom
The Attr interface represents an attribute in an Element object.
AttrDecl - Class in oracle.xml.parser.v2
This class hold information about each attribute declared in an attribute list in the Document Type Definition.
AttrDecl() - Constructor for class oracle.xml.parser.v2.AttrDecl
Default constructor.
ATTRDECL - Static variable in class oracle.xml.parser.v2.XMLNode
A attribute declaration node
ATTRIBUTE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
Attribute - Static variable in interface oracle.xml.parser.v2.XMLToken
Attribute ::= AttName Eq AttValue
ATTRIBUTE - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is an attribute
ATTRIBUTE_GROUP - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
attributeDecl(String, String, String, String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an attribute type declaration.
AttributeList - Interface in org.xml.sax
Deprecated.
This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
AttributeListImpl - Class in org.xml.sax.helpers
Deprecated.
This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
AttributeListImpl() - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Create an empty attribute list.
AttributeListImpl(AttributeList) - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Construct a persistent copy of an existing attribute list.
Attributes - Interface in org.xml.sax
Interface for a list of XML attributes.
AttributesImpl - Class in org.xml.sax.helpers
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class org.xml.sax.helpers.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.
AttValue - Static variable in interface oracle.xml.parser.v2.XMLToken
AttValue ::= '"' ([^<&"] | Reference)* '"' | "'" ([^<&'] | Reference)* "'"
Auto_Events - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to set Auto EVENTS
AUTO_VALIDATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 

B

BAD_BOUNDARYPOINTS_ERR - Static variable in exception org.w3c.dom.ranges.RangeException
If the boundary-points of a Range do not meet specific requirements.
BASE64_BINARY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
BASE_RESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
BASE_UNRESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
BASE_URL - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Base URL used in parsing entities.
BASE_URL - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
BASE_URL - Static variable in class oracle.xml.parser.v2.XMLParser
Base URL used in parsing entities.
BASE_URL_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
baseUriOf(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
beforeFirst() - Method in interface javax.xml.xquery.XQSequence
Moves to the position before the first item.
BINARY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
BINARY_FORMAT - Static variable in class oracle.xml.scalable.BinaryStream
 
BINARY_FORMAT_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
BINARY_RESULT_ID - Static variable in class oracle.xml.parser.v2.BinaryParser
Attribute IDs for Binary configuration BINARY_RESULT_ID -- binary storage, value can be OutputStream, File or Blob PAGE_MANAGER_ID -- value must be a PageManager ELEMENT_INDEXING_ID - Indexing or not, value is a Boolean.
BinaryIndex - Class in oracle.xml.scalable
 
BinaryIndex() - Constructor for class oracle.xml.scalable.BinaryIndex
 
BinaryIterator - Interface in oracle.xml.scalable
 
BinaryNav - Class in oracle.xml.scalable
 
BinaryNav(BinaryIndex) - Constructor for class oracle.xml.scalable.BinaryNav
Constructor
BinaryParser - Class in oracle.xml.parser.v2
 
BinaryParser() - Constructor for class oracle.xml.parser.v2.BinaryParser
 
BinaryStream - Class in oracle.xml.scalable
This class represents binary xml with write/read APIs.
bindAtomicValue(QName, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindBigDecimal(QName, BigDecimal, XQItemType) - Method in interface oracle.xml.xquery.OXQDynamicContext
Binds a value to the given external variable or the context item.
bindBigInteger(QName, BigInteger, XQItemType) - Method in interface oracle.xml.xquery.OXQDynamicContext
Binds a value to the given external variable or the context item.
bindBinary(QName, byte[], XQItemType) - Method in interface oracle.xml.xquery.OXQDynamicContext
Binds a value to the given external variable or the context item.
bindBoolean(QName, boolean, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindByte(QName, byte, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindCalendar(QName, XMLGregorianCalendar, XQItemType) - Method in interface oracle.xml.xquery.OXQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, String, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, Reader, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, InputStream, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, XMLStreamReader, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, Source, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item from the given Source.
bindDocument(QName, OXQEntity, XQItemType) - Method in interface oracle.xml.xquery.OXQDynamicContext
Binds a value to the given external variable or the context item.
bindDouble(QName, double, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDuration(QName, Duration, XQItemType) - Method in interface oracle.xml.xquery.OXQDynamicContext
Binds a value to the given external variable or the context item.
bindFloat(QName, float, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
BINDING_MODE_DEFERRED - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the binding mode deferred, refer to XQDynamicContext for more information.
BINDING_MODE_IMMEDIATE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the binding mode immediate, refer to XQDynamicContext for more information.
BINDING_TYPE_CHECK_MODE_FULL - Static variable in class oracle.xml.xquery.OXQConstants
An OXQStaticContext constant indicating that the XQuery processor must check whether an actual type of an external variable binding fully matches its declared type: both prime type and quantifier are checked.
BINDING_TYPE_CHECK_MODE_PRIME - Static variable in class oracle.xml.xquery.OXQConstants
An OXQStaticContext constant indicating that the XQuery processor should check whether an actual type of an external variable binding only partially matches its declared type: prime type is checked, quantifier is not checked.
bindInt(QName, int, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindItem(QName, XQItem) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable.
bindLong(QName, long, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindNode(QName, Node, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindObject(QName, Object, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindQName(QName, QName, XQItemType) - Method in interface oracle.xml.xquery.OXQDynamicContext
Binds a value to the given external variable or the context item.
bindSequence(QName, XQSequence) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindShort(QName, short, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindString(QName, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindValue(String, String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets a bind name/value pair.
BinXMLDecoder - Interface in oracle.xml.binxml
The interface for converting a binary stream into XML.
BinXMLEncoder - Interface in oracle.xml.binxml
An interface which contains APIs to convert XML to binary stream.
BinXMLException - Exception in oracle.xml.binxml
This class is used for all types of Binary XML Exceptions
BinXMLMetadataProvider - Interface in oracle.xml.binxml
This interface defines APIs for users to plug in a metadata repository used for encoding and decoding.
BinXMLMetadataProviderFactory - Class in oracle.xml.binxml
Factory class for creating DBBinXMLMetadataProvider
BinXMLMetadataProviderFactory() - Constructor for class oracle.xml.binxml.BinXMLMetadataProviderFactory
 
BinXMLProcessor - Interface in oracle.xml.binxml
A top level interface which represents the Binary XML Processor.
BinXMLProcessorFactory - Class in oracle.xml.binxml
Factory class to create a BinXMLProcessor object
BinXMLSerializer - Class in oracle.xml.binxml
The BinXMLSerializer class provides pull style serialization
BinXMLStream - Interface in oracle.xml.binxml
This interface represents the binary XML Stream object.
BinXMLVocabId - Class in oracle.xml.binxml
This class is used to represent the vocabulary Id associated with each dtd or schema document as per the CSX RFC.
BinXMLVocabId() - Constructor for class oracle.xml.binxml.BinXMLVocabId
 
BOOLEAN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
BOUNDARY_SPACE_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the the boundary-space policy for expression evaluation is to preserve white spaces
BOUNDARY_SPACE_STRIP - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the the boundary-space policy for expression evaluation is to strip white spaces
BUBBLING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the bubbling phase.
BUFSIZE - Static variable in class oracle.xml.scalable.BinaryStream
 
build(String) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
build(InputStream, URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
build(Reader, URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
build(URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
build(InputSource) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
build(XMLDocument, URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build XMLSchema from XML document
build(XMLDocument[], URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build XMLSchema from a set of XML documents
build(XMLDocument[]) - Method in class oracle.xml.parser.schema.XSDBuilder
Build XMLSchema from a set of XML documents The system id of each document is used as the based uri
build(XMLElement[], URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build XMLSchema from a set of XMLElements
build(XMLDocument, String, String, URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
build(String, String) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
build(String, URL) - Method in class oracle.xml.parser.schema.XSDBuilder
Build an XMLSchema object
BUILD_FAIL - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
buildIndex(InfosetReader, long) - Static method in class oracle.xml.scalable.BinaryIndex
Factory method to create concreet index class based on binary size The actual index will be the smallest one that can handle the size.
buildSchemaPathTable() - Method in class oracle.xml.parser.schema.XMLSchema
Deprecated.
- the path tables are now already built at compile time
BYTE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 

C

canAppendChild(Node) - Method in class oracle.xml.parser.v2.XMLDocument
Determines whether the Node.appendChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canAppendChild(Node) - Method in class oracle.xml.parser.v2.XMLElement
Determines whether the Node.appendChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canAppendChild(Node) - Method in class oracle.xml.parser.v2.XMLNode
Determines whether the Node.appendChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canAppendChild(Node) - Method in interface org.w3c.dom.validation.NodeEditVAL
Determines whether the Node.appendChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canAppendData(String) - Method in class oracle.xml.parser.v2.XMLComment
Determines if data can be appended.
canAppendData(String) - Method in class oracle.xml.parser.v2.XMLText
Determines if data can be appended.
canAppendData(String) - Method in interface org.w3c.dom.validation.CharacterDataEditVAL
Determines if data can be appended.
cancel() - Method in interface javax.xml.xquery.XQExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQExpression.
cancel() - Method in interface javax.xml.xquery.XQPreparedExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQPreparedExpression.
canDeleteData(int, int) - Method in class oracle.xml.parser.v2.XMLComment
Determines if data can be deleted.
canDeleteData(int, int) - Method in class oracle.xml.parser.v2.XMLText
Determines if data can be deleted.
canDeleteData(int, int) - Method in interface org.w3c.dom.validation.CharacterDataEditVAL
Determines if data can be deleted.
canInsertBefore(Node, Node) - Method in class oracle.xml.parser.v2.XMLDocument
Determines whether the Node.insertBefore operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canInsertBefore(Node, Node) - Method in class oracle.xml.parser.v2.XMLElement
Determines whether the Node.insertBefore operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canInsertBefore(Node, Node) - Method in class oracle.xml.parser.v2.XMLNode
Determines whether the Node.insertBefore operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canInsertBefore(Node, Node) - Method in interface org.w3c.dom.validation.NodeEditVAL
Determines whether the Node.insertBefore operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canInsertData(int, String) - Method in class oracle.xml.parser.v2.XMLComment
Determines if data can be inserted.
canInsertData(int, String) - Method in class oracle.xml.parser.v2.XMLText
Determines if data can be inserted.
canInsertData(int, String) - Method in interface org.w3c.dom.validation.CharacterDataEditVAL
Determines if data can be inserted.
canRemoveAttribute(String) - Method in class oracle.xml.parser.v2.XMLElement
Verifies if an attribute by the given name can be removed.
canRemoveAttribute(String) - Method in interface org.w3c.dom.validation.ElementEditVAL
Verifies if an attribute by the given name can be removed.
canRemoveAttributeNode(Node) - Method in class oracle.xml.parser.v2.XMLElement
Determines if an attribute node can be removed.
canRemoveAttributeNode(Node) - Method in interface org.w3c.dom.validation.ElementEditVAL
Determines if an attribute node can be removed.
canRemoveAttributeNS(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Verifies if an attribute by the given local name and namespace can be removed.
canRemoveAttributeNS(String, String) - Method in interface org.w3c.dom.validation.ElementEditVAL
Verifies if an attribute by the given local name and namespace can be removed.
canRemoveChild(Node) - Method in class oracle.xml.parser.v2.XMLAttr
Determines whether the Node.removeChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canRemoveChild(Node) - Method in class oracle.xml.parser.v2.XMLDocument
Determines whether the Node.removeChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canRemoveChild(Node) - Method in class oracle.xml.parser.v2.XMLElement
Determines whether the Node.removeChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canRemoveChild(Node) - Method in class oracle.xml.parser.v2.XMLNode
Determines whether the Node.removeChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canRemoveChild(Node) - Method in interface org.w3c.dom.validation.NodeEditVAL
Determines whether the Node.removeChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canReplaceChild(Node, Node) - Method in class oracle.xml.parser.v2.XMLDocument
Determines whether the Node.replaceChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canReplaceChild(Node, Node) - Method in class oracle.xml.parser.v2.XMLElement
Determines whether the Node.replaceChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canReplaceChild(Node, Node) - Method in class oracle.xml.parser.v2.XMLNode
Determines whether the Node.replaceChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canReplaceChild(Node, Node) - Method in interface org.w3c.dom.validation.NodeEditVAL
Determines whether the Node.replaceChild operation would make this document not compliant with the VAL_INCOMPLETE validity type.
canReplaceData(int, int, String) - Method in class oracle.xml.parser.v2.XMLComment
Determines if data can be replaced.
canReplaceData(int, int, String) - Method in class oracle.xml.parser.v2.XMLText
Determines if data can be replaced.
canReplaceData(int, int, String) - Method in interface org.w3c.dom.validation.CharacterDataEditVAL
Determines if data can be replaced.
canSetAttribute(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Determines if the value for specified attribute can be set.
canSetAttribute(String, String) - Method in interface org.w3c.dom.validation.ElementEditVAL
Determines if the value for specified attribute can be set.
canSetAttributeNode(Attr) - Method in class oracle.xml.parser.v2.XMLElement
Determines if an attribute node can be added.
canSetAttributeNode(Attr) - Method in interface org.w3c.dom.validation.ElementEditVAL
Determines if an attribute node can be added.
canSetAttributeNS(String, String, String) - Method in class oracle.xml.parser.v2.XMLElement
Determines if the attribute with given namespace and qualified name can be created if not already present in the attribute list of the element.
canSetAttributeNS(String, String, String) - Method in interface org.w3c.dom.validation.ElementEditVAL
Determines if the attribute with given namespace and qualified name can be created if not already present in the attribute list of the element.
canSetData(String) - Method in class oracle.xml.parser.v2.XMLComment
Determines if data is only whitespace.
canSetData(String) - Method in class oracle.xml.parser.v2.XMLText
Determines if data can be set.
canSetData(String) - Method in interface org.w3c.dom.validation.CharacterDataEditVAL
Determines if data can be set.
canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Check if setting a parameter to a specific value is supported.
canSetTextContent(String) - Method in class oracle.xml.parser.v2.XMLElement
Determines if the text content of this node and its descendants can be set to the string passed in.
CANT_UNBIND_SUBCONTEXT - Static variable in class oracle.xdb.XDBError
Error message
capturing - Static variable in class oracle.xml.parser.v2.XMLNode
 
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the capturing phase.
CATEGORY_SIMPLE - Static variable in interface oracle.xml.xquery.OXQPreparedExpression
Indicates that the expression category is simple.
CATEGORY_UPDATING - Static variable in interface oracle.xml.xquery.OXQPreparedExpression
Indicates that the expression category is updating.
CDATA - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
CDATA - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - StringType - CDATA
CDATA - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a CDATA section
CDATA_SECTION_ELEMENTS - Static variable in class javax.xml.transform.OutputKeys
cdata-section-elements = expanded names.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
cDATASection(char[], int, int) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of a CDATA Section.
cDATASection(char[], int, int) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of CDATA Section data inside an element.
cDATASection(char[], int, int) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a CDATA Section.
CDATASection - Interface in org.w3c.dom
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CDSect - Static variable in interface oracle.xml.parser.v2.XMLToken
CDSect ::= CDStart CData CDEnd CDStart ::= '<' '!'
CENTURY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
CharacterData - Interface in org.w3c.dom
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterDataEditVAL - Interface in org.w3c.dom.validation
This interface extends the NodeEditVAL interface with additional methods for document editing.
characters(char[], int, int) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of character data inside an element
characters(char[], int, int) - Method in class oracle.xml.parser.schema.XSDValidator
Propagate notification of character data inside an element.
characters(char[], int, int) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of character data.
characters(char[], int, int) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Receive notification of character data inside an element.
CHARACTERS - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is characters
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 characters event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
CharData - Static variable in interface oracle.xml.parser.v2.XMLToken
CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)
CHOICE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
CIRCULAR_SUBST - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
classForName(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
cleanLobList() - Method in class oracle.xml.sql.dml.OracleXMLSave
This function frees all temporary LOBs
cleanupCache(boolean) - Static method in class oracle.xdb.XMLType
Clean-up method for an internal cache used for Binary XML decoding.
clear() - Method in class oracle.xdb.event.XDBHandlerList
Clears the handler list
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clearBindValues() - Method in class oracle.xml.sql.query.OracleXMLQuery
Clears bind name/value pairs.
clearParameters() - Method in class javax.xml.transform.Transformer
Clear all parameters set with setParameter.
clearParameters() - Method in class oracle.xml.jaxp.JXTransformer
Clear all parameters set with setParameter.
clone() - Method in class oracle.xml.scalable.BinaryNav
Clone the BinaryNav.
clone() - Method in interface oracle.xml.scalable.InfosetReader
Clone the reader
clone() - Method in class oracle.xml.xquery.OXQEntity
Standard override; no change in semantics.
cloneContents() - Method in interface org.w3c.dom.ranges.Range
Duplicates the contents of a Range
cloneNode(boolean) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the copy of the node. the parent of the clone is set to null
cloneNode(boolean) - Method in class oracle.xml.parser.v2.XMLNode
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneRange() - Method in interface org.w3c.dom.ranges.Range
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
close() - Method in interface javax.xml.xquery.PooledXQConnection
Closes the physical connection that this PooledXQConnection object represents.
close() - Method in interface javax.xml.xquery.XQConnection
Closes the connection.
close() - Method in interface javax.xml.xquery.XQExpression
Closes the expression object and release associated resources.
close() - Method in interface javax.xml.xquery.XQItem
Close the item and release all the resources associated with this item.
close() - Method in interface javax.xml.xquery.XQPreparedExpression
Closes the expression object and release all resources associated with this prepared expression.
close() - Method in interface javax.xml.xquery.XQSequence
Closes the sequence and frees all resources associated with this sequence.
close() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
close() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
close() - Method in class oracle.xdb.event.XDBRenderStream
Function to close the XDBRenderStream.
close() - Method in class oracle.xdb.RealInputStream
Function to close the RealInputStream
close() - Method in class oracle.xdb.servlet.XDBServletResponse
Close this response.
close() - Method in class oracle.xdb.XDBOutputStream
Function to close the XDBOutputStream
close() - Method in class oracle.xdb.XMLType
Deprecated.
use SQLXML sqlxml; sqlxml.free();
close() - Method in interface oracle.xml.binxml.BinXMLStream
Close internal data resources created by the stream.
close() - Method in interface oracle.xml.parser.v2.PrintDriver
Closes the output stream or print writer
close() - Method in class oracle.xml.parser.v2.XMLOutputStream
Closes the output stream.
close(int) - Method in class oracle.xml.parser.v2.XMLOutputStream
Closes the output stream based on the option.
close() - Method in class oracle.xml.parser.v2.XMLPrintDriver
Closes the output stream or print writer.
close(int) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Closes the output stream or print writer based on option Legal values are: XMLOutputStream.REUSE and XMLOutputStream.NO_REUSE.
close() - Method in class oracle.xml.scalable.BinaryStream
Closes data resoures allocated by this stream.
close() - Method in class oracle.xml.scalable.FilePageManager
Closes the session.
close() - Method in interface oracle.xml.scalable.InfosetReader
Frees any resources associated with this InfosetReader.
close() - Method in interface oracle.xml.scalable.PageManager
Closes the PageManager.
close() - Method in class oracle.xml.sql.dml.OracleXMLSave
Closes the OracleXMLSave object and deallocates all context associated with it.
close() - Method in class oracle.xml.sql.query.OracleXMLQuery
Closes open resources created by the OracleXML engine.
close() - Method in interface oracle.xml.transx.TransX
Help reclaim used resources.
close() - Method in class oracle.xml.xsql.XSQLConnection
 
closeAll() - Method in interface oracle.xml.binxml.BinXMLStream
Close all data resources associate with this stream including external plug-in data resources.
closeAll() - Method in class oracle.xml.scalable.BinaryStream
Closes all resources associated with this stream.
CLOSED_OBJECT - Static variable in class oracle.xdb.XDBError
Error message
code - Variable in exception org.w3c.dom.DOMException
 
code - Variable in exception org.w3c.dom.events.EventException
 
code - Variable in exception org.w3c.dom.ranges.RangeException
 
code - Variable in exception org.w3c.dom.validation.ExceptionVAL
 
collapse(boolean) - Method in interface org.w3c.dom.ranges.Range
Collapse a Range onto one of its boundary-points
COMMA - Static variable in class oracle.xml.parser.v2.ElementDecl
ContentModelParseTreeNode type - "," node (has two children)
commaSeparatedListOfValues(String[], boolean) - Static method in class oracle.xml.xsql.XSQLUtil
 
comment(char[], int, int) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of comment The parser will invoke this method for each comment found.
comment(String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of comment The parser will invoke this method for each comment found.
comment(String) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of a comment.
comment(String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of a comment.
comment(char[], int, int) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report an XML comment anywhere in the document.
comment(String) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a comment.
comment(char[], int, int) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report an XML comment anywhere in the document.
Comment - Static variable in interface oracle.xml.parser.v2.XMLToken
Comment ::= '<' '!'
COMMENT - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a comment
Comment - Interface in org.w3c.dom
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
commit() - Method in interface javax.xml.xquery.XQConnection
Makes all changes made in the current transaction permanent and releases any locks held by the datasource.
COMPACT - Static variable in class oracle.xml.parser.v2.XMLOutputStream
 
COMPACT_DOC - Static variable in class oracle.xml.parser.v2.DOMParser
Set flag to turn compact DOM off
COMPACT_DOC_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
COMPACT_OFF - Static variable in class oracle.xml.parser.v2.XMLDocument
 
compareBoundaryPoints(short, Range) - Method in interface org.w3c.dom.ranges.Range
Compare the boundary-points of two Ranges in a document.
compareDocumentPosition(Node) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
compareTo(DiffOp) - Method in class oracle.xml.diff.DiffOp
 
compareTo(XSDDataValue) - Method in class oracle.xml.parser.schema.XSDDataValue
Compare two values return int -1 -- smaller, 0 -- equal, 1 -- greater
compareValues(String, String) - Method in class oracle.xml.parser.schema.XSDSimpleType
 
COMPATIBLE_VERSION - Static variable in class oracle.xml.jaxp.JXSAXTransformerFactory
 
CompressReaderProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to create a wrapper around CXMLParser to be used by the pipeline framework.
CompressWriterProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to create a wrapper around XSLProcessor to be used by the pipeline framework.
COMPSTREAMRESULT - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
COMPSTREAMSOURCE - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
CONFLICIT_FACET - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
CONNECTION_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
connectionClosed(XQConnectionEvent) - Method in interface javax.xml.xquery.XQConnectionEventListener
Notifies this XQConnectionEventListener that the application has called the method close on its representation of a pooled connection.
connectionErrorOccurred(XQConnectionEvent) - Method in interface javax.xml.xquery.XQConnectionEventListener
Notifies this XQConnectionEventListener that a fatal error has occurred and the pooled connection can no longer be used.
ConnectionPoolXQDataSource - Interface in javax.xml.xquery
A factory for PooledXQConnection objects.
CONNTYPE_KPRB - Static variable in class oracle.xdb.XMLType
Deprecated. 
CONNTYPE_OCI8 - Static variable in class oracle.xdb.XMLType
Deprecated. 
CONNTYPE_THIN - Static variable in class oracle.xdb.XMLType
Deprecated. 
constName - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
CONSTRUCTION_MODE_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the type of a constructed element node is xs:anyType, and all attribute and element nodes copied during node construction retain their original types.
CONSTRUCTION_MODE_STRIP - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the type of a constructed element node is xs:untyped; all element nodes copied during node construction receive the type xs:untyped, and all attribute nodes copied during node construction receive the type xs:untypedAtomic.
contains(String) - Method in interface org.w3c.dom.DOMStringList
Test if a string is part of this DOMStringList.
contains(String) - Method in interface org.w3c.dom.NameList
Test if a name is part of this NameList.
containsHeader(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Is this header present?
containsNS(String, String) - Method in interface org.w3c.dom.NameList
Test if the pair namespaceURI/name is part of this NameList.
CONTENT_MODEL_DETERMINISTIC - Static variable in class oracle.xml.parser.v2.XMLParser
Deprecated.
Replaced by XDK_FEATURE_CONTENT_MODEL_DETERMINISTIC.
ContentHandler - Interface in org.xml.sax
Receive notification of the logical content of a document.
CONTEXT_ITEM - Static variable in class javax.xml.xquery.XQConstants
Defines the QName for the context item.
CONTEXT_ITEM - Static variable in interface oracle.xml.xquery.OXQStackTraceVariable
The name of the variable bound to the context item.
CONTEXT_POSITION - Static variable in interface oracle.xml.xquery.OXQStackTraceVariable
The name of the variable bound to the context position.
CONTEXT_SEQUENCE - Static variable in interface oracle.xml.xquery.OXQStackTraceVariable
The name of the variable bound to the context sequence.
CONTEXT_SIZE - Static variable in interface oracle.xml.xquery.OXQStackTraceVariable
The name of the variable bound to the context size.
convertDTD2Schema() - Method in class oracle.xml.parser.v2.DTD
get XML Schema DOM tree from this DTD object
convertFromDOM(DOMResult, Output) - Method in class oracle.xml.pipeline.controller.Process
Should be called by the Process which outputs DOM.
convertFromSAX(SAXResult, Output) - Method in class oracle.xml.pipeline.controller.Process
Should be called by the Process which outputs SAX events.
convertFromStream(StreamResult, Output) - Method in class oracle.xml.pipeline.controller.Process
Should be called by the Process which outputs xml as Stream.
convertXQueryToXQueryX(OXQEntity) - Method in interface oracle.xml.xquery.OXQConnection
Converts XQuery to XQueryX.
convertXQueryXToXQuery(OXQEntity, OutputStream, String) - Method in interface oracle.xml.xquery.OXQConnection
Converts XQueryX to XQuery.
COPY_NAMESPACES_MODE_INHERIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the inherit mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_INHERIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the no-inherit mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the no-preserve mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the preserve mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
copyExpression(XQPreparedExpression) - Method in interface oracle.xml.xquery.OXQConnection
Returns a copy of an XQPreparedExpression instance.
count() - Method in interface javax.xml.xquery.XQSequence
Returns a number indicating the number of items in the sequence.
create(Datum, int) - Method in class oracle.xdb.XMLTypeFactory
The create method of the Oradata interface.
create() - Method in interface oracle.xml.xsql.XSQLConnectionManagerFactory
 
create() - Method in class oracle.xml.xsql.XSQLDatasourceConnectionManager
Needed to implement XSQLConnectionManagerFactory interface
create(XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLLoggerFactory
Returns a new or existing instance of XSQL logger.
createAnnotation(QName, XQSequence) - Method in interface oracle.xml.xquery.OXQConnection
Creates an annotation.
createAtomicType(int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing an XQuery atomic type.
createAtomicType(int, QName, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing an XQuery atomic type.
createAttribute(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create an empty attribute node.
createAttribute(String, String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates an attribute node with the specified tag, and text.
createAttribute(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates an Attr of the given name.
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create an empty attribute node given the namespace information.
createAttributeNS(String, String, String, String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates an attribute node with the specified tag, and text.
createAttributeNS(String, String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates an attribute with the given qualified name and namespace URI.
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createAttributeType(QName, int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery attribute(nodename, basetype) type with the given node name and base type.
createAttributeType(QName, int, QName, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery attribute(nodename,basetype,typename,schemaURI) type, with the given node name, base type, schema type name and schema URI.
createBadFlagsException(String) - Method in class oracle.xml.util.RegExprEngine
 
createBadReplacementException(String) - Method in class oracle.xml.util.RegExprEngine
 
createBinXMLStream(Blob) - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to create a BinXMLStream object for encoding or decoding
createBinXMLStream(InputStream) - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to create a BinXMLStream object for encoding
createBinXMLStream(OutputStream) - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to create a BinXMLStream object for decoding
createBinXMLStream(File) - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to create a BinXMLStream object for encoding or decoding
createBinXMLStream(byte[]) - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to create a BinXMLStream object for encoding or decoding
createBinXMLStream(URL) - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to create a BinXMLStream object for encoding or decoding
createBinXMLStream() - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to create a BinXMLStream object for encoding or decoding using default in memory storage for input and output
createBLOBTable(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Create BLOB table
createBLOBTable(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Create BLOB table
createCDATASection(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create a CDATA section node.
createCDATASection(String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates a CDATA node with the specified text.
createCDATASection(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a CDATASection node whose value is the specified string.
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createComment(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create a comment node.
createComment(String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates a comment node with the specified text.
createComment(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a Comment node given the specified string.
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createCommentType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery comment() type.
createDBMetadataProvider() - Static method in class oracle.xml.binxml.BinXMLMetadataProviderFactory
The method returns a new instance of DBBinXMLMetadataProvider.
createDecimalFormat() - Method in interface oracle.xml.xquery.OXQConnection
Creates an instance of OXQDecimalFormat.
createDocument(String, String, DocumentType) - Method in class oracle.xdb.dom.XDBDomImplementation
Deprecated.
create and return an empty document object and return it.
createDocument() - Method in class oracle.xml.parser.v2.NodeFactory
Creates a document node.
createDocument(String, String, DocumentType) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Creates an empty DocumentType node.
createDocument(InfosetReader) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Creates an LAZY/Scalable DOM with optional plug-in XML data.
createDocument(ContentManager) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Creates an LAZY/Scalable DOM currently only support with XTI Format.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates an XML Document object of the specified type with its document element.
createDocumentElementType(XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery document-node(elementType) type containing a single element.
createDocumentFragment() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create an empty document fragment.
createDocumentFragment() - Method in class oracle.xml.parser.v2.NodeFactory
Creates a document fragment node.
createDocumentFragment() - Method in class oracle.xml.parser.v2.XMLDocument
Creates an empty DocumentFragment object.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentSchemaElementType(XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery document-node(elementType) type containing a single schema-element(...)
createDocumentType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery document-node() type.
createDocumentType(String, String, String) - Method in class oracle.xdb.dom.XDBDomImplementation
Deprecated.
create and return a document type defn. object and return it.
createDocumentType(String, String, String) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Creates an XML Document object of the specified type with its document element
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createElement(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create and Return a new empty element associated with the document.
createElement(String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates an Element node with the specified tag.
createElement(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates an element of the type specified.
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create and Return a new empty element associated with the document.
createElementNS(String, String, String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates an Element node with the specified local name,prefix , namespaceURI.
createElementNS(String, String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates an element of the given qualified name and namespace URI.
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createElementType(QName, int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery element(nodename, basetype) type, with the given node name and base type.
createElementType(QName, int, QName, URI, boolean) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery element(nodename,basetype,typename,schemaURI, allowNill) type, given the node name, base type, schema type name, schema URI, and nilled check.
createEntityReference(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create an entity reference node.
createEntityReference(String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates an entity reference node with the specified tag.
createEntityReference(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates an EntityReference object.
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEntityResolverFactory(Class<T>) - Method in interface oracle.xml.xquery.OXQConnection
Returns a factory for creating instances of OXQEntityResolver.
createEvent(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates an event object of the specified type
createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
 
createExpression() - Method in interface javax.xml.xquery.XQConnection
Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.
createExpression(XQStaticContext) - Method in interface javax.xml.xquery.XQConnection
Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.
createIndex(int) - Static method in class oracle.xml.scalable.BinaryIndex
 
createItem(XQItem) - Method in interface javax.xml.xquery.XQDataFactory
Creates a copy of the specified XQItem.
createItemFromAtomicValue(String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromBigDecimal(BigDecimal, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates an item from a given value.
createItemFromBigInteger(BigInteger, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates an item from a given value.
createItemFromBinary(byte[], XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates an item from a given value.
createItemFromBoolean(boolean, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromByte(byte, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromCalendar(XMLGregorianCalendar, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates an item from a given value.
createItemFromDocument(String, String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(Reader, String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(InputStream, String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(XMLStreamReader, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(Source, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given Source.
createItemFromDocument(OXQEntity, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates an item from the given document entity.
createItemFromDouble(double, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromDuration(Duration, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates an item from a given value.
createItemFromFloat(float, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromInt(int, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromLong(long, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromNode(Node, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromObject(Object, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromQName(QName, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates an item from a given value.
createItemFromShort(short, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromString(String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery item type.
createLSInput() - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
createLSInput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
createLSOutput() - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
createLSOutput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
createLSParser(short, String) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Create a new LSParser.
createLSParser(short, String) - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new LSParser.
createLSSerializer() - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Create a new LSSerializer object.
createLSSerializer() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new LSSerializer object.
createMarshaller() - Method in class javax.xml.bind.JAXBContext
Create a Marshaller object that can be used to convert a java content tree into XML data.
createMutationEvent(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a Mutation Event object of specified type
createNestedRequest(String, URL, Dictionary, PrintWriter, OutputStream) - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns an instance of a nested Request
createNestedRequest(String, URL, Dictionary, PrintWriter, OutputStream) - Method in class oracle.xml.xsql.XSQLServletPageRequest
Returns an instance of a nested Request
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a Node Iterator with specified root, flag which governs what type of nodes it should include in logical view, filter for filtering nodes, flag determining whether entity references and its descendants could be included
createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new NodeIterator over the subtree rooted at the specified node.
createNodeType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery node() type.
createOptions() - Method in interface oracle.xml.xquery.OXQConnection
Creates an empty instance of OXQOptions.
createProcessingInstruction(String, String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create a processing instruction node.
createProcessingInstruction(String, String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates a PI node with the specified tag, and text.
createProcessingInstruction(String, String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a ProcessingInstruction node given the specified name and data strings.
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createProcessingInstructionType(String) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery processing-instruction(piTarget) type.
createProcessor(BinXMLMetadataProvider) - Static method in class oracle.xml.binxml.BinXMLProcessorFactory
Factory method to create a BinXMLProcessor based on a metadata repository.
createProcessor() - Static method in class oracle.xml.binxml.BinXMLProcessorFactory
Factory method to create a BinXMLProcessor, metadata info is stored in local cache.
createProperties() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Exports the current parameters to a java.util.Properties object that may be used with any standard XQJ method that accepts serialization properties.
createRange() - Method in class oracle.xml.parser.v2.XMLDocument
Create a new Document Range Object, with Start and End Boundary points at the begining of the document.
createRange() - Method in interface org.w3c.dom.ranges.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
createRangeEvent(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a Range Event object of specified type
createResolver() - Method in interface oracle.xml.xquery.OXQEntityResolverFactory
Creates an entity resolver.
createSchemaAttributeType(QName, int, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery schema-attribute(nodename,basetype,schemaURI) type, with the given node name, base type, and schema URI.
createSchemaBasedXML(String) - Method in class oracle.xdb.XMLType
Deprecated. 
createSchemaElementType(QName, int, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery schema-element(nodename,basetype,schemaURI) type, given the node name, base type, and the schema URI.
createSequence(XQSequence) - Method in interface javax.xml.xquery.XQDataFactory
Creates a copy of the specified XQSequence.
createSequence(Iterator) - Method in interface javax.xml.xquery.XQDataFactory
Creates an XQSequence, containing all the items from the iterator.
createSequence(XQItem) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates a sequence containing the specified item.
createSequenceFromDocument(OXQEntity, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates a sequence of one item from the given document entity.
createSequenceFromDocument(Reader, String, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates a sequence of one item from the given value.
createSequenceFromDocument(InputStream, String, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates a sequence of one item from the given value.
createSequenceFromDocument(XMLStreamReader, XQItemType) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates a sequence of one item from the given value.
createSequenceType(XQItemType, int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new sequence type from an item type and occurence indicator.
createSequenceTypeFromJavaType(Class<?>) - Method in interface oracle.xml.xquery.OXQDataFactory
Creates a new sequence type from the Java type according to type conversion rules defined in 14 Data Type Conversions, XQuery API for Java (XQJ) 1.0.
createSerializationParameters() - Method in interface oracle.xml.xquery.OXQConnection
Creates an instance of OXQSerializationParameters.
createSerializer(String, XSQLPageRequest) - Static method in class oracle.xml.xsql.XSQLUtil
 
createsNewNodes() - Method in interface oracle.xml.xquery.OXQPreparedExpression
Indicates whether the expression creates new nodes using XQuery node constructors.
createTextNode(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
create an empty text node.
createTextNode(String) - Method in class oracle.xml.parser.v2.NodeFactory
Creates a text node with the specified text.
createTextNode(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a Text node given the specified string.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTextType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery text() type.
createTraversalEvent(String) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a Traversal Event object of specified type
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class oracle.xml.parser.v2.XMLDocument
Creates a Node Iterator with specified root, flag which governs what type of nodes it should include in logical view, filter for filtering nodes, flag determining whether entity references and its descendants could be included
createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new TreeWalker over the subtree rooted at the specified node.
createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
Create an Unmarshaller object that can be used to convert XML data into a java content tree.
createURL(String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Returns the URL object for a specified file or URL.
createValidator() - Method in class javax.xml.bind.JAXBContext
Create a Validator object that can be used to validate a java content tree against its source schema.
createXML(OPAQUE) - Static method in class oracle.xdb.XMLType
Deprecated.
Use SQLXML newXML = resultSet.getSQLXML(columnNumber);
createXML(Connection, String) - Static method in class oracle.xdb.XMLType
Deprecated.
use java.sql.Connection myconn; SQLXML newXML = myconn.createSQLXML(); newXML.setString(xmlval);
createXML(Connection, String, String, boolean, boolean) - Static method in class oracle.xdb.XMLType
Deprecated.
use java.sql.Connection myconn; SQLXML newXML = myconn.createSQLXML(); newXML.setString(xmlval); newXML.setSchemaURL(surl);
createXML(Connection, CLOB) - Static method in class oracle.xdb.XMLType
Deprecated.
use createXML(Connection, OracleClob);
createXML(Connection, CLOB, String, boolean, boolean) - Static method in class oracle.xdb.XMLType
Deprecated.
use oracle.jdbc.OracleClob someClob; SQLXML newXML = someClob.toSQLXML(); newXML.setSchemaURL(surl);
createXML(Connection, InputStream) - Static method in class oracle.xdb.XMLType
Create an XMLType given a InputStream containing the XML data.
createXML(Connection, Document) - Static method in class oracle.xdb.XMLType
Deprecated.
use java.sql.Connection myconn; SQLXML newXML = myconn.createSQLXML(); DOMResult domResult = newXML.setResult(DOMResult.class); domResult.setNode(myNode);
createXML(Connection, OracleClob) - Static method in class oracle.xdb.XMLType
Create an XMLType given a OracleClob containing the XML data
createXML(Connection, OracleClob, String) - Static method in class oracle.xdb.XMLType
Create an XMLType given a OracleClob containing the XML data
createXML(Connection, OracleBlob, int) - Static method in class oracle.xdb.XMLType
Create an XMLType given a OracleBlob containing the XML data
createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a system property.
createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
createXMLTable(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Create XML table
createXMLTable(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Create XML table
createXMLTypeTable(Connection, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Create an XMLType table
CState - Class in oracle.xdb
 
currentLevel() - Method in class oracle.xml.scalable.BinaryNav
 
CXML_RESULT_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
CXMLHandlerBase - Class in oracle.xml.comp
The SAX compression is implemented using SAX Handler which compresses the data based on SAX events.
CXMLHandlerBase(ObjectOutput) - Constructor for class oracle.xml.comp.CXMLHandlerBase
Constructs the CXMLHandlerBase using the ObjectOutput Stream
CXMLHandlerBase() - Constructor for class oracle.xml.comp.CXMLHandlerBase
Default Constructor
CXMLParser - Class in oracle.xml.comp
This class implements the re-generation of XML document from the compressed stream by generating the SAX events from them.
CXMLParser() - Constructor for class oracle.xml.comp.CXMLParser
Creates a new XML Parser object for reading the compressed stream.

D

DATATYPE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
DATE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
DATE_FORMAT - Static variable in class oracle.xml.sql.dml.OracleXMLSave
The date format for use in setDateFormat.
DATE_TIME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
DAYTIME_DURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
dayTimeDuration - Static variable in class oracle.xml.parser.schema.XSDSimpleType
 
DBAccess - Class in oracle.xml.dbaccess
Maintains CLOB tables that can hold multiple XML and text documents.
DBAccess() - Constructor for class oracle.xml.dbaccess.DBAccess
 
DBAccess - Class in oracle.xml.transviewer
Deprecated.
Please use oracle.xml.dbaccess.DBAccess
DBAccess() - Constructor for class oracle.xml.transviewer.DBAccess
Deprecated.
 
DBAccessBeanInfo - Class in oracle.xml.dbaccess
Provides information about the DBAccess bean.
DBAccessBeanInfo() - Constructor for class oracle.xml.dbaccess.DBAccessBeanInfo
Constructor
DBAccessBeanInfo - Class in oracle.xml.transviewer
Deprecated.
Please use oracle.xml.dbaccess.DBAccessBeanInfo
DBAccessBeanInfo() - Constructor for class oracle.xml.transviewer.DBAccessBeanInfo
Deprecated.
Constructor
DBBinXMLMetadataProvider - Interface in oracle.xml.binxml
The interface implements the BinXMLMetadataProvider interface.
DBBinXMLMetadataProviderImpl - Class in oracle.xml.binxml
 
DEBUG_MODE - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Sets Debug Mode - Boolean.TRUE or Boolean.FALSE
DEBUG_MODE - Static variable in class oracle.xml.parser.v2.DOMParser
Sets Debug Mode Boolean.TRUE or Boolean.FALSE
DEBUG_MODE - Static variable in class oracle.xml.xquery.OXQDataSource
A property that when set to "true", debugging will be enabled; otherwise, debugging will be disabled.
DEBUG_MODE_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
debugPrintToFile(String, String) - Static method in class oracle.xml.xsql.XSQLDiagnostic
 
DECIMAL - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
declareFunction(QName, XQSequenceType[], XQSequenceType, OXQOptions) - Method in interface oracle.xml.xquery.OXQStaticContext
Declares an external function.
declareFunction(QName, XQSequenceType[], XQSequenceType, OXQOptions, OXQAnnotation[]) - Method in interface oracle.xml.xquery.OXQStaticContext
Declares an external function.
declareImport(OXQEntityKind, String, String...) - Method in interface oracle.xml.xquery.OXQStaticContext
Declares that a schema or module should be imported.
declareNamespace(String, String) - Method in interface javax.xml.xquery.XQStaticContext
Declares a namespace prefix and associates it with a namespace URI.
declareOption(QName, String) - Method in interface oracle.xml.xquery.OXQOptions
Declares an XQuery option.
declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
declareVariable(QName, XQSequenceType) - Method in interface oracle.xml.xquery.OXQStaticContext
Declares an external variable.
DeclHandler - Interface in org.xml.sax.ext
SAX2 extension handler for DTD declaration events.
decode(ContentHandler, ErrorHandler) - Method in interface oracle.xml.binxml.BinXMLDecoder
Decode and output XML SAX events to the cntHdlr and errors to errHdlr
DECODE_ON_CLIENT - Static variable in class oracle.xdb.XMLType
Client-side binary XML decoding property name.
DEEP_VALIDATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
DEF_INDENT - Static variable in class oracle.xdb.XMLType
Deprecated. 
DEFAULT - Static variable in class oracle.xml.parser.v2.AttrDecl
Attribute presence - Default
DEFAULT - Static variable in class oracle.xml.parser.v2.XMLOutputStream
 
DEFAULT_BATCH_SIZE - Static variable in class oracle.xml.sql.dml.OracleXMLSave
The default insert batch size is 17 records.
DEFAULT_ENTITY_EXPANSION_DEPTH - Static variable in class oracle.xml.parser.v2.XMLParser
 
DEFAULT_ENTITY_EXPANSION_DEPTH_SECURE - Static variable in class oracle.xml.parser.v2.XMLParser
 
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_GREATEST - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "greatest".
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_LEAST - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "least".
DefaultHandler - Class in org.xml.sax.helpers
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
DefaultXMLDocumentHandler - Class in oracle.xml.parser.v2
This class implements the default behaviour for the XMLDocumentHandler interface.
DefaultXMLDocumentHandler() - Constructor for class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Constructs a default document handler
deleteBLOBName(Connection, String, String) - Method in class oracle.xml.dbaccess.DBAccess
Delete binary file from BLOB table
deleteBLOBName(Connection, String, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Delete binary file from BLOB table
deleteContents() - Method in interface org.w3c.dom.ranges.Range
Removes the contents of a Range from the containing document or document fragment without returning a reference to the removed content.
deleteData(int, int) - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
delete the specified substring string from the char data
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
DeleteDiffOp - Class in oracle.xml.diff
DeleteDiffOp.
deletePage(PageManager.PageId) - Method in class oracle.xml.scalable.FilePageManager
Delete the page for the given page id.
deletePage(PageManager.PageId) - Method in interface oracle.xml.scalable.PageManager
Delete the page for the given page id.
deleteXML(URL) - Method in class oracle.xml.sql.dml.OracleXMLSave
Deletes rows from a table based on element values of the input XML document.
deleteXML(String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Deletes the rows in the table based on the XML document.
deleteXML(Reader) - Method in class oracle.xml.sql.dml.OracleXMLSave
Deletes the rows in the table based on the XML document.
deleteXML(InputStream) - Method in class oracle.xml.sql.dml.OracleXMLSave
Deletes the rows in the table based on the XML document.
deleteXML(Document) - Method in class oracle.xml.sql.dml.OracleXMLSave
Deletes the rows in the table based on the XML document By default, matches all XML element values with corresponding column names.
deleteXMLName(Connection, String, String) - Method in class oracle.xml.dbaccess.DBAccess
Delete file from XML table
deleteXMLName(Connection, String, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Delete file from XML table
DERIVATION_EXTENSION - Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension if complex types are involved.
DERIVATION_LIST - Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the list if simple types are involved.
DERIVATION_RESTRICTION - Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.
DERIVATION_UNION - Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.
derivationBlock - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
derivedFrom(XSDSimpleType, String, String) - Static method in class oracle.xml.parser.schema.XSDSimpleType
Deprecated. 
destroy() - Method in class oracle.xml.xsql.XSQLServlet
 
detach() - Method in interface org.w3c.dom.ranges.Range
Called to indicate that the Range is no longer in use and that the implementation may relinquish any resources associated with this Range.
detach() - Method in interface org.w3c.dom.traversal.NodeIterator
Detaches the NodeIterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state.
DictionaryOfParamsAsXMLDocument(Dictionary) - Static method in class oracle.xml.xsql.XSQLUtil
 
diff(Node, Node, DiffOpReceiver, Options) - Method in class oracle.xml.diff.XmlUtils
Diffs two input XMLs, represented by DOM nodes.
diff(File, File, DiffOpReceiver, Options) - Method in class oracle.xml.diff.XmlUtils
Diffs two input XMLs, stored in the input files.
diff(InputSource, InputSource, DiffOpReceiver, Options) - Method in class oracle.xml.diff.XmlUtils
Diffs two input XMLs, stored in the InputSource parameters.
diff() - Method in class oracle.xml.differ.XMLDiff
Finds the differences between the two XML files or the two XMLDocument objects
DiffOp - Class in oracle.xml.diff
DiffOp.
DiffOp() - Constructor for class oracle.xml.diff.DiffOp
 
DiffOp.Name - Enum in oracle.xml.diff
 
DiffOpReceiver - Interface in oracle.xml.diff
DiffOpReceiver.
diffToDoc(Node, Node, Options) - Method in class oracle.xml.diff.XmlUtils
Diffs two input XMLs, represented by DOM nodes.
diffToDoc(File, File, Options) - Method in class oracle.xml.diff.XmlUtils
Diffs two input XMLs, stored in the input files.
diffToDoc(InputSource, InputSource, Options) - Method in class oracle.xml.diff.XmlUtils
Diffs two input XMLs, stored in the InputSource parameters.
DISABLE_EXPRESSION_TRACKING - Static variable in class oracle.xml.xquery.OXQDataSource
A property that when set to "true" will prevent a connection from tracking open expressions that are created from it.
dispatchEvent(Event) - Method in class oracle.xml.parser.v2.XMLNode
This method allows the dispatch of events into the implementations event model
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.
DOC_IDX - Static variable in class oracle.xml.scalable.BinaryNav
 
DocErrorHandler - Class in oracle.xml.schemavalidator
This class implements the three methods,i.e., error(),warning(), fatalError() defined in the ErrorHandler interface.
DocErrorHandler() - Constructor for class oracle.xml.schemavalidator.DocErrorHandler
Default Constructor for the ErrorHandler
DOCFRAG - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
DOCTYPE_PUBLIC - Static variable in class javax.xml.transform.OutputKeys
doctype-public = string.
DOCTYPE_SYSTEM - Static variable in class javax.xml.transform.OutputKeys
doctype-system = string.
DOCUMENT - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
document() - Method in class oracle.xml.scalable.BinaryNav
Go to the document node
Document - Interface in org.w3c.dom
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Document.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentType.
DOCUMENT_URI_HIDE - Static variable in class oracle.xml.xquery.OXQEntity
A string value constant for OXQEntity.PROPERTY_XML_PARSER_DOCUMENT_URI
DOCUMENT_URI_PASS - Static variable in class oracle.xml.xquery.OXQEntity
A string value constant for OXQEntity.PROPERTY_XML_PARSER_DOCUMENT_URI
DOCUMENT_URI_PASS_URL - Static variable in class oracle.xml.xquery.OXQEntity
A string value constant for OXQEntity.PROPERTY_XML_PARSER_DOCUMENT_URI
DocumentBuilder - Class in javax.xml.parsers
Defines the API to obtain DOM Document instances from an XML document.
DocumentBuilder - Class in oracle.xml.parser.v2
This class implements XMLDocumentHandler (deprecated) and ContentHandler to build a DOM Tree from SAX 2.0 events.
DocumentBuilder() - Constructor for class oracle.xml.parser.v2.DocumentBuilder
Default Constructor.
DocumentBuilderFactory - Class in javax.xml.parsers
Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
DocumentEditVAL - Interface in org.w3c.dom.validation
This interface extends the NodeEditVAL interface with additional methods for document editing.
DocumentEvent - Interface in org.w3c.dom.events
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
DocumentFragment - Interface in org.w3c.dom
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentHandler - Interface in org.xml.sax
Deprecated.
This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DocumentRange - Interface in org.w3c.dom.ranges
DocumentTraversal - Interface in org.w3c.dom.traversal
DocumentTraversal contains methods that create iterators and tree-walkers to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document).
DocumentType - Interface in org.w3c.dom
Each Document has a doctype attribute whose value is either null or a DocumentType object.
doGet(HttpServletRequest, HttpServletResponse) - Method in class oracle.xml.xsql.XSQLServlet
 
DOM_PASS_THROUGH - Static variable in class oracle.xml.xquery.OXQDataSource
A property that when set to "true" relaxes XML data model conversions.
DOMAttrModified - Static variable in class oracle.xml.parser.v2.XMLNode
 
DOMBuilder - Class in oracle.xml.async
This class encapsulates an eXtensible Markup Language (XML) 1.0 parser to parse an XML document and build a DOM tree.
DOMBuilder() - Constructor for class oracle.xml.async.DOMBuilder
Creates a new parser object.
DOMBuilder(int) - Constructor for class oracle.xml.async.DOMBuilder
Creates a new parser object with a given id.
DOMBuilderBeanInfo - Class in oracle.xml.async
This class provides information about the DOMBuilder Bean.
DOMBuilderBeanInfo() - Constructor for class oracle.xml.async.DOMBuilderBeanInfo
The default Constructor
domBuilderError(DOMBuilderEvent) - Method in interface oracle.xml.async.DOMBuilderListener
This method is called when parse error occur.
domBuilderErrorCalled(DOMBuilderErrorEvent) - Method in interface oracle.xml.async.DOMBuilderErrorListener
This method is called when a parse error occurs.
DOMBuilderErrorEvent - Class in oracle.xml.async
This class defines the error event which is sent when parse exception occurs.
DOMBuilderErrorEvent(Object, Exception) - Constructor for class oracle.xml.async.DOMBuilderErrorEvent
Constructor for DOMBuilderErrorEvent.
DOMBuilderErrorListener - Interface in oracle.xml.async
This interface must be implemented in order to receive notifications when error is found during parsing.
DOMBuilderEvent - Class in oracle.xml.async
The event object that DOMBuilder uses to notify all registered listeners about parse events.
DOMBuilderEvent(Object, int) - Constructor for class oracle.xml.async.DOMBuilderEvent
Creates a new DOMBuilderEvent
DOMBuilderListener - Interface in oracle.xml.async
This interface must be implemented in order to receive notifications about events during the asyncronous parsing.
domBuilderOver(DOMBuilderEvent) - Method in interface oracle.xml.async.DOMBuilderListener
This method is called when the parse is complete
domBuilderStarted(DOMBuilderEvent) - Method in interface oracle.xml.async.DOMBuilderListener
This method is called when parse starts
DOMCharacterDataModified - Static variable in class oracle.xml.parser.v2.XMLNode
 
DOMCompress() - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the XML Data set in the Text InputStream of this object and writes the compressed data into the binary outputstream
DOMCompress(InputStream) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the XML Data set in the Text InputStream and writes the compressed data into the binary outputstream
DOMCompress(XMLDocument) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the XMLDocument object and writes the compressed data into the binary outputstream of this object
DOMCompress(String) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the xml data contained in the java String and writes the compressed data into the binary outputstream of this object
DOMCompress(CLOB) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the xml data contained in the CLOB object and writes the compressed data into the binary outputstream of this object
DOMCompress(XMLType) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the xml data contained in the database XMLType object and writes the compressed data into the binary outputstream of this object
DOMCompress(File, File) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the xml data contained in the inpTxtfile and writes the compressed ouput to outpBinfile
DOMConfiguration - Interface in org.w3c.dom
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DOMError - Interface in org.w3c.dom
DOMError is an interface that describes an error.
DOMErrorHandler - Interface in org.w3c.dom
DOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g. validating a document).
DOMException - Exception in org.w3c.dom
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short, String) - Constructor for exception org.w3c.dom.DOMException
 
DOMExpand() - Method in class oracle.xml.xmlcomp.XMLCompress
Uncompresses the binary inputstream and populates the XMLDocument of this object.
DOMExpand(InputStream) - Method in class oracle.xml.xmlcomp.XMLCompress
Uncompresses the binary inputstream parameter and populates the XMLDocument of this object.
DOMExpand(BLOB) - Method in class oracle.xml.xmlcomp.XMLCompress
Uncompresses the BLOB parameter and populates the XMLDocument of this object.
DOMExpand(File, File) - Method in class oracle.xml.xmlcomp.XMLCompress
UnCompress the data contained in the inpBinfile and writes the compressed ouput to outpTxtfile
DOMImplementation - Interface in org.w3c.dom
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationList - Interface in org.w3c.dom
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
DOMImplementationLS - Interface in org.w3c.dom.ls
DOMImplementationLS contains the factory methods for creating Load and Save objects.
DOMImplementationSource - Interface in org.w3c.dom
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
DOMLocator - Interface in javax.xml.transform.dom
Indicates the position of a node in a source DOM, intended primarily for error reporting.
DOMLocator - Interface in org.w3c.dom
DOMLocator is an interface that describes a location (e.g.
DOMNodeInserted - Static variable in class oracle.xml.parser.v2.XMLNode
 
DOMNodeInsertedIntoDocument - Static variable in class oracle.xml.parser.v2.XMLNode
 
DOMNodeRemoved - Static variable in class oracle.xml.parser.v2.XMLNode
 
DOMNodeRemovedFromDocument - Static variable in class oracle.xml.parser.v2.XMLNode
 
DOMParser - Class in oracle.xml.parser.v2
This class implements an eXtensible Markup Language (XML) 1.0 parser according to the World Wide Web Consortium (W3C) recommendation.
DOMParser() - Constructor for class oracle.xml.parser.v2.DOMParser
Creates a new parser object.
DOMParserProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to create a wrapper around DOMParser to be used by the pipeline framework.
DOMResult - Class in javax.xml.transform.dom
Acts as a holder for a transformation result tree, in the form of a Document Object Model (DOM) tree.
DOMResult() - Constructor for class javax.xml.transform.dom.DOMResult
Zero-argument default constructor.
DOMResult(Node) - Constructor for class javax.xml.transform.dom.DOMResult
Use a DOM node to create a new output target.
DOMResult(Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
Create a new output target with a DOM node.
DOMRESULT - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
DOMSource - Class in javax.xml.transform.dom
Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
DOMSource() - Constructor for class javax.xml.transform.dom.DOMSource
Zero-argument default constructor.
DOMSource(Node) - Constructor for class javax.xml.transform.dom.DOMSource
Create a new input source with a DOM node.
DOMSource(Node, String) - Constructor for class javax.xml.transform.dom.DOMSource
Create a new input source with a DOM node, and with the system ID also passed in as the base URI.
DOMSOURCE - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
DOMSTRING_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString
DOMStringList - Interface in org.w3c.dom
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
DOMSubtreeModified - Static variable in class oracle.xml.parser.v2.XMLNode
 
DONE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class oracle.xml.xsql.XSQLServlet
 
DOUBLE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
dropBLOBTable(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Delete BLOB table
dropBLOBTable(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Delete BLOB table
dropXMLTable(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Delete XML table
dropXMLTable(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Delete XML table
DTD - Class in oracle.xml.parser.v2
Implements the DOM DocumentType interface and holds the Document Type Definition information for an XML document.
DTD() - Constructor for class oracle.xml.parser.v2.DTD
Default constructor.
DTD - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a DTD
DTD - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies that a DTD is to be generated
DTD_OBJECT - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
DTD Object to be used for validation.
DTD_OBJECT - Static variable in class oracle.xml.parser.v2.XMLParser
DTD Object to be used for validation.
DTD_OBJECT_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
DTDHandler - Interface in org.xml.sax
Receive notification of basic DTD-related events.
DTDName - Static variable in interface oracle.xml.parser.v2.XMLToken
DTDName ::= name
DUPLICATE_DEF - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
DuplicateException - Exception in oracle.xml.transx
Indicates that a duplicate row is found.
DuplicateException() - Constructor for exception oracle.xml.transx.DuplicateException
Constructor
DuplicateException(String) - Constructor for exception oracle.xml.transx.DuplicateException
Constructor
duplicateId - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
DURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 

E

ElemDeclName - Static variable in interface oracle.xml.parser.v2.XMLToken
ElemDeclName ::= name
Element - Interface in javax.xml.bind
This is an element marker interface.
ELEMENT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ELEMENT - Static variable in class oracle.xml.parser.v2.ElementDecl
ContentModelParseTreeNode type - 'leaf' node (has no children)
ELEMENT - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
Element - Interface in org.w3c.dom
The Element interface represents an element in an HTML or XML document.
ELEMENT_CHILD - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ELEMENT_INDEXING_ID - Static variable in class oracle.xml.parser.v2.BinaryParser
 
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is an Element.
ELEMENT_ONLY - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
elementDecl(String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report an element type declaration.
ElementDecl - Class in oracle.xml.parser.v2
This class represents an element declaration in a DTD.
ElementDecl() - Constructor for class oracle.xml.parser.v2.ElementDecl
Default constructor.
ELEMENTDECL - Static variable in class oracle.xml.parser.v2.XMLNode
An element declaration node.
elementDecl(String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report an element type declaration.
elementdecl - Static variable in interface oracle.xml.parser.v2.XMLToken
elementdecl ::= '<' '!
elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an element type declaration.
ElementEditVAL - Interface in org.w3c.dom.validation
This interface extends the NodeEditVAL interface with additional methods for guided document editing.
elementNilled() - Method in class oracle.xml.parser.schema.XSDValidator
Check if current element's content is nilled
ELEMENTS - Static variable in class oracle.xml.parser.v2.ElementDecl
Element content type - Children can be elements as per Content Model
ELEMENTS_CONTENTTYPE - Static variable in class oracle.xml.parser.v2.XMLElement
 
elemNotNullable - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
EMPTY - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
EMPTY - Static variable in class oracle.xml.parser.v2.ElementDecl
Element content type - No Children
EMPTY_CONTENTTYPE - Static variable in class oracle.xml.parser.v2.XMLElement
 
EMPTY_PATH - Static variable in class oracle.xdb.XDBError
Error message
EmptyElemTag - Static variable in interface oracle.xml.parser.v2.XMLToken
EmptyElemTag ::= '<' STagName (S Attribute)* S?
ENC_IMPLICIT_SCHEMA_REG - Static variable in interface oracle.xml.binxml.BinXMLEncoder
If true, - then the schema in the top level xsi:schemaLocation tag is to be used for validation.
ENC_INLINE_TOKEN_DEFS - Static variable in interface oracle.xml.binxml.BinXMLEncoder
If true, and if schemaAware = false, then the token definitions will be inlined in the binary stream.
ENC_MID_TIER_OPT - Static variable in interface oracle.xml.binxml.BinXMLEncoder
If true, and if schemaAware = false, then the binary stream will be optimized for mid-tier usage and will not depend on metadata repository.
ENC_RETAIN_CDATA - Static variable in interface oracle.xml.binxml.BinXMLEncoder
 
ENC_SAVE_VALIDATION_INFO - Static variable in interface oracle.xml.binxml.BinXMLEncoder
If true, then while encoding store information available after a schema validation, which can be accessed using XDK extension APIs for PSVI on Scalable DOM.
ENC_SCHEMA_AWARE - Static variable in interface oracle.xml.binxml.BinXMLEncoder
If true, encode the binary stream using a schema.
ENC_SCHEMA_LOCATION_AWARE - Static variable in interface oracle.xml.binxml.BinXMLEncoder
 
ENC_XDB_COMPATIBLE - Static variable in interface oracle.xml.binxml.BinXMLEncoder
If true, Encoder will work on XDB compatible mode All whitespaces between elements are considered ignorable
ENC_XDB_INLINE_TOKENS - Static variable in interface oracle.xml.binxml.BinXMLEncoder
 
ENCODE_ON_CLIENT - Static variable in class oracle.xdb.XMLType
Client-side binary XML encoding property name.
encodeRedirectUrl(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Deprecated. 
encodeRedirectURL(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Encode URL.
encodeUrl(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Deprecated. 
encodeURL(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Encode URL.
encodeURL(String) - Static method in class oracle.xml.util.XMLUtil
Translates a string into x-www-form-urlencoded format.
ENCODING - Static variable in class javax.xml.transform.OutputKeys
encoding = string.
ENCODING - Static variable in class oracle.xml.binxml.BinXMLSerializer
Output encoding property
ENCODING - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ENCODING - Static variable in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Output encoding property
END_DOCUMENT - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is an end document
END_ELEMENT - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is an end element
END_ENTITY - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is the end of a resolved entity
END_OF_ENUM - Static variable in class oracle.xdb.XDBError
Error message
END_TO_END - Static variable in interface org.w3c.dom.ranges.Range
Compare end boundary-point of sourceRange to end boundary-point of Range on which compareBoundaryPoints is invoked.
END_TO_START - Static variable in interface org.w3c.dom.ranges.Range
Compare end boundary-point of sourceRange to start boundary-point of Range on which compareBoundaryPoints is invoked.
endCDATA() - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of end of CDATA
endCDATA() - Method in class oracle.xml.parser.v2.DocumentBuilder
Report the end of a CDATA section.
endCDATA() - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report the end of a CDATA section.
endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endDoctype() - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of end of the DTD.
endDoctype() - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of end of the DTD.
endDoctype() - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of end of the DTD.
endDoctype() - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of end of the DTD.
endDocument() - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of the end of the document.
endDocument() - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of the end of the document.
endDocument() - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of the end of a document.
endDocument() - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Receive notification of the end of the document.
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the end of the document.
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end document event.
endDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end document event.
endDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
End document event.
endDTD() - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of end of DTD declaration
endDTD() - Method in class oracle.xml.parser.v2.DocumentBuilder
Report the end of DTD declarations.
endDTD() - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report the end of DTD declarations.
endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endElement(String, String, String) - Method in class oracle.xml.comp.CXMLHandlerBase
Deprecated.
this is replaced by endElement(namespace, localName, qname)
endElement(NSName) - Method in class oracle.xml.comp.CXMLHandlerBase
Deprecated.
this is replaced by endElement(namespace, localName, qname)
endElement(String, String, String) - Method in class oracle.xml.parser.schema.XSDValidator
Receive notification of the end of an element.
endElement(NSName) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of the end of an element.
endElement(NSName) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of the end of an element.
endElement(String, String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of the end of an element.
endElement(NSName) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Receive notification of the end of an element.
endElement() - Method in class oracle.xml.scalable.BinaryIndex
 
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end element event.
endEntity(String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of end of entity
endEntity(String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report the end of an entity.
endEntity(String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report the end of an entity.
endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endPrefixMapping(String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of the end of scope of prefix URI mapping
endPrefixMapping(String) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class oracle.xml.parser.v2.DocumentBuilder
End the scope of a prefix/URI namespace mapping.
endPrefixMapping(String) - Method in class oracle.xml.parser.v2.XMLMultiHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
enlargeIndex() - Method in class oracle.xml.scalable.BinaryIndex
 
enlistCloseable(XQSequence) - Method in interface oracle.xml.xquery.OXQCloseable
Declares an XQSequence object that will be closed when this object is closed.
enlistCloseable(Closeable) - Method in interface oracle.xml.xquery.OXQCloseable
Declares a closeable object that will be closed when this object is closed.
enlistCloseable(XMLStreamReader) - Method in interface oracle.xml.xquery.OXQCloseable
Declares an XMLStreamReader object that will be closed when this object is closed.
enlistCloseable(Closeable) - Method in class oracle.xml.xquery.OXQEntity
 
enlistCloseable(XMLStreamReader) - Method in class oracle.xml.xquery.OXQEntity
 
enlistCloseable(XQSequence) - Method in class oracle.xml.xquery.OXQEntity
 
enter(XQStackTraceElement) - Method in class oracle.xml.xquery.OXQDebugListener
Invoked when the processor enters a function or the main query.
ENTITIES - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ENTITIES - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - TokenizedType - Entities
ENTITY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ENTITY - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - TokenizedType - Entity
Entity - Interface in org.w3c.dom
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY_EXPANSION_DEPTH - Static variable in class oracle.xml.parser.v2.XMLParser
Define the depth of entity expansion allowed.
ENTITY_EXPANSION_DEPTH_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
The node is an Entity.
ENTITY_REFERENCE - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is an entity reference
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
The node is an EntityReference.
ENTITY_RESOLVER - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
EntityDecl - Static variable in interface oracle.xml.parser.v2.XMLToken
EntityDecl ::= '<' '!'
EntityDeclName - Static variable in interface oracle.xml.parser.v2.XMLToken
EntityValue ::= '"' ([^%&"] | PEReference | Reference)* '"' | "'" ([^%&'] | PEReference | Reference)* "'"
EntityReference - Interface in org.w3c.dom
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
EntityResolver - Interface in org.xml.sax
Basic interface for resolving entities.
EntityValue - Static variable in interface oracle.xml.parser.v2.XMLToken
EntityDeclName ::= Name
ENUMERATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ENUMERATION - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - EnumeratedType - Enumeration
equal(Node, Node, Options) - Method in class oracle.xml.diff.XmlUtils
Perform a lockstep comparison of two XML inputs and return a boolean indicating whether the two inputs are equal or not.
equal(File, File, Options) - Method in class oracle.xml.diff.XmlUtils
Perform a lockstep comparison of two XML inputs and return a boolean indicating whether the two inputs are equal or not.
equal(InputSource, InputSource, Options) - Method in class oracle.xml.diff.XmlUtils
Perform a lockstep comparison of two XML inputs and return a boolean indicating whether the two inputs are equal or not.
equals(Object) - Method in interface javax.xml.xquery.XQItemType
Compares the specified object with this item type for equality.
equals(Object) - Method in interface javax.xml.xquery.XQSequenceType
Compares the specified object with this sequence type for equality.
equals(Object) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Tests to see if the given object refers to the same node in the DOM tree as this.
equals(Object) - Method in class oracle.xdb.servlet.XDBPrincipal
Compares the given object with this object.
equals(Object) - Method in class oracle.xml.parser.v2.XMLNode
Indicates whether some other object is "equal to" this one.
EQUIV_RESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
EQUIV_UNRESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
error(TransformerException) - Method in interface javax.xml.transform.ErrorListener
Receive notification of a recoverable error.
ERROR - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
error(int, int, String, String, String, int, int, boolean) - Method in class oracle.xml.parser.v2.XMLError
Adds a new error to the vector
error(short, String, int, String, DOMException, Object) - Method in class oracle.xml.parser.v2.XMLError
DOM 3.0 error information
ERROR - Static variable in exception oracle.xml.parser.v2.XMLParseException
Code for non-fatal error
error(String, int) - Method in class oracle.xml.parser.v2.XSLStylesheet
Deprecated. 
error(String, PipelineException) - Method in class oracle.xml.pipeline.controller.orapipe
Handle any error thrown by the pipeline
error(String, PipelineException) - Method in interface oracle.xml.pipeline.controller.PipelineErrorHandler
 
error(int, Exception) - Method in class oracle.xml.pipeline.controller.Process
Called by a custom Process whenever an error occurs.
error(SAXParseException) - Method in class oracle.xml.schemavalidator.DocErrorHandler
Adds a Error message to the vector
error(int, int, String) - Method in class oracle.xml.util.XMLError
Adds a new error to the vector
error(int, int, String[]) - Method in class oracle.xml.util.XMLError
Adds a new error to the vector
ERROR - Static variable in exception oracle.xml.util.XMLException
Code for non-fatal error
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
error0(int, int) - Method in class oracle.xml.util.XMLError
Adds a new error to the vector
error1(int, int, String) - Method in class oracle.xml.util.XMLError
Adds a new error to the vector
error2(int, int, String, String) - Method in class oracle.xml.util.XMLError
Adds a new error to the vector
error3(int, int, String, String, String) - Method in class oracle.xml.util.XMLError
Adds a new error to the vector
ERROR_ENCODING - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Encoding for errors report via error stream (only if ERROR_STREAM is set)
ERROR_ENCODING - Static variable in class oracle.xml.parser.v2.DOMParser
Encoding for errors report via error stream (only if ERROR_STREAM is set)
ERROR_ENCODING_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
ERROR_STREAM - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Error stream for reporting errors.
ERROR_STREAM - Static variable in class oracle.xml.parser.v2.DOMParser
Error stream for reporting errors.
ERROR_STREAM_ID - Static variable in class oracle.xml.parser.v2.DOMParser
Attributes supported by DOMParser
ERROR_TAG - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies the default tag name for the ERROR document
ErrorHandler - Interface in org.xml.sax
Basic interface for SAX error handlers.
ErrorListener - Interface in javax.xml.transform
To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implmentation with the Transformer.
escapeNonASCIICharacters(boolean) - Method in class oracle.xml.async.XSLTransformer
Sets the escape flag used by the XSL processor
ETag - Static variable in interface oracle.xml.parser.v2.XMLToken
ETag ::= '<' '/' ETagName S?
ETagName - Static variable in interface oracle.xml.parser.v2.XMLToken
ETagName ::= Name
evaluate(OXQFunctionContext, XQSequence[]) - Method in class oracle.xml.xquery.OXQFunctionEvaluator
Called at runtime when the external function is invoked.
Event - Interface in org.w3c.dom.events
The Event interface is used to provide contextual information about an event to the handler processing the event.
EventException - Exception in org.w3c.dom.events
Event operations may throw an EventException as specified in their method descriptions.
EventException(short, String) - Constructor for exception org.w3c.dom.events.EventException
 
EventListener - Interface in org.w3c.dom.events
The EventListener interface is the primary method for handling events.
EventTarget - Interface in org.w3c.dom.events
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
EXCEPTION_ON_DUPLICATES - Static variable in class oracle.xml.transx.LoadingMode
throw an exception
ExceptionVAL - Exception in org.w3c.dom.validation
Some Validation operations may throw an ExceptionVAL as described in their descriptions.
ExceptionVAL(short, String) - Constructor for exception org.w3c.dom.validation.ExceptionVAL
 
execute(XSLTContext) - Method in class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
should use XSLProcessor.processXSL function
executeCommand(String) - Method in interface javax.xml.xquery.XQExpression
Executes an implementation-defined command.
executeCommand(Reader) - Method in interface javax.xml.xquery.XQExpression
Executes an implementation-defined command.
executePipeline() - Method in class oracle.xml.pipeline.controller.PipelineProcessor
Execute the pipeline based on the PipelineDoc set earlier by setPipelineDoc().
executeQuery(String) - Method in interface javax.xml.xquery.XQExpression
Executes a query expression.
executeQuery(Reader) - Method in interface javax.xml.xquery.XQExpression
Executes a query expression.
executeQuery(InputStream) - Method in interface javax.xml.xquery.XQExpression
Executes a query expression.
executeQuery() - Method in interface javax.xml.xquery.XQPreparedExpression
Executes the prepared query expression.
executeQuery(OXQEntity) - Method in interface oracle.xml.xquery.OXQExpression
Executes a query expression.
existsNode(String, String) - Method in class oracle.xdb.XMLType
Deprecated. 
exit(XQStackTraceElement) - Method in class oracle.xml.xquery.OXQDebugListener
Invoked when the processor exits a function or the main query.
EXPAND_ENTITYREF - Static variable in class oracle.xml.parser.v2.XMLParser
Expands entities when set to true, else report just the reference
EXPAND_ENTITYREF_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
expectedElements(Element) - Method in class oracle.xml.parser.v2.ElementDecl
Returns vector of element names that can be appended to the element.
expectedElements(Element) - Method in class oracle.xml.parser.v2.XMLDocument
Returns vector of element names that can be appended to the element.
EXTENTION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
externalEntityDecl(String, String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report a parsed external entity declaration.
ExternalID - Static variable in interface oracle.xml.parser.v2.XMLToken
ExternalID ::= 'SYSTEM' S SystemLiteral | 'PUBLIC' S PubidLiteral S SystemLiteral
extract(String, String) - Method in class oracle.xdb.XMLType
Deprecated. 
extractContents() - Method in interface org.w3c.dom.ranges.Range
Moves the contents of a Range from the containing document or document fragment to a new DocumentFragment.

F

FACET_CHILD - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
FactoryConfigurationError - Error in javax.xml.parsers
Thrown when a problem with configuration with the Parser Factories exists.
FactoryConfigurationError() - Constructor for error javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with no detail mesage.
FactoryConfigurationError(String) - Constructor for error javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with the String specified as an error message.
FactoryConfigurationError(Exception) - Constructor for error javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with a given Exception base cause of the error.
FactoryConfigurationError(Exception, String) - Constructor for error javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with the given Exception base cause and detail message.
FAKE_ATTR - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
FAKE_NODE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FATAL_ERROR - Static variable in exception oracle.xml.parser.v2.XMLParseException
Code for fatal error
FATAL_ERROR - Static variable in exception oracle.xml.util.XMLException
Code for fatal error
fatalError(TransformerException) - Method in interface javax.xml.transform.ErrorListener
Receive notification of a non-recoverable error.
fatalError(String, PipelineException) - Method in class oracle.xml.pipeline.controller.orapipe
Handle an fatal error thrown by the pipeline
fatalError(String, PipelineException) - Method in interface oracle.xml.pipeline.controller.PipelineErrorHandler
 
fatalError(SAXParseException) - Method in class oracle.xml.schemavalidator.DocErrorHandler
Adds a fatalError message to the vector
fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated.
Report a fatal XML parsing error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a fatal error event.
fDAYTIME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
FEATURE - Static variable in class javax.xml.transform.dom.DOMResult
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.
FEATURE - Static variable in class javax.xml.transform.dom.DOMSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
FEATURE - Static variable in class javax.xml.transform.sax.SAXResult
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.
FEATURE - Static variable in class javax.xml.transform.sax.SAXSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
FEATURE - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the TransformerFactory returned from TransformerFactory.newInstance() may be safely cast to a SAXTransformerFactory.
FEATURE - Static variable in class javax.xml.transform.stream.StreamResult
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.
FEATURE - Static variable in class javax.xml.transform.stream.StreamSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
FEATURE_XMLFILTER - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
fFINITE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
fID - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
fIDREF - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
FilePageManager - Class in oracle.xml.scalable
A @see PageManger that stores pages in a file.
FilePageManager(String) - Constructor for class oracle.xml.scalable.FilePageManager
Creates a FilePageManager.
FILEURLPREF - Static variable in class oracle.xml.xsql.XSQLUtil
 
FILTER_ACCEPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
Accept the node.
FILTER_ACCEPT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Accept the node.
FILTER_INTERRUPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
Interrupt the normal processing of the document.
FILTER_REJECT - Static variable in interface org.w3c.dom.ls.LSParserFilter
Reject the node and its children.
FILTER_REJECT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Reject the node.
FILTER_SKIP - Static variable in interface org.w3c.dom.ls.LSParserFilter
Skip this single node.
FILTER_SKIP - Static variable in interface org.w3c.dom.traversal.NodeFilter
Skip this single node.
finalize() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
finalize() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
findAttrDecl(String) - Method in class oracle.xml.parser.v2.ElementDecl
Gets an attribute declaration object or null if not found
findElementDecl(String) - Method in class oracle.xml.parser.v2.DTD
Finds an element declaration for the given tag name.
findEntity(String) - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Finds the entity node of the document type based on the given name.
findEntity(String, boolean) - Method in class oracle.xml.parser.v2.DTD
Finds a named entity in the DTD.
findEquivClass(String, String) - Method in class oracle.xml.parser.schema.XSDElement
Find the equiv class corresponding to this class
findNotation(String) - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Finds the entity node of the document type based on the given name.
findNotation(String) - Method in class oracle.xml.parser.v2.DTD
Retrieves the named notation from the DTD.
fINTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
first() - Method in interface javax.xml.xquery.XQSequence
Moves to the first item in the sequence.
firstChild() - Method in class oracle.xml.scalable.BinaryNav
Move the cursor to the first child element if any
firstChild() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the first visible child of the current node, and returns the new node.
FIXED - Static variable in class oracle.xml.parser.v2.AttrDecl
Attribute presence - Fixed
FIXED_SCHEMA - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
FLOAT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
flush() - Method in class oracle.xdb.servlet.XDBServletResponse
Flush the contents.
flush() - Method in class oracle.xdb.XDBOutputStream
Function to flush the XDBOutputStream
flush() - Method in interface oracle.xml.parser.v2.PrintDriver
Flushes the output stream or print writer
flush() - Method in class oracle.xml.parser.v2.XMLOutputStream
Flushes the internal buffer by writing it to the output stream
flush() - Method in class oracle.xml.parser.v2.XMLPrintDriver
Flushes the output stream or print writer
flush() - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Flushes the output stream or print writer
flush() - Method in class oracle.xml.scalable.BinaryStream
Flushes the stream.
flushBuffer() - Method in class oracle.xdb.servlet.XDBServletResponse
Flush the buffer.
flushBuffer(byte[], int) - Method in class oracle.xml.scalable.BinaryStream
Flush write buffer with given length and stop
flushBuffer(byte[], int, int) - Method in class oracle.xml.scalable.BinaryStream
Flush write buffer with given length and stop
flushErrors() - Method in class oracle.xml.parser.v2.XMLError
Flush all the error to the ouput stream output stream defaults or to error handler
flushErrors1() - Method in class oracle.xml.parser.v2.XMLError
 
flushErrorStream() - Method in class oracle.xml.util.XMLError
Flush all the error to the ouput stream output stream defaults or to error handler
flushNodes(String, String) - Method in class oracle.xml.parser.v2.XMLError
Set the properties for the nodes where validation error occured.
flushWriBuffer() - Method in class oracle.xml.scalable.BinaryStream
Flush the whole write buffer and continue
flushWriBuffer(int) - Method in class oracle.xml.scalable.BinaryStream
Flush write buffer with given length and stop
fNUMERIC - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
flags for foundamental Facet and other properties
fORDERED - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
formatErrorMesg(int) - Method in class oracle.xml.util.XMLError
 
formatErrorMessage(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the error message at specified index
formatErrorMessage(int) - Method in exception oracle.xml.util.XMLException
Get the error message at specified index
FORWARD_READ - Static variable in class oracle.xml.parser.v2.XMLDocument
 
FRACTION_DIGITS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
free() - Method in class oracle.xdb.SQLXMLType
 
free() - Method in class oracle.xdb.XMLContext
 
free() - Method in class oracle.xdb.XMLType
 
fYEARMONTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 

G

GDAY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
generateXSL(Writer) - Method in class oracle.xml.differ.XMLDiff
Generates an XSL file of input filename which represents the differences between the 2 XML files which were set initially.
generateXSLDoc() - Method in class oracle.xml.differ.XMLDiff
Generates an XSL stylesheet as an XMLDocument which represents the differences between the 2 XML documents set initially.
generateXSLFile(String) - Method in class oracle.xml.differ.XMLDiff
Generates an XSL file of input filename which represents the differences between the 2 XML files which were set initially.
get_paramnames() - Method in class oracle.xdb.servlet.XDBServletConfig
Native method to get parameter names.
getAllExternalVariables() - Method in interface javax.xml.xquery.XQPreparedExpression
Retrieves all the external variables defined in the prolog of the prepared expression.
getAllowedAttributes() - Method in class oracle.xml.parser.v2.XMLElement
 
getAllowedAttributes() - Method in interface org.w3c.dom.validation.ElementEditVAL
A NameList, as described in [DOM Level 3 Core] , of all possible attribute information items or wildcards that can appear as attributes of this element, or null if this element has no context or schema.
getAllowedChildren() - Method in class oracle.xml.parser.v2.XMLElement
A NameList, as described in [ DOM Level 3 Core], of all possible element information items or wildcards that can appear as children of this element, or null if this element has no context or schema.
getAllowedChildren() - Method in interface org.w3c.dom.validation.ElementEditVAL
A NameList, as described in [DOM Level 3 Core] , of all possible element information items or wildcards that can appear as children of this element, or null if this element has no context or schema.
getAllowedFirstChildElements() - Method in interface org.w3c.dom.validation.ElementEditVAL
A NameList, as described in [DOM Level 3 Core] , of all possible element information items or wildcards that can appear as a first child of this element, or null if this element has no context or schema.
getAllowedFirstChildren() - Method in class oracle.xml.parser.v2.XMLElement
A NameList, as described in [ DOM Level 3 Core] , of all possible element information items or wildcards that can appear as a first child of this element, or null if this element has no context or schema.
getAllowedNextSiblings() - Method in class oracle.xml.parser.v2.XMLElement
A NameList, as described in [ DOM Level 3 Core] , of all possible element information items or wildcards that can appear as a next sibling of this element, or null if this element has no context or schema.
getAllowedNextSiblings() - Method in interface org.w3c.dom.validation.ElementEditVAL
A NameList, as described in [DOM Level 3 Core] , of all possible element information items or wildcards that can appear as a next sibling of this element, or null if this element has no context or schema.
getAllowedParents() - Method in class oracle.xml.parser.v2.XMLElement
A NameList, as described in [ DOM Level 3 Core] , of all possible element information items that can appear as a parent this element, or null if this element has no context or schema.
getAllowedParents() - Method in interface org.w3c.dom.validation.ElementEditVAL
A NameList, as described in [DOM Level 3 Core] , of all possible element information items that can appear as a parent this element, or null if this element has no context or schema.
getAllowedPreviousSiblings() - Method in class oracle.xml.parser.v2.XMLElement
A NameList, as described in [ DOM Level 3 Core] , of all possible element information items or wildcards that can appear as a previous sibling of this element, or null if this element has no context or schema.
getAllowedPreviousSiblings() - Method in interface org.w3c.dom.validation.ElementEditVAL
A NameList, as described in [DOM Level 3 Core] , of all possible element information items or wildcards that can appear as a previous sibling of this element, or null if this element has no context or schema.
getAllTargetNS() - Method in class oracle.xml.parser.schema.XMLSchema
Get all the Target Name space defined in the schema
getAllUnboundAndUsedExternalVariables() - Method in interface oracle.xml.xquery.OXQPreparedExpression
Retrieves the names of all unbound external variables that are also used within the query.
getAllUnboundExternalVariables() - Method in interface javax.xml.xquery.XQPreparedExpression
Retrieves the names of all unbound external variables.
getAnnotations() - Method in interface oracle.xml.xquery.OXQFunctionMetaData
The XQuery annotations of the XQuery function declaration.
getApplicationData() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the <applicationData> element extracted from the resource configuration that defines the invoking handler.
getAssociatedStylesheet(Source, String, String, String) - Method in class javax.xml.transform.TransformerFactory
Get the stylesheet specification(s) associated via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/) with the document document specified in the source parameter, and that match the given criteria.
getAssociatedStylesheet(Source, String, String, String) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get the stylesheet specification(s) associated via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/) with the document document specified in the source parameter, and that match the given criteria.
getAsync() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAtomicValue() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a Java String.
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttrDecls() - Method in class oracle.xml.parser.v2.ElementDecl
Gets an enumeration of attribute declarations
getAttrGroup(String) - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get AttributeGroup schema component given local name
getAttrGroupSet() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get all the top level attribute group in the schema
getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class javax.xml.transform.TransformerFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getAttribute(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get the attribute given the name.
getAttribute(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Get the attribute given the name.
getAttribute(String) - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class oracle.xml.parser.v2.DOMParser
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class oracle.xml.parser.v2.XMLElement
Retrieves an attribute value by name.
getAttribute(String) - Method in class oracle.xml.parser.v2.XMLParser
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class oracle.xml.scalable.BinaryNav
Access the attribute with given name for the current element
getAttribute(QName) - Method in interface oracle.xml.scalable.InfosetReader
Returns the attribute value of the current element with the given name Valid only if the current event is START_ELEMENT
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeDeclaration(String, String) - Method in class oracle.xml.parser.schema.XSDElement
Returns the attribute declaration matched given namespace and name
getAttributeDeclarations() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get all the top level attributes in the schema
getAttributeDeclarations() - Method in class oracle.xml.parser.schema.XSDComplexType
get attribute declarations of this complex type does not include wild card array of attribute declarations
getAttributeDeclarations() - Method in class oracle.xml.parser.schema.XSDElement
Returns the all attribute declarations
getAttributeNames() - Method in class oracle.xdb.servlet.XDBServletContext
Get all attribute names.
getAttributeNames() - Method in class oracle.xdb.servlet.XDBServletRequest
Get all attribute names.
getAttributeNode(String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getAttributeNode(String) - Method in class oracle.xml.parser.v2.XMLElement
Retrieves an Attr node by name.
getAttributeNode(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Deprecated.
As of DOM 2
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getAttributeNodeNS(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Retrieves an Attr node by local name and namespace URI.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getAttributeNS(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Retrieves an attribute value by local name and namespace URI.
getAttributeNS(String, String) - Method in class oracle.xml.scalable.BinaryNav
Access the attribute with given name and namespace for the current element
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the attributes of the node.
getAttributes() - Method in class oracle.xml.parser.v2.XMLDocument
 
getAttributes() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
 
getAttributes() - Method in class oracle.xml.parser.v2.XMLElement
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - Method in class oracle.xml.parser.v2.XMLNode
Gets a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - Method in class oracle.xml.scalable.BinaryNav
Access the attributes for the current element
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributeSet() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Deprecated.
- use getAttributeDeclarations
getAttributeSet() - Method in class oracle.xml.parser.schema.XSDComplexType
Deprecated.
- use getAttributeDeclarations and getAttributeWildcard
getAttributeValue() - Method in interface oracle.xml.xquery.OXQItemAccessor
Returns the value of the item, if the item is an attribute node.
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAttrPresence() - Method in class oracle.xml.parser.v2.AttrDecl
Gets attribute presence
getAttrType() - Method in class oracle.xml.parser.v2.AttrDecl
Gets attribute type
getAuthType() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get authentication type.
getAutoCommit() - Method in interface javax.xml.xquery.XQConnection
Gets the auto-commit attribute of this connection
getAutoCommit() - Method in class oracle.xml.xsql.XSQLNamedConnection
 
getBase() - Method in class oracle.xml.parser.schema.XSDSimpleType
 
getBaseAttributeSet() - Method in class oracle.xml.parser.schema.XSDComplexType
Deprecated.
- access from base type
getBaseElementSet() - Method in class oracle.xml.parser.schema.XSDComplexType
Deprecated.
- use get base type
getBaseType() - Method in interface javax.xml.xquery.XQItemType
Returns the base type of the item.
getBaseType() - Method in class oracle.xml.parser.schema.XSDComplexType
Get the base type of this complextype
getBaseURI() - Method in interface javax.xml.xquery.XQStaticContext
Gets the Base URI, if set in the static context, else the empty string.
getBaseURI() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
getBaseURI() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets the baseURI of this fragment
getBaseURI() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns a String representation of the requested document's Base URI
getBaseURI() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
getBaseURL() - Method in class oracle.xml.parser.v2.XMLParser
Gets the base URL
getBasicType() - Method in class oracle.xml.parser.schema.XSDSimpleType
Gets the basic type from which this type was derived.
getBasicType(int) - Static method in class oracle.xml.parser.schema.XSDSimpleType
Gets the basic type from which this type was derived.
getBinaryIndex() - Method in class oracle.xml.scalable.BinaryNav
Get the binary index this base on
getBinaryIndex() - Method in class oracle.xml.scalable.BinaryStream
Get the index
getBinaryOffset() - Method in interface oracle.xml.scalable.BinaryIterator
 
getBinaryStream() - Method in class oracle.xdb.SQLXMLType
SQLXML method Get the value containing the XML data from the XMLType as a InputStream
getBinaryStream() - Method in class oracle.xdb.XMLType
 
getBinaryStream() - Method in class oracle.xml.parser.v2.BinaryParser
 
getBindingMode() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the binding mode property.
getBindingTypeCheckMode() - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the type checking mode for external variable bindings.
getBLOBData(Connection, String, String) - Method in class oracle.xml.dbaccess.DBAccess
Retrieve binary file from BLOB table
getBLOBData(Connection, String, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Retrieve binary file from BLOB table
getBlobVal(int) - Method in class oracle.xdb.XMLType
Deprecated.
use toBlob(int csid)
getBlobVal(int, int, int) - Method in class oracle.xdb.XMLType
Deprecated.
use toBlob(int csid)
getBoolean() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a boolean.
getBoundarySpacePolicy() - Method in interface javax.xml.xquery.XQStaticContext
Gets the boundary-space policy defined in the static context.
getBubbles() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBufferSize() - Method in class oracle.xdb.servlet.XDBServletResponse
Get buffer size.
getBufferSize() - Method in class oracle.xml.scalable.BinaryStream
Get the size of the buffer
getBufferSize() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the buffer size in bytes that will be used during serialization.
getBuiltInDatatypes() - Static method in class oracle.xml.parser.schema.XSDSimpleType
Gets all built-in datatypes
getBuiltInDatatypesAsHashMap() - Static method in class oracle.xml.parser.schema.XSDSimpleType
Gets all built-in datatypes, as a HashMap.
getBuiltInId() - Method in class oracle.xml.parser.schema.XSDSimpleType
Gets the id of builtIn type from which this type was derived.
getBusy() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is currently busy loading a document, otherwise false.
getByte() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a byte.
getByteArray() - Method in class oracle.xml.scalable.BinaryStream
Get byte array
getByteOffset() - Method in interface org.w3c.dom.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getByteStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCancelable() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCause() - Method in exception javax.xml.transform.TransformerException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in exception oracle.xml.util.XMLException
Get the cause exception
getCDATASectionElements() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the cdata-section-elements parameter.
getCertifiedText() - Method in interface org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCharacterEncoding() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get character encoding.
getCharacterEncoding() - Method in class oracle.xdb.servlet.XDBServletResponse
Get character encoding.
getCharacterMapping(int) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the current character mapping for the specified character.
getCharacterMappingCodepoints() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets an array of Unicode characters that are currently replaced by character mappings.
getCharacterStream() - Method in class oracle.xdb.SQLXMLType
SQLXML method Get the value containing the XML data from the XMLType as a InputStream
getCharacterStream() - Method in class oracle.xdb.XMLType
 
getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getChildElements() - Method in class oracle.xml.parser.schema.XSDComplexType
Get the list of child elements of this complex type.
getChildElements() - Method in class oracle.xml.parser.schema.XSDElement
Returns all possible element children
getChildNodes() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the nodelist of child nodes.
getChildNodes() - Method in class oracle.xml.parser.v2.XMLNode
Gets a NodeList that contains all children of this node.
getChildNodes() - Method in class oracle.xml.parser.v2.XMLNSNode
Gets a NodeList that contains all children of this node.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getChildOID() - Method in class oracle.xdb.event.XDBLink
Returns the OID of the resource that this link is pointing to.
getChildrenByTagName(String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
get the children node list based on the tag name
getChildrenByTagName(String) - Method in class oracle.xml.parser.v2.XMLElement
Returns a NodeList of all immediate children with a given tag name,
getChildrenByTagName(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Returns a NodeList of all immediate children with a given tag name and namespace
getChildrenByTagNameNS(String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
get the children node list based on the tag name
getClassLoader() - Method in interface oracle.xml.xquery.OXQJavaResolverFactory
Returns the class loader that will be used for loading Java classes by this resolver.
getClobVal() - Method in class oracle.xdb.XMLType
Deprecated.
- use toClob()
getClobVal(int, int) - Method in class oracle.xdb.XMLType
Deprecated.
- use toClob()
getCloseable(XQSequence) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the closeable object.
getCloseable(XMLStreamReader) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the closeable object.
getCloseable(InputStream) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the closeable object.
getCollapsed() - Method in interface org.w3c.dom.ranges.Range
TRUE if the Range is collapsed
getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the column number if available
getColumnNumber() - Method in interface javax.xml.transform.SourceLocator
Return the character position where the current document event ends.
getColumnNumber() - Method in exception javax.xml.xquery.XQQueryException
Gets the column number in the query string where the error occurred.
getColumnNumber() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the column number in the query string containing the execution point represented by this stack trace element.
getColumnNumber() - Method in class oracle.xml.parser.v2.XMLDocument
Get column number debug information
getColumnNumber() - Method in class oracle.xml.parser.v2.XMLNode
Get column number debug information
getColumnNumber(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the column number of error at specified index
getColumnNumber(int) - Method in class oracle.xml.util.XMLError
Get the column number of error at specified index
getColumnNumber(int) - Method in exception oracle.xml.util.XMLException
Get the column number of error at specified index
getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in exception org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getCommonAncestorContainer() - Method in interface org.w3c.dom.ranges.Range
The deepest common ancestor container of the Range's two boundary-points.
getCompiledSchema(BinXMLVocabId) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Fetches the schema as a binary stream from the metadata repository based on the vocabulary id.
getCompiledSchema(String) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Fetches the schema as a binary stream from the metadata repository based on the schema URL.
getCompiledSchema(BinXMLVocabId) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Fetches the schema as a binary stream from the metadata repository based on the vocabulary id.
getCompiledSchema(String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Fetches the schema as a binary stream from the metadata repository based on the schema URL.
getComplexTypeSet() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get all the top level complex type elements in the schema
getComplexTypeTable() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Deprecated. 
getCompPercent() - Method in class oracle.xml.xmlcomp.XMLCompress
Return the compression factor.
getConfig() - Method in interface org.w3c.dom.ls.LSParser
The DOMConfiguration object used when parsing an input source.
getConfig() - Method in interface org.w3c.dom.ls.LSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getConnection() - Method in interface javax.xml.xquery.PooledXQConnection
Creates and returns an XQConnection object that is a handle for the physical connection that this PooledXQConnection object represents.
getConnection() - Method in interface javax.xml.xquery.XQDataSource
Attempts to create a connection to an XML datasource.
getConnection(Connection) - Method in interface javax.xml.xquery.XQDataSource
Attempts to create a connection to an XML datasource using an existing JDBC connection.
getConnection(String, String) - Method in interface javax.xml.xquery.XQDataSource
Attempts to establish a connection to an XML datasource using the supplied username and password.
getConnection() - Method in interface javax.xml.xquery.XQResultItem
Gets the XQuery connection associated with this result item
getConnection() - Method in interface javax.xml.xquery.XQResultSequence
Gets the XQuery connection associated with this result sequence
getConnection() - Method in class oracle.xml.xquery.OXQDataSource
Attempts to create a connection to an XML datasource.
getConnection(Connection) - Method in class oracle.xml.xquery.OXQDataSource
Attempts to create a connection to an XML datasource using an existing JDBC connection.
getConnection(String, String) - Method in class oracle.xml.xquery.OXQDataSource
Attempts to establish a connection to an XML datasource using the supplied username and password.
getConnection() - Method in interface oracle.xml.xquery.OXQDynamicContext
Gets the XQuery connection associated with this dynamic context.
getConnection() - Method in interface oracle.xml.xquery.OXQFunctionContext
Gets the connection.
getConnection(XQConnection) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQConnection object.
getConnection() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Create a new XQConnection object representing an XQJ connection to Oracle XML DB.
getConnection(Connection) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
This method is not supported.
getConnection(String, String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
getConnection(String, XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLConnectionManager
 
getConnection(String, XSQLPageRequest) - Method in class oracle.xml.xsql.XSQLDatasourceConnectionManager
Needed to implement XSQLConnectionManager interface
getConnectionManagerFactory() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns the instance of the connection manager factory to use for this request
getConnectionManagerFactory() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getConnectionName() - Method in class oracle.xml.xsql.XSQLConnection
 
getConnectionName() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns the name of the connection being used for this request May be null if no connection set/in-use.
getConnectionName() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Returns the name of the connection being used for this request May be null if no connection set/in-use.
getConstructionMode() - Method in interface javax.xml.xquery.XQStaticContext
Gets the construction mode defined in the static context.
getContent() - Method in class oracle.xml.parser.schema.XSDElement
Get the content information of the node
getContentElements() - Method in class oracle.xml.parser.v2.ElementDecl
Returns Vector of elements that can be appended to this element
getContentHandler() - Method in interface oracle.xml.binxml.BinXMLEncoder
This is the main SAX handler which receives events such as start and end document, start and end element, character data, etc.
getContentHandler() - Method in class oracle.xml.comp.CXMLParser
Get content handler
getContentHandler() - Method in class oracle.xml.parser.v2.SAXParser
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentHandler() - Method in interface org.xml.sax.XMLReader
Return the current content handler.
getContentHandlers() - Method in class oracle.xml.parser.v2.XMLMultiHandler
Return the next level of ContentHandlers
getContentLength() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get content length.
getContentType() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get content type.
getContentType() - Method in class oracle.xml.parser.v2.ElementDecl
Returns content model of element
getContentType() - Method in class oracle.xml.parser.v2.XMLElement
The content type of an element.
getContentType() - Method in interface org.w3c.dom.validation.ElementEditVAL
The content type of an element.
getContentTypeFromResponseHeader() - Method in interface oracle.xml.xquery.OXQHttpResolverFactory
Retrieves whether the media type should be assigned based on the value of the HTTP 'Content-Type' response header.
getContentTypeMap() - Method in interface oracle.xml.xquery.OXQFileResolverFactory
Returns the content type map that will be used for media type assignment.
getContext(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get the Servlet Context.
getContextItemStaticType() - Method in interface javax.xml.xquery.XQStaticContext
Gets the static type of the context item.
getContextNode() - Method in class oracle.xml.parser.v2.XSLTContext
Get the current context node
getContextPath() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get context path.
getContextPosition() - Method in class oracle.xml.parser.v2.XSLTContext
Get the current context node position
getContextSize() - Method in class oracle.xml.parser.v2.XSLTContext
Get the current context size
getContinuousValidityChecking() - Method in class oracle.xml.parser.v2.XMLDocument
An attribute specifying whether the validity of the document is continuously enforced.
getContinuousValidityChecking() - Method in interface org.w3c.dom.validation.DocumentEditVAL
An attribute specifying whether the validity of the document is continuously enforced.
getCookie(String) - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
getCookies() - Method in class oracle.xdb.servlet.XDBServletRequest
Get cookies.
getCopyNamespacesModeInherit() - Method in interface javax.xml.xquery.XQStaticContext
Gets the inherit part of the copy-namespaces mode defined in the static context.
getCopyNamespacesModePreserve() - Method in interface javax.xml.xquery.XQStaticContext
Gets the preserve part of the copy-namespaces mode defined in the static context.
getCState() - Method in class oracle.xdb.CState
 
getCurrent() - Method in class oracle.xml.diff.AppendDiffOp
 
getCurrent() - Method in class oracle.xml.diff.DeleteDiffOp
 
getCurrent() - Method in class oracle.xml.diff.DiffOp
Returns the node to be deleted, for a delete DiffOp.
getCurrent() - Method in class oracle.xml.diff.InsertDiffOp
 
getCurrentIndex() - Method in class oracle.xml.scalable.BinaryNav
Get the current element's index
getCurrentMode() - Method in class oracle.xml.parser.schema.XSDValidator
Get the current validation mode
getCurrentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCurrentUser() - Method in class oracle.xdb.event.XDBEvent
Returns the name of the user executing the operation that triggered the event.
getCurrentXPath() - Method in class oracle.xml.diff.AppendDiffOp
 
getCurrentXPath() - Method in class oracle.xml.diff.DeleteDiffOp
 
getCurrentXPath() - Method in class oracle.xml.diff.DiffOp
Returns the XPath to the node to be deleted, for a delete DiffOp.
getCurrentXPath() - Method in class oracle.xml.diff.InsertDiffOp
 
getData() - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
Returns the char data
getData() - Method in class oracle.xdb.dom.XDBProcInst
Deprecated.
get the value the data
getData() - Method in class oracle.xml.parser.v2.XMLDeclPI
Returns the fully constructed string 'version=1.0 ....'
getData() - Method in class oracle.xml.parser.v2.XMLPI
Get the character data of this node
getData() - Method in class oracle.xml.parser.v2.XMLText
The character data of the node that implements this interface.
getData() - Method in interface oracle.xml.scalable.InfosetReader
Return the data corresponding to the current event.
getData() - Method in class oracle.xml.xquery.OXQEntity
Returns the entity.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDataFactory(XQDataFactory) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQDataFactory object.
getDataLength() - Method in interface oracle.xml.scalable.InfosetReader
Returns the length of the sequence of characters for this event within the text character array.
getDataStart() - Method in interface oracle.xml.scalable.InfosetReader
Returns the offset into the text character array where the first character (of this text event) is stored.
getDateHeader(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get date header.
getDBName() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Get the value of the db name property
getDBPassword() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Get the value of the db password property
getDBPort() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Get the value of the db port property
getDBServer() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Get the value of the db server property
getDburl() - Method in class oracle.xml.xsql.XSQLNamedConnection
 
getDBUserName() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Get the value of the db user name property
getDebugListener() - Method in interface oracle.xml.xquery.OXQDynamicContext
Gets the debug listener.
getDebugMode() - Method in class oracle.xml.parser.v2.XMLDocument
Get the debug flag
getDebugMode() - Method in class oracle.xml.parser.v2.XMLNode
Get debug information mode
getDebugMode() - Static method in class oracle.xml.parser.v2.XMLParser
 
getDecimalFormat(QName) - Method in interface oracle.xml.xquery.OXQStaticContext
Gets an OXQDecimalFormat instance representing the the values for all decimal format properties.
getDecimalSeparator() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the decimal-separator property.
getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDeclEncoding() - Method in interface oracle.xml.parser.v2.XMLLocator
Returns the name of the character encoding declared This may be different from the actuall enconding used which is retruned by getEncoding
getDeclHandler() - Method in interface oracle.xml.binxml.BinXMLEncoder
Returns the DeclHandler to be set in the user application.
getDecoder() - Method in interface oracle.xml.binxml.BinXMLStream
Factory method to get the BinXMLDecoder object associated with this binary stream.
getDefaultCollation() - Method in interface javax.xml.xquery.XQStaticContext
Gets the URI of the default collation.
getDefaultCollection() - Method in interface oracle.xml.xquery.OXQDynamicContext
Gets the default collection that will be used when fn:collection is invoked with no arguments.
getDefaultElementTypeNamespace() - Method in interface javax.xml.xquery.XQStaticContext
Gets the URI of the default element/type namespace, the empty string if not set.
getDefaultErrorHandler() - Static method in class oracle.xml.xsql.XSQLUtil
 
getDefaultFunctionNamespace() - Method in interface javax.xml.xquery.XQStaticContext
Gets the URI of the default function namespace, the empty string if not set.
getDefaultOrderForEmptySequences() - Method in interface javax.xml.xquery.XQStaticContext
Gets the default order for empty sequences defined in the static context.
getDefaultResourceCollection() - Method in interface oracle.xml.xquery.OXQDynamicContext
Gets the default resource collection that will be used when fn:uri-collection is invoked with no arguments.
getDefaultVal() - Method in class oracle.xml.parser.schema.XSDAttribute
Get the value of 'default' attr in case of element, and the value of 'value' attr based on 'use' attribute
getDefaultVal() - Method in class oracle.xml.parser.schema.XSDElement
Get the value of 'default' attr in case of element, and the value of 'value' attr based on 'use' attribute
getDefaultValue() - Method in class oracle.xml.parser.v2.AttrDecl
Gets attribute default value
getDefaultValue() - Method in class oracle.xml.parser.v2.XMLElement
The default value specified in an attribute or an element declaration or null if unspecified.
getDefaultValue() - Method in class oracle.xml.parser.v2.XMLNode
The default value specified in an attribute or an element declaration or null if unspecified.
getDefaultValue() - Method in interface org.w3c.dom.validation.NodeEditVAL
The default value specified in an attribute or an element declaration or null if unspecified.
getDefinedElements(String) - Method in class oracle.xml.parser.v2.XMLDocument
Returns list of all element information item names of global declaration, belonging to the specified namespace.
getDefinedElements(String) - Method in interface org.w3c.dom.validation.DocumentEditVAL
Returns list of all element information item names of global declaration, belonging to the specified namespace.
getDiffPane1() - Method in class oracle.xml.differ.XMLDiff
Gets the text panel as JTextPane object which visually shows the diffs in the first XML file.
getDiffPane2() - Method in class oracle.xml.differ.XMLDiff
Gets the text panel as JTextPane object which visually shows the diffs in the second XML file or document
getDigit() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the digit property.
getDoctype() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
Returns the document type defn. of the doc.
getDoctype() - Method in class oracle.xml.async.DOMBuilder
Get the DTD
getDoctype() - Method in class oracle.xml.parser.v2.DOMParser
Get the DTD
getDoctype() - Method in class oracle.xml.parser.v2.XMLDocument
The Document Type Declaration (DTD) associated with this document.
getDoctype() - Method in interface oracle.xml.scalable.InfosetReader
Gets the DTD associated with the XML data.
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDoctypePublic() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the doctype-public parameter.
getDoctypeSystem() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the doctype-system parameter.
getDocument() - Method in class oracle.xdb.XMLType
Deprecated.
- use SQLXML sqlxml; DOMSource domSource = sqlxml.getSource(DOMSource.class); Document doc = (Document)domSource.getNode();
getDocument() - Method in class oracle.xml.async.DOMBuilder
Gets the document
getDocument() - Method in class oracle.xml.parser.v2.DocumentBuilder
Get the document being build
getDocument() - Method in class oracle.xml.parser.v2.DOMParser
Gets the document
getDocument() - Method in class oracle.xml.pipeline.controller.PipelineDoc
Get the encapsulated document object
getDocument1() - Method in class oracle.xml.differ.XMLDiff
Gets the document root as an XMLDocument object of the first XML tree
getDocument2() - Method in class oracle.xml.differ.XMLDiff
Gets the document root as an XMLDocument object of the second XML tree
getDocumentElement() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
Returns the root element of the document.
getDocumentElement() - Method in class oracle.xml.parser.v2.XMLDocument
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDocumentFragment() - Method in class oracle.xdb.XMLType
Deprecated.
- use SQLXML sqlxml; DOMSource domSource = sqlxml.getSource(DOMSource.class); Document doc = (Document)domSource.getNode();
getDocumentURI() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getDOM() - Method in class oracle.xdb.XMLType
Deprecated.
- use SQLXML sqlxml; DOMSource domSource = sqlxml.getSource(DOMSource.class); Document doc = (Document)domSource.getNode();
getDomConfig() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getDOMErrorOption() - Method in class oracle.xml.parser.v2.XMLError
Gets the flag for DOM Errors to be returned.
getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
Obtain an instance of a DOMImplementation object.
getDOMImplementation() - Method in class oracle.xml.jaxp.JXDocumentBuilder
The DOMImplementation object that handles this document.
getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDouble() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a double.
getDriver() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Get the value of the driver property
getDriver() - Method in class oracle.xml.xsql.XSQLNamedConnection
 
getDTD(BinXMLVocabId) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Fetches the DTD as a binary stream from the metadata repository based on the vocabulary id.
getDTD(String) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Fetches the DTD as a binary stream from the metadata repository based on the DTD URL.
getDTD(BinXMLVocabId) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Fetches the DTD as a binary stream from the metadata repository based on the vocabulary id.
getDTD(String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Fetches the DTD as a binary stream from the metadata repository based on the DTD URL.
getDTD() - Method in class oracle.xml.scalable.BinaryStream
Get DTD
getDTDHandler() - Method in interface oracle.xml.binxml.BinXMLEncoder
Returns the DTDHandler to be set in the user application
getDTDHandler() - Method in class oracle.xml.parser.v2.SAXParser
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - Method in interface org.xml.sax.XMLReader
Return the current DTD handler.
getDynamicContext() - Method in interface oracle.xml.xquery.OXQFunctionContext
Gets a read-only view of the dynamic context.
getDynamicContext(XQDynamicContext) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQDynamicContext object.
getElement(String, String) - Method in class oracle.xml.parser.schema.XMLSchema
Get Element schema component given local name, namespace
getElement(String) - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get Element schema component given local name
getElementById(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
get elements of the given ID with a pre-order traversal of the document tree.
getElementById(String) - Method in class oracle.xml.parser.v2.XMLDocument
Returns the Element whose ID is given by elementId.
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element whose ID is given by elementId.
getElementDeclaration() - Method in class oracle.xml.parser.schema.XSDValidator
Get the current element declaration
getElementDecls() - Method in class oracle.xml.parser.v2.DTD
A NamedNodeMap containing the element declarations in the DTD.
getElementsByTagName(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
get elements of the given tagname with a pre-order traversal of the document tree.
getElementsByTagName(String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getElementsByTagName(String) - Method in class oracle.xml.parser.v2.XMLDocument
Returns a NodeList of all the Elements with a given tag name in the order in which they would be encountered in a preorder traversal of the Document tree.
getElementsByTagName(String) - Method in class oracle.xml.parser.v2.XMLElement
Returns a NodeList of all descendant elements with a given tag name, in the order in which they would be encountered in a preorder traversal of the Element tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagNameNS(String, String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
get elements of the given tagname and ns URI with a pre-order traversal of the document tree.
getElementsByTagNameNS(String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getElementsByTagNameNS(String, String) - Method in class oracle.xml.parser.v2.XMLDocument
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
getElementSet() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get all the top level elements in the schema
getElementSet() - Method in class oracle.xml.parser.schema.XSDComplexType
Get all the local elements inside a complexType element If the complexType element extends another complexType element
getEncoder() - Method in interface oracle.xml.binxml.BinXMLStream
Factory method to get the BinXMLEncoder object associated with this binary stream.
getEncoding() - Method in class oracle.xml.parser.v2.XMLDeclPI
Retrieves the character encoding information.
getEncoding() - Method in class oracle.xml.parser.v2.XMLDocument
Retrieves the character encoding information.
getEncoding() - Method in class oracle.xml.scalable.BinaryStream
Get Encoding
getEncoding() - Method in interface oracle.xml.scalable.InfosetReader
Get the xml encoding declared on the xml declaration Returns null if none was declared
getEncoding() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the encoding parameter.
getEncoding() - Method in interface org.w3c.dom.ls.LSInput
The character encoding, if known.
getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
getEncoding() - Method in interface org.xml.sax.ext.Locator2
Returns the name of the character encoding for the entity.
getEncoding() - Method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the encoding property.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEndContainer() - Method in interface org.w3c.dom.ranges.Range
Node within which the Range ends
getEndOffset() - Method in interface org.w3c.dom.ranges.Range
Offset within the ending node of the Range.
getEnlistedCloseables() - Method in class oracle.xml.xquery.OXQEntity
Returns closeable resources associated with this entity.
getEntities() - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Returns the entity map of the document type node
getEntities() - Method in class oracle.xml.parser.v2.DTD
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntityLoader(int) - Method in interface oracle.xml.xquery.OXQConnection
Returns an OXQEntityLoader instance that controls the schema/module loading process.
getEntityResolver() - Method in class oracle.xml.parser.v2.XMLParser
Return the current entity resolver.
getEntityResolver() - Method in interface oracle.xml.xquery.OXQConnection
Gets the entity resolver.
getEntityResolver() - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the OXQEntityResolver instance to be used during query processing.
getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - Method in interface org.xml.sax.XMLReader
Return the current entity resolver.
getEnumeratedValues() - Method in class oracle.xml.parser.v2.XMLAttr
A DOMStringList, as described in [DOM Level 3 Core] , of distinct values for an attribute or an element declaration or null if unspecified.
getEnumeratedValues() - Method in class oracle.xml.parser.v2.XMLElement
A DOMStringList, as described in [DOM Level 3 Core] , of distinct values for an attribute or an element declaration or null if unspecified.
getEnumeratedValues() - Method in class oracle.xml.parser.v2.XMLNode
A DOMStringList, as described in [DOM Level 3 Core], of distinct values for an attribute or an element declaration or null if unspecified.
getEnumeratedValues() - Method in interface org.w3c.dom.validation.NodeEditVAL
A DOMStringList, as described in [DOM Level 3 Core] , of distinct values for an attribute or an element declaration or null if unspecified.
getEnumerationValues() - Method in class oracle.xml.parser.v2.AttrDecl
Gets attribute values
getEquivClassRef() - Method in class oracle.xml.parser.schema.XSDElement
Get the local name of the resolved equiv class
getError() - Method in class oracle.xml.parser.v2.XSLTContext
Get the XMLError instance for reporting errors
getError() - Method in class oracle.xml.schemavalidator.XSDValidator
gets the XMLError object for this object.
getErrorCode() - Method in exception javax.xml.bind.JAXBException
Get the vendor specific error code
getErrorCode() - Method in exception javax.xml.xquery.XQQueryException
Gets the code identifying the error according to the standard as described in Appendix F, XQuery 1.0: An XML Query language, Appendix C, XQuery 1.0 and XPath 2.0 Functions and Operators, and its associated specifications; imlementation-defined errors may also be raised; finally the error code may also be specified in the query using fn:error().
getErrorCode() - Method in exception oracle.xml.sql.OracleXMLSQLException
This function gets the SQL error code
getErrorCode() - Method in class oracle.xml.xsql.XSQLError
Returns the XSQL error code
getErrorDocument(String, boolean) - Method in class oracle.xml.pipeline.controller.Process
Get the error element as an XML Document tree
getErrorHandler() - Method in interface oracle.xml.binxml.BinXMLEncoder
Returns the default error handler to be used in the user application
getErrorHandler() - Method in class oracle.xml.comp.CXMLParser
Get the current error handler
getErrorHandler() - Method in class oracle.xml.parser.v2.XMLError
Return register error handler
getErrorHandler() - Method in class oracle.xml.parser.v2.XMLParser
Return the current error handler.
getErrorHandler() - Static method in class oracle.xml.xsql.XSQLUtil
 
getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - Method in interface org.xml.sax.XMLReader
Return the current error handler.
getErrorList() - Method in class oracle.xml.schemavalidator.DocErrorHandler
Gets the List of Error messages returned by the Validator.
getErrorListener() - Method in class javax.xml.transform.Transformer
Get the error event handler in effect for the transformation.
getErrorListener() - Method in class javax.xml.transform.TransformerFactory
Get the error event handler for the TransformerFactory.
getErrorListener() - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get the error event handler for the TransformerFactory.
getErrorListener() - Method in class oracle.xml.jaxp.JXTransformer
Get the error event handler in effect for the transformation.
getErrorObject() - Method in exception javax.xml.xquery.XQQueryException
Gets an XQSequence representing the error object passed to fn:error().
getErrorSource(String) - Method in class oracle.xml.pipeline.controller.Process
Retrieve the error element as Source
getErrorStream(String, OutputStream, boolean) - Method in class oracle.xml.pipeline.controller.Process
Write the error element to the outputstream provided.
getErrorStream(String, boolean) - Method in class oracle.xml.pipeline.controller.Process
Get the error element as an Input stream for reading error.
getErrorWriter() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns a PrintWriter to print out errors processing this request
getErrorWriter() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getErrorXML() - Method in class oracle.xml.xsql.XSQLError
Returns the XSQL error information formatted as a well-formed XML fragment.
getErrorXMLDocument() - Method in class oracle.xml.xsql.XSQLError
Returns the XSQL error information as a DOM Document
getEscapeUriAttributes() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the escape-uri-attributes parameter.
getEvent() - Method in class oracle.xdb.event.XDBEvent
Returns event type of the triggering event
getEventFlags() - Method in interface oracle.xml.scalable.InfosetReader
Get flags specific to the event
getEventHandler() - Method in interface javax.xml.bind.Marshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Validator
Return the current event handler or the default event handler if one hasn't been set.
getEventPhase() - Method in interface org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getEventType() - Method in interface oracle.xml.scalable.InfosetReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getException() - Method in error javax.xml.parsers.FactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - Method in exception javax.xml.transform.TransformerException
This method retrieves an exception that this exception wraps.
getException() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - Method in class oracle.xml.async.DOMBuilderErrorEvent
Gets the Exception
getException() - Method in class oracle.xml.async.XSLTransformerErrorEvent
Returns the exception that XSLTransformer encountered object unique id.
getException(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the exception (if exists) that occured in error at specified index
getException(int) - Method in class oracle.xml.util.XMLError
Get the exception (if exists) that occured in error at specified index
getException(int) - Method in exception oracle.xml.util.XMLException
Get the exception (if exists) that occured in error at specified index
getException() - Method in exception org.xml.sax.SAXException
Return the embedded exception, if any.
getExceptionType() - Method in exception oracle.xml.pipeline.controller.PipelineException
Get the type of the exception
getExcludedURIs() - Method in interface oracle.xml.xquery.OXQHttpResolverFactory
Retrieves the URIs that will be ignored by the entity resolver.
getExecutionMode() - Method in class oracle.xml.pipeline.controller.PipelineProcessor
Get the type of execution mode
getExpandedName() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
get the expanded name of the node
getExpandedName(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Get the expanded name for an attribute in the list (by position)
getExpandedName() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the fully resolved Name for this attribute
getExpandedName() - Method in class oracle.xml.parser.v2.XMLElement
Get the fully resolved name for this element.
getExpandedName() - Method in interface oracle.xml.util.NSName
Get the fully resolved name for this name, i.e., uri:ncname
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.NodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the iterator.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.TreeWalker
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getExpression(XQExpression) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQExpression object.
getExpressionCategory() - Method in interface oracle.xml.xquery.OXQPreparedExpression
Returns the expression category.
getExpressionStaticContext() - Method in interface oracle.xml.xquery.OXQPreparedExpression
Retrieves the static context of the expression's main module.
getExtension() - Method in class oracle.xml.xquery.OXQEntityLocator
Gets extended location information about the entity.
getFacetId() - Method in class oracle.xml.parser.schema.XSDConstrainingFacet
 
getFacets() - Method in class oracle.xml.parser.schema.XSDSimpleType
Get the facets
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - Method in class javax.xml.transform.TransformerFactory
Look up the value of a feature.
getFeature(String, String) - Method in class oracle.xdb.dom.XDBDomImplementation
Deprecated.
 
getFeature(String, String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
getFeature(String) - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
 
getFeature(String) - Method in class oracle.xml.jaxp.JXSAXParserFactory
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Look up the value of a feature.
getFeature(String) - Method in class oracle.xml.parser.v2.SAXParser
Look up the value of a feature.
getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature.
getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the state of a feature.
getFeature(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a feature.
getFields() - Method in class oracle.xml.parser.schema.XSDIdentity
Get the fields
getFilter() - Method in interface org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilter() - Method in interface org.w3c.dom.traversal.NodeIterator
The NodeFilter used to screen nodes.
getFilter() - Method in interface org.w3c.dom.traversal.TreeWalker
The filter used to screen nodes.
getFirst() - Method in class oracle.xdb.event.XDBHandlerList
Returns the first handler in the list.
getFirstAttribute() - Method in class oracle.xml.parser.v2.XMLElement
Retrieves the first Attr.
getFirstChild() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getFirstChild() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the first child of the node. must be overriden derived classes which support this
getFirstChild() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the first child of this node.
getFirstChild() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the first child of this node.
getFirstChild() - Method in class oracle.xml.parser.v2.XMLEntityReference
Gets the first child of this node.
getFirstChild() - Method in class oracle.xml.parser.v2.XMLNode
Gets the first child of this node.
getFirstChild() - Method in class oracle.xml.parser.v2.XMLNSNode
Gets the first child of this node.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFirstChildAsOffset() - Method in class oracle.xml.parser.v2.XMLNode
 
getFirstError() - Method in class oracle.xml.util.XMLError
 
getFixedVal() - Method in class oracle.xml.parser.schema.XSDAttribute
Get the value of 'fixed' attr in case of element, and the value of 'value' attr based on 'use' attribute
getFixedVal() - Method in class oracle.xml.parser.schema.XSDElement
Get the value of 'fixed' attr in case of element, and the value of 'value' attr based on 'use' attribute
getFloat() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a float.
getFunctionQName() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the QName of the function in which the error occurred, or null if it occurred outside an enclosing function (in a main module).
getFunctions() - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the definitions of all external functions declared in this context.
getGP(Connection) - Static method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getGroup() - Method in class oracle.xml.parser.schema.XSDComplexType
Get the attribute group or the child & attribute group
getGroupingSeparator() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the grouping-separator property.
getHandler() - Method in class javax.xml.transform.sax.SAXResult
Get the ContentHandler that is the Result.
getHandler() - Method in class oracle.xml.comp.CXMLHandlerBase
Get the next pipe-line node handler.
getHandler() - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Get the next pipe-line node handler.
getHandler() - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Get the next pipe-line node handler.
getHandlerList() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns an XDBHandlerList object that contains the list of handlers that will be executed after the current handler.
getHeader(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get header.
getHeaderNames() - Method in class oracle.xdb.servlet.XDBServletRequest
Get all header names.
getHeaders(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Get all headers
getHoldability() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the holdability property.
getHTMLVersion() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the html-version parameter.
getHttpServletRequest() - Method in class oracle.xml.xsql.XSQLServletPageRequest
Get the HttpServletRequest that initiated this XSQL Page Request.
getHttpServletResponse() - Method in class oracle.xml.xsql.XSQLServletPageRequest
Get the HttpServletResponse that is associated with this XSQL Page Request
getIcon(int) - Method in class oracle.xml.async.DOMBuilderBeanInfo
Gets an image object that can be used to represent DOMBuilder bean in toolbars, toolboxes, etc.
getIcon(int) - Method in class oracle.xml.async.XSLTransformerBeanInfo
Gets an image object that can be used to represent XSLTransformer bean in toolbars, toolboxes, etc.
getIcon(int) - Method in class oracle.xml.dbaccess.DBAccessBeanInfo
 
getIcon(int) - Method in class oracle.xml.differ.XMLDiffBeanInfo
 
getIcon(int) - Method in class oracle.xml.schemavalidator.XSDValidatorBeanInfo
 
getIcon(int) - Method in class oracle.xml.transviewer.DBAccessBeanInfo
Deprecated.
 
getIcon(int) - Method in class oracle.xml.xmlcomp.XMLCompressBeanInfo
 
getIcon(int) - Method in class oracle.xml.xmldbaccess.XMLDBAccessBeanInfo
 
getId() - Method in class oracle.xml.async.DOMBuilder
Returns the parser object id.
getID() - Method in class oracle.xml.async.DOMBuilderEvent
Returns unique id of the DOMBuilder object which can be used to identify which instance of the DOMBuilder generated this event in cases where multiple instances of DOMBuilder may be working in background.
getId() - Method in class oracle.xml.async.XSLTransformer
Returns the unique XSLTransformer id
getID() - Method in class oracle.xml.async.XSLTransformerEvent
Returns unique id of the XSLTransformer object which can be used to identify which instance of the XSLTransformer generated this event in cases where multiple instances of XSLTransformer may be working in background.
getIDElement(String) - Method in class oracle.xml.parser.v2.XMLDocument
Deprecated.
As of DOM 2
getIdentities() - Method in class oracle.xml.parser.schema.XSDElement
Returns the set of identities
getIDHashtable() - Method in class oracle.xml.parser.v2.XMLDocument
Get the ID element hashtable in the XML DOM Tree
getImplementation() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
Returns the dom implementation object.
getImplementation() - Method in class oracle.xml.parser.v2.XMLDocument
The DOMImplementation object that handles this document.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getImplicitTimeZone() - Method in interface javax.xml.xquery.XQDynamicContext
Gets the implicit timezone
getImportLocations(OXQEntityKind, String) - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the locations of a schema or module import.
getImportNamespaces(OXQEntityKind) - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the target namespaces of all schema or module imports currently declared.
getIncludeContentType() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the include-content-type parameter.
getIndex(String, String) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getInfinity() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the infinity property.
getInfosetReader() - Method in class oracle.xml.scalable.BinaryStream
Get InfosetReader from the BinaryStream
getInfosetWriter() - Method in class oracle.xml.comp.CXMLHandlerBase
Get the CXMLWriter
getInfosetWriter() - Method in class oracle.xml.scalable.BinaryStream
Get InfosetWriter from the BinaryStream
getInitParameter(String) - Method in class oracle.xdb.servlet.XDBServletConfig
Native method to get the init parameter.
getInitParameter(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get init parameter.
getInitParameterNames() - Method in class oracle.xdb.servlet.XDBServletConfig
Returns an enumeration of the param names.
getInitParameterNames() - Method in class oracle.xdb.servlet.XDBServletContext
Get all init parameter names.
getInParamValue(String) - Method in class oracle.xml.pipeline.controller.Process
Get an input param value based on its name
getInput(String) - Method in class oracle.xml.pipeline.controller.Process
Retrieve the Input object by name
getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
The input source that was parsed.
getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
The input source that is being parsed.
getInputEncoding() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getInputEncoding() - Method in class oracle.xdb.dom.XDBEntity
Deprecated.
 
getInputSource() - Method in class javax.xml.transform.sax.SAXSource
Get the SAX InputSource to be used for the Source.
getInputStream() - Method in class javax.xml.transform.stream.StreamSource
Get the byte stream that was set with setByteStream.
getInputStream() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Get an InputStream from the node, applications can read XML data from the stream
getInputStream() - Method in class oracle.xdb.servlet.XDBServletRequest
Get an input stream.
getInputStream() - Method in class oracle.xdb.XMLType
Deprecated.
- use SQLXML sqlxml; InputStream is = sqlxml.getBinaryStream()
getInputStream(int, int) - Method in class oracle.xdb.XMLType
Deprecated.
- use SQLXML sqlxml; InputStream is = sqlxml.getBinaryStream()
getInputStream() - Method in class oracle.xml.binxml.BinXMLSerializer
Get inputStream from serializer
getInt() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as an int.
getInterface() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the top-level interface used to initiate the operation that triggered the event.
getInternalSubset() - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Returns the internal subset.
getInternalSubset() - Method in class oracle.xml.parser.v2.DTD
Gets the internal subset of the DTD
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string.The actual content returned depends on how much information is available to the implementation.
getIntHeader(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get int header.
getItem() - Method in interface javax.xml.xquery.XQSequence
Get the current item as an immutable XQItem object.
getItem(boolean) - Method in interface oracle.xml.xquery.OXQSequence
Gets the current item as an XQItem object.
getItem(XQItem) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQItem object.
getItemAccessor(XQItemAccessor) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQItemAccessor object.
getItemAsInputStream(Properties) - Method in interface oracle.xml.xquery.OXQItemAccessor
Reads the current item as an InputStream object, as described in Section 12 Serialization, XQuery API for Java (XQJ) 1.0.
getItemAsStream() - Method in interface javax.xml.xquery.XQItemAccessor
Read the current item as an XMLStreamReader object, as described in Section 12.1 Serializing an XDM instance into a StAX event stream (XMLStreamReader), XQuery API for Java (XQJ) 1.0.
getItemAsString(Properties) - Method in interface javax.xml.xquery.XQItemAccessor
Serializes the current item according to the XSLT 2.0 and XQuery 1.0 serialization.
getItemKind() - Method in interface javax.xml.xquery.XQItemType
Returns the kind of the item.
getItemKind() - Method in interface oracle.xml.xquery.OXQItemAccessor
This is a convenience method that is equivalent to getItemType().getItemKind().
getItemOccurrence() - Method in interface javax.xml.xquery.XQItemType
Returns the occurrence indicator for the item type.
getItemOccurrence() - Method in interface javax.xml.xquery.XQSequenceType
Returns the occurrence indicator for the sequence type.
getItemSeparator() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the item-separator parameter.
getItemType() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the type of the item.
getItemType() - Method in interface javax.xml.xquery.XQSequenceType
Returns the type of the item in the sequence type.
getJavaEncoding(String) - Static method in class oracle.xml.util.XMLUtil
Get Java encoding from IANA encoding
getJDBCConnection() - Method in class oracle.xml.xsql.XSQLConnection
 
getJDBCConnection() - Method in interface oracle.xml.xsql.XSQLPageRequest
Gets the JDBC connection being used for this request (can be null)
getJDBCConnection() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Gets the JDBC connection being used for this request (can be null)
getLanguage() - Method in class oracle.xdb.event.XDBHandler
Returns the implementation language of the handler (JAVA or PL/SQL)
getLastChild() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getLastChild() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the last child of the node. must be overriden derived classes which support this
getLastChild() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the last child of this node.
getLastChild() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the last child of this node.
getLastChild() - Method in class oracle.xml.parser.v2.XMLEntityReference
Gets the last child of this node.
getLastChild() - Method in class oracle.xml.parser.v2.XMLNode
Gets the last child of this node.
getLastChild() - Method in class oracle.xml.parser.v2.XMLNSNode
Gets the last child of this node.
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastUsed() - Method in class oracle.xml.xsql.XSQLConnection
 
getLength() - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
gets the length of the char data
getLength() - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
getLength() - Method in class oracle.xdb.dom.XDBNodeList
Deprecated.
 
getLength() - Method in class oracle.xml.parser.schema.XSDDataValue
Gets the length of STRING/BINARY value return int length
getLength() - Method in class oracle.xml.parser.v2.SAXAttrList
Return the number of attributes in this list.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - Method in interface org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the number of attributes in this list.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLexicalEnumeration() - Method in class oracle.xml.parser.schema.XSDConstrainingFacet
 
getLexicalHandler() - Method in class javax.xml.transform.sax.SAXResult
Get a SAX2 LexicalHandler for the output.
getLexicalHandler() - Method in interface oracle.xml.binxml.BinXMLEncoder
Returns the LexcialHandler to be set in the user application.
getLexicalValue() - Method in class oracle.xml.parser.schema.XSDConstrainingFacet
 
getLexicalValue() - Method in class oracle.xml.parser.schema.XSDDataValue
Gets LEXICAL value from the XSDDataValue class return String value
getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the line number if available
getLineNumber() - Method in interface javax.xml.transform.SourceLocator
Return the line number where the current document event ends.
getLineNumber() - Method in exception javax.xml.xquery.XQQueryException
Gets the line number in the query string where the error occurred.
getLineNumber() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the line number in the query string containing the execution point represented by this stack trace element.
getLineNumber() - Method in class oracle.xml.parser.v2.XMLDocument
Get line number debug information
getLineNumber() - Method in class oracle.xml.parser.v2.XMLNode
Get line number debug information
getLineNumber(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the line number of error at specified index
getLineNumber(int) - Method in class oracle.xml.util.XMLError
Get the line number of error at specified index
getLineNumber(int) - Method in exception oracle.xml.util.XMLException
Get the line number of error at specified index
getLineNumber() - Method in interface org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in exception org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLink() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns an XDBLink object for the target resource.
getLinkedException() - Method in exception javax.xml.bind.JAXBException
Get the linked exception
getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the linked exception for this warning/error.
getLinkName() - Method in class oracle.xdb.event.XDBLink
Returns the name of this link.
getListTrees() - Method in class oracle.xml.parser.v2.XMLError
This method returns the list of stacks that was built with the nodes where the schema validation failed
getLoader() - Static method in class oracle.xml.transx.loader
Get an instance of TransX
getLocale() - Method in class oracle.xdb.servlet.XDBServletRequest
Get locale.
getLocale() - Method in class oracle.xdb.servlet.XDBServletResponse
Get locale.
getLocales() - Method in class oracle.xdb.servlet.XDBServletRequest
Get all locales.
getLocalName() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
get the local name of the node
getLocalName(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's local name by index.
getLocalName() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the Local Name of this node
getLocalName() - Method in class oracle.xml.parser.v2.XMLDocument
Gets the local Name for this element.
getLocalName() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets the local Name for this element.
getLocalName() - Method in class oracle.xml.parser.v2.XMLElement
Gets the Local Name of this node
getLocalName() - Method in class oracle.xml.parser.v2.XMLNode
Gets the Local Name of this node
getLocalName() - Method in interface oracle.xml.util.NSName
Get the local name for this name
getLocalName(String) - Static method in class oracle.xml.util.XMLUtil
extracts localName part from a qualified name
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getLocation() - Method in interface org.w3c.dom.DOMError
The location of the error.
getLocationAsString() - Method in exception javax.xml.transform.TransformerException
Get the location information as a string.
getLocator() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the locator for this warning/error.
getLocator() - Method in exception javax.xml.transform.TransformerException
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occured.
getLocator() - Method in class oracle.xml.parser.v2.DocumentBuilder
Get the locator reported by the Reader using setDocumentLocator
getLocator() - Method in class oracle.xml.scalable.BinaryNav
 
getLocator() - Method in class oracle.xml.util.XMLError
Return the registered locator
getLoginTimeout() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Gets the maximum time in seconds that this datasource can wait while attempting to connect to a database.
getLoginTimeout() - Method in interface javax.xml.xquery.XQDataSource
Gets the maximum time in seconds that this datasource can wait while attempting to connect to a database.
getLoginTimeout() - Method in class oracle.xml.xquery.OXQDataSource
Gets the maximum time in seconds that this datasource can wait while attempting to connect to a database.
getLoginTimeout() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Login timeout is not supported by this implementation.
getLogWriter() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Retrieves the log writer for this datasource object.
getLogWriter() - Method in interface javax.xml.xquery.XQDataSource
Retrieves the log writer for this XQDataSource object.
getLogWriter() - Method in class oracle.xml.xquery.OXQDataSource
Retrieves the log writer for this XQDataSource object.
getLogWriter() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Log writer is not supported by this implementation.
getLong() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a long.
getMajorVersion() - Method in class oracle.xdb.servlet.XDBServletContext
Get the major version.
getMaxExpressionLength() - Method in interface javax.xml.xquery.XQMetaData
Gets the maximum number of characters allowed in an expression in this data source.
getMaxOccurs() - Method in class oracle.xml.parser.schema.XSDAny
 
getMaxOccurs() - Method in class oracle.xml.parser.schema.XSDElement
Get the maxOccurs
getMaxOccurs() - Method in class oracle.xml.parser.schema.XSDGroup
Get the maxOccurs maximum occurrence for this content particle.
getMaxOccurs() - Method in interface oracle.xml.parser.schema.XSDParticleNode
 
getMaxUserNameLength() - Method in interface javax.xml.xquery.XQMetaData
Gets the maximum number of characters allowed in a user name.
getMediaType() - Method in class oracle.xml.xquery.OXQEntity
Returns the Media-Type of the entity
getMediaType() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the media-type parameter.
getMessage() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the text message for this warning/error.
getMessage() - Method in error javax.xml.parsers.FactoryConfigurationError
Return the message (if any) for this error .
getMessage() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
Return the message (if any) for this error .
getMessage() - Method in class oracle.xml.async.DOMBuilderErrorEvent
Returns the error message generated by the parser
getMessage() - Method in class oracle.xml.async.XSLTransformerErrorEvent
Returns the error message that describes the error that XSLTransformer encountered
getMessage() - Method in exception oracle.xml.parser.schema.XSDException
Overrride getMessage, in order to construct error message from error id, and error params
getMessage(XMLError) - Method in exception oracle.xml.parser.schema.XSDException
Get localized message based on the XMLError sent as parameter
getMessage(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the error message at specified index
getMessage(int) - Method in class oracle.xml.util.XMLError
Get the error message at specified index
getMessage(int, String[]) - Method in class oracle.xml.util.XMLError
Get error message with more than 5 arguments
getMessage(int) - Method in exception oracle.xml.util.XMLException
Get the error message at specified index
getMessage() - Method in class oracle.xml.xsql.XSQLError
Returns the text of the XSQL error that has occurred.
getMessage() - Method in interface org.w3c.dom.DOMError
An implementation specific string describing the error that occured.
getMessage() - Method in exception org.xml.sax.SAXException
Return a detail message for this exception.
getMessage0(int) - Method in class oracle.xml.util.XMLError
Get error message with no arguments
getMessage1(int, String) - Method in class oracle.xml.util.XMLError
Get error message with 1 arguments
getMessage2(int, String, String) - Method in class oracle.xml.util.XMLError
Get error message with 2 arguments
getMessage3(int, String, String, String) - Method in class oracle.xml.util.XMLError
Get error message with 3 arguments
getMessage4(int, String, String, String, String) - Method in class oracle.xml.util.XMLError
Get error message with 4 arguments
getMessage5(int, String, String, String, String, String) - Method in class oracle.xml.util.XMLError
Get error message with 5 arguments
getMessageAndLocation() - Method in exception javax.xml.transform.TransformerException
Get the error message with location information appended.
getMessageId(int) - Method in class oracle.xml.util.XMLError
Get the ID of the error message at specified index
getMessageType(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the type of the error message at specified index
getMessageType(int) - Method in class oracle.xml.util.XMLError
Get the type of the error message at specified index
getMessageType(int) - Method in exception oracle.xml.util.XMLException
Get the type of the error message at specified index
getMetaData() - Method in interface javax.xml.xquery.XQConnection
Gets the metadata for this connection.
getMetaData() - Method in interface oracle.xml.xquery.OXQFunctionContext
Gets the metadata for the function being evaluated.
getMethod() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get method.
getMethod() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the method parameter.
getMimeType(String) - Method in class oracle.xdb.servlet.XDBServletContext
Native method to get the mime type.
getMinOccurs() - Method in class oracle.xml.parser.schema.XSDAny
 
getMinOccurs() - Method in class oracle.xml.parser.schema.XSDElement
Get the minOccurs
getMinOccurs() - Method in class oracle.xml.parser.schema.XSDGroup
Get the minOccurs min occurrence for this content particle.
getMinOccurs() - Method in interface oracle.xml.parser.schema.XSDParticleNode
 
getMinorVersion() - Method in class oracle.xdb.servlet.XDBServletContext
Get the minor version.
getMinusSign() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the minus-sign property.
getModuleLocationURI() - Method in interface oracle.xml.xquery.OXQStackTraceElement
Gets the location of the current module, or null if not available.
getModuleStaticContext() - Method in interface oracle.xml.xquery.OXQConnection
Gets an XQStaticContext instance representing the default values for all properties of library modules loaded by this connection.
getModuleURI() - Method in exception javax.xml.xquery.XQQueryException
Gets the module URI of the module in which the error occurred.
getModuleURI() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the module URI containing the execution point represented by this stack trace element.
getModuleURI() - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the module URI, if set in the static context, else the empty string.
getMsg(String) - Static method in class oracle.xdb.XDBError
Gets the error message for the specified error message.
getName() - Method in class oracle.xdb.dom.XDBAttribute
Deprecated.
Returns the name of the attribute.
getName() - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Returns the name map of the document type node
getName() - Method in class oracle.xdb.event.XDBPath
Returns the string representation of the path.
getName() - Method in class oracle.xdb.servlet.XDBPrincipal
Return the user name.
getName() - Method in class oracle.xml.parser.schema.XSDAny
 
getName() - Method in class oracle.xml.parser.schema.XSDAttrGroup
Get the name of the node
getName() - Method in class oracle.xml.parser.schema.XSDAttribute
Get the name of the node
getName() - Method in class oracle.xml.parser.schema.XSDConstrainingFacet
 
getName() - Method in class oracle.xml.parser.schema.XSDElement
Get the name of the node
getName() - Method in class oracle.xml.parser.schema.XSDNode
Get the name of the node
getName() - Method in class oracle.xml.parser.v2.DTD
Gets the name of the DTD; i.e., the name immediately following the DOCTYPE keyword.
getName(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Deprecated.
as of SAX2 - Replaced by getLocalName(int i)
getName() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the attribute name.
getName() - Method in interface oracle.xml.xquery.OXQAnnotation
Returns the name of the annotation.
getName() - Method in interface oracle.xml.xquery.OXQFunctionMetaData
Gets the function name.
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName(int) - Method in interface org.w3c.dom.NameList
Returns the indexth name item in the collection.
getName(int) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the name of an attribute in this list (by position).
getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the name of an attribute (by position).
getNamedConnection(String, XSQLPageRequest) - Static method in class oracle.xml.xsql.XSQLNamedConnectionManager
 
getNamedDispatcher(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get named dispatcher.
getNamedItem(String) - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNameSize() - Method in class oracle.xml.dbaccess.DBAccess
Returns the size of the field where the filename is kept.
getNameSize() - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Returns the size of the field where the filename is kept.
getNamespace() - Method in class oracle.xdb.XMLType
Deprecated. 
getNamespace(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Deprecated.
as of SAX2 - Replaced by getURI(int i)
getNamespace() - Method in class oracle.xml.scalable.BinaryNav
 
getNamespace() - Method in interface oracle.xml.util.NSName
Get the resolved Namespace for this name
getNamespace() - Method in class oracle.xml.xquery.OXQEntityLocator
Gets the namespace of the entity.
getNamespaceAsURI() - Method in class oracle.xml.xquery.OXQEntityLocator
Retrieves the namespace of the entity as an instance of java.net.URI.
getNamespaceConstraint() - Method in class oracle.xml.parser.schema.XSDAny
Deprecated. 
getNamespacePrefixes() - Method in interface javax.xml.xquery.XQStaticContext
Returns the prefixes of all the statically known namespaces.
getNamespaceURI(String) - Method in interface javax.xml.xquery.XQStaticContext
Retrieves the namespace URI associated with a prefix.
getNamespaceURI() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
getNamespaceURI() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the namespace URI of this node.
getNamespaceURI() - Method in class oracle.xml.parser.v2.XMLDocument
 
getNamespaceURI() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets the name space URI of this element
getNamespaceURI() - Method in class oracle.xml.parser.v2.XMLElement
Gets the namespace URI of this node.
getNamespaceURI() - Method in class oracle.xml.parser.v2.XMLNode
Gets the namespace URI of this node.
getNamespaceURI(String) - Method in interface oracle.xml.scalable.InfosetReader
Get Namespace URI bound to a prefix in the current scope.
getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified.
getNan() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the NaN property.
getNavigator() - Method in class oracle.xml.scalable.BinaryIndex
Create navigator from the index
getNew() - Method in class oracle.xml.diff.AppendDiffOp
 
getNew() - Method in class oracle.xml.diff.DeleteDiffOp
 
getNew() - Method in class oracle.xml.diff.DiffOp
Returns the node to be inserted or appended, for an insert or append DiffOp.
getNew() - Method in class oracle.xml.diff.InsertDiffOp
 
getNewDocument() - Method in interface org.w3c.dom.ls.LSLoadEvent
The document that finished loading.
getNewLine() - Method in interface org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getNext() - Method in class oracle.xdb.event.XDBHandlerList
Returns the next handler in the list.
getNextAttribute() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the next attribute if any
getNextException() - Method in exception javax.xml.xquery.XQException
Returns the next XQException in the chain or null if none.
getNextSibling() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getNextSibling() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the next sibling of the node. must be overriden derived classes which support this
getNextSibling() - Method in class oracle.xml.parser.v2.XMLAttr
Gets The node immediately following this node.
getNextSibling() - Method in class oracle.xml.parser.v2.XMLDocument
Gets The node immediately following this node.
getNextSibling() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets The node immediately following this node.
getNextSibling() - Method in class oracle.xml.parser.v2.XMLEntity
Gets The node immediately following this node.
getNextSibling() - Method in class oracle.xml.parser.v2.XMLNode
Gets The node immediately following this node.
getNextSibling() - Method in class oracle.xml.parser.v2.XMLNotation
Gets The node immediately following this node.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNextSiblingAsOffset() - Method in class oracle.xml.parser.v2.XMLNode
 
getNextSiblingByName() - Method in class oracle.xml.parser.v2.XMLElement
 
getNode() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the DOM Node if available
getNode() - Method in class javax.xml.transform.dom.DOMResult
Get the node that will contain the result DOM tree.
getNode() - Method in class javax.xml.transform.dom.DOMSource
Get the node that represents a Source DOM tree.
getNode() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the item as a DOM node.
getNodeIndex() - Method in interface oracle.xml.scalable.BinaryIterator
 
getNodeName() - Method in interface javax.xml.xquery.XQItemType
Returns the name of the node in case the item kind is an XQITEMKIND_DOCUMENT_ELEMENT, XQITEMKIND_DOCUMENT_SCHEMA_ELEMENT, XQITEMKIND_ELEMENT, XQITEMKIND_SCHEMA_ELEMENT, XQITEMKIND_ATTRIBUTE, or XQITEMKIND_SCHEMA_ATTRIBUTE.
getNodeName() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
get the name of the node
getNodeName() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
get the name of the node; sub classes need to override this method.
getNodeName() - Method in class oracle.xml.parser.v2.AttrDecl
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.DTD
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.ElementDecl
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.XMLCDATA
Gets a name of the node
getNodeName() - Method in class oracle.xml.parser.v2.XMLComment
Gets a name of the node
getNodeName() - Method in class oracle.xml.parser.v2.XMLDocument
Gets a name of the node
getNodeName() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets a name of the node
getNodeName() - Method in class oracle.xml.parser.v2.XMLElement
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.XMLEntityReference
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.XMLNode
Gets the name of this node
getNodeName() - Method in class oracle.xml.parser.v2.XMLNotation
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.XMLPI
Gets the name of this node, depending on its type
getNodeName() - Method in class oracle.xml.parser.v2.XMLText
Gets the name of the XMLText
getNodeName() - Method in interface oracle.xml.scalable.BinaryIterator
 
getNodeName() - Method in interface oracle.xml.xquery.OXQItemAccessor
Returns the node name for this item, if the item is an element or an attribute node.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the type of the node.
getNodeType() - Method in class oracle.xml.parser.schema.XSDIdentity
Get the node Type
getNodeType() - Method in class oracle.xml.parser.schema.XSDNode
Get the type of XSDNode.
getNodeType() - Method in class oracle.xml.parser.v2.AttrDecl
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.DTD
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.ElementDecl
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLAttr
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLCDATA
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLComment
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLDocument
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLElement
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLEntity
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLEntityReference
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLNode
Gets the type of the node
getNodeType() - Method in class oracle.xml.parser.v2.XMLNotation
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLPI
Gets a code representing the type of the underlying object
getNodeType() - Method in class oracle.xml.parser.v2.XMLText
Gets a code representing the type of the underlying object
getNodeType() - Method in interface oracle.xml.scalable.BinaryIterator
 
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeUri() - Method in interface javax.xml.xquery.XQItemAccessor
Returns the URI for this item.
getNodeValue() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
get the value of the node; sub classes which need to return valid values should override this method.
getNodeValue() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the value of this node, depending on its type
getNodeValue() - Method in class oracle.xml.parser.v2.XMLDeclPI
Gets the value of this node
getNodeValue() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the value of this node, depending on its type
getNodeValue() - Method in class oracle.xml.parser.v2.XMLNode
Gets the value of this node, depending on its type
getNodeValue() - Method in class oracle.xml.parser.v2.XMLText
 
getNodeValue() - Method in interface oracle.xml.scalable.BinaryIterator
 
getNodeValue() - Method in class oracle.xml.scalable.BinaryNav
Get the string value for the current element
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNodeValueAsBinaryStream() - Method in class oracle.xml.parser.v2.XMLNode
 
getNodeValueAsBinaryStream(OutputStream) - Method in class oracle.xml.parser.v2.XMLNode
 
getNodeValueAsCharacterStream() - Method in class oracle.xml.parser.v2.XMLNode
 
getNodeValueAsCharacterStream(Writer) - Method in class oracle.xml.parser.v2.XMLNode
 
getNodeVector() - Method in class oracle.xml.parser.schema.XSDAttrGroup
Get the particles of the group stored in nodeVector
getNodeVector() - Method in class oracle.xml.parser.schema.XSDGroup
Get the particles of the group stored in nodeVector
getNormalizationForm() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the normalization-form parameter.
getNotationName() - Method in class oracle.xdb.dom.XDBEntity
Deprecated.
Returns the notation name of the entity node
getNotationName() - Method in class oracle.xml.parser.v2.XMLEntity
For unparsed entities, gets the name of the notation for the entity.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Returns the notation map of the document type node
getNotations() - Method in class oracle.xml.parser.v2.DTD
A NamedNodeMap containing the notations declared in the DTD.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNumContentHandlers() - Method in class oracle.xml.parser.v2.XMLMultiHandler
Return the number of ContentHandlers
getNumErrors() - Method in class oracle.xml.schemavalidator.DocErrorHandler
Gets the List of Error messages returned by the Validator.
getNumExceptions() - Method in class oracle.xml.util.XMLError
Return the total number of fatal errors found during parsing
getNumFatalMessages() - Method in class oracle.xml.util.XMLError
Return the total number of fatal errors found during parsing
getNumMessages() - Method in exception oracle.xml.parser.v2.XMLParseException
Return the total number of errors/warnings found during parsing
getNumMessages() - Method in class oracle.xml.util.XMLError
Return the total number of errors/warnings found during parsing
getNumMessages() - Method in exception oracle.xml.util.XMLException
Return the total number of errors/warnings found during parsing
getNumRowsProcessed() - Method in class oracle.xml.sql.query.OracleXMLQuery
Returns the number of rows processed.
getObject() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the object in the Java content tree if available
getObject() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as an Object.
getObject() - Method in class oracle.xml.parser.schema.XSDBuilder
Returns the schema object.
getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
Return the byte offset if available
getOffset() - Method in interface oracle.xml.scalable.InfosetReader
Returns an opaque object representing the current position/offset in the reader.
getOldResource() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the original XDBResource object before the operation was executed.
getOpName() - Method in class oracle.xml.diff.AppendDiffOp
 
getOpName() - Method in class oracle.xml.diff.DeleteDiffOp
 
getOpName() - Method in class oracle.xml.diff.DiffOp
Returns the name of the diff operation, one of: append-node, insert-before-node, or delete-node.
getOpName() - Method in class oracle.xml.diff.InsertDiffOp
 
getOptionNames() - Method in interface oracle.xml.xquery.OXQOptions
Returns the names of the option declarations.
getOptions() - Method in interface oracle.xml.xquery.OXQFunctionMetaData
The XQuery option declarations preceding the XQuery function declaration.
getOptionValue(QName) - Method in interface oracle.xml.xquery.OXQOptions
Returns the content of the specified option declaration.
getOrder() - Method in class oracle.xml.parser.schema.XSDGroup
Get the composite type - ALL, SEQUENCE, CHOICE
getOrderingMode() - Method in interface javax.xml.xquery.XQStaticContext
Gets the ordering mode defined in the static context.
getOriginatingNode() - Method in interface javax.xml.transform.dom.DOMLocator
Return the node where the event occurred.
getOutParamValue(String) - Method in class oracle.xml.pipeline.controller.Process
Get the output param value based on its name
getOutput(String) - Method in class oracle.xml.pipeline.controller.Process
Retrieve a particular output by name
getOutputEncoding() - Method in class oracle.xml.parser.v2.XSLStylesheet
Get the value of the encoding specified in xsl:output
getOutputMediaType() - Method in class oracle.xml.parser.v2.XSLStylesheet
Get the value of the media-type specified in xsl:output
getOutputProperties() - Method in interface javax.xml.transform.Templates
Get the static properties for xsl:output.
getOutputProperties() - Method in class javax.xml.transform.Transformer
Get a copy of the output properties for the transformation.
getOutputProperties() - Method in class oracle.xml.jaxp.JXTransformer
Get a copy of the output properties for the transformation.
getOutputProperties() - Method in class oracle.xml.parser.v2.XSLStylesheet
Gets the output properties of the stylesheet
getOutputProperty(String) - Method in class javax.xml.transform.Transformer
Get an output property that is in effect for the transformation.
getOutputProperty(String) - Method in class oracle.xml.jaxp.JXTransformer
Get an output property that is in effect for the transformation.
getOutputStream() - Method in class javax.xml.transform.stream.StreamResult
Get the byte stream that was set with setOutputStream.
getOutputStream() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the output stream where the handler can write the rendered data.
getOutputStream() - Method in class oracle.xdb.servlet.XDBServletResponse
Get output stream.
getOutputStream(String) - Method in class oracle.xml.pipeline.controller.Process
Get the output stream for printing to a specific output
getOutputStream() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns an OutputStream used for writing out the results of a page request
getOutputStream() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getOutputStyle() - Method in class oracle.xml.parser.v2.XMLOutputStream
Gets the Current output style
getOutputURIResolver() - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get the object that is used by default during the transformation to resolve URIs used in xsl:result-document
getOutputURIResolver() - Method in class oracle.xml.jaxp.JXTransformer
 
getOutputWriter(String) - Method in class oracle.xml.pipeline.controller.Process
Get the output writer for writing to a specific output
getOwnerDocument() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
the owner document for this node
getOwnerDocument() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the owner document of the node.
getOwnerDocument() - Method in class oracle.xml.parser.v2.DTD
Gets the Document object associated with this node.
getOwnerDocument() - Method in class oracle.xml.parser.v2.XMLDocument
The Document object associated with this node.
getOwnerDocument() - Method in class oracle.xml.parser.v2.XMLNode
Gets the Document object associated with this node.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in class oracle.xdb.dom.XDBAttribute
Deprecated.
gets the owner element of the attribute; null if the attribute has not been attached to any element
getOwnerElement() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the element which owns this attribute
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerSchema() - Method in class oracle.xml.parser.schema.XSDNode
 
getOXQView(Class<T>) - Method in interface oracle.xml.xquery.OXQView.OXQViewAccessor
Provides the OXQJ view of an object.
getPageEncoding() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns encoding of source XSQL Page associated with this request
getPageEncoding() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Returns encoding of source XSQL Page associated with this request
getPageManager() - Method in interface oracle.xml.xquery.OXQDynamicContext
Gets the PageManager.
getPageProcessorVersion() - Static method in class oracle.xml.xsql.XSQLRequest
Return the version number of the XSQL Page Processor
getParam(String, String) - Method in class oracle.xml.parser.v2.XSLProcessor
Gets the value of a top-level stylesheet parameter.
getParam(String) - Method in class oracle.xml.parser.v2.XSLProcessor
Deprecated.
- use getParam(String, String);
getParameter(String) - Method in class javax.xml.transform.Transformer
Get a parameter that was explicitly set with setParameter or setParameters.
getParameter(String) - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the value of a request or session-specific parameter.
getParameter(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get parameter
getParameter(String) - Method in class oracle.xml.jaxp.JXTransformer
Get a parameter that was explicitly set with setParameter or setParameters.
getParameter(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns the value of the requested parameter
getParameter(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getParameter(String) - Method in class oracle.xml.xsql.XSQLServletPageRequest
Use HTTP Parameters as the source of parameters instead
getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameterNames() - Method in class oracle.xdb.servlet.XDBServletRequest
Get all parameter names.
getParameterNames() - Method in interface org.w3c.dom.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParameterTypes() - Method in interface oracle.xml.xquery.OXQFunctionMetaData
Gets the types of the function parameters.
getParameterValues(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get parameter values.
getParameterValues(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns an array of values for the requested parameter
getParameterValues(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getParameterValues(String) - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
getParent() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the XDBResource object corresponding to a parent folder of the target resource.
getParent() - Method in class oracle.xml.diff.AppendDiffOp
 
getParent() - Method in class oracle.xml.diff.DeleteDiffOp
 
getParent() - Method in class oracle.xml.diff.DiffOp
Returns the parent node, for an append DiffOp.
getParent() - Method in class oracle.xml.diff.InsertDiffOp
 
getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParent() - Method in interface org.xml.sax.XMLFilter
Get the parent reader.
getParentDeclaration() - Method in class oracle.xml.parser.schema.XSDValidator
Get the parent element declaration
getParentException() - Method in exception oracle.xml.sql.OracleXMLSQLException
Returns the original exception it if exists; otherwise, returns null.
getParentName() - Method in class oracle.xdb.event.XDBLink
Returns the name of the parent of this link.
getParentNode() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the parent of the node.
getParentNode() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the parent of this node.
getParentNode() - Method in class oracle.xml.parser.v2.XMLDocument
Gets the parent of this node.
getParentNode() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets the parent of this node
getParentNode() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the parent of this node.
getParentNode() - Method in class oracle.xml.parser.v2.XMLNode
Gets the parent of this node.
getParentNode() - Method in class oracle.xml.parser.v2.XMLNotation
Gets the parent of this node.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParentOID() - Method in class oracle.xdb.event.XDBLink
Returns the OID of the parent of this link.
getParentPath(int) - Method in class oracle.xdb.event.XDBPath
Returns the path of the parent.
getParentXPath() - Method in class oracle.xml.diff.AppendDiffOp
 
getParentXPath() - Method in class oracle.xml.diff.DeleteDiffOp
 
getParentXPath() - Method in class oracle.xml.diff.DiffOp
Returns the parent node XPath, for an append DiffOp.
getParentXPath() - Method in class oracle.xml.diff.InsertDiffOp
 
getParser() - Method in class javax.xml.parsers.SAXParser
Returns the SAX parser that is encapsultated by the implementation of this class.
getParser() - Method in class oracle.xml.jaxp.JXSAXParser
Deprecated.
Use getXMLReader()
getParseTree() - Method in class oracle.xml.parser.v2.ElementDecl
Returns the root node of Content Model Parse Tree.
getPassword() - Method in class oracle.xml.xsql.XSQLNamedConnection
 
getPath() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the XDBPath object that represents the path of the resource for which the event was fired .
getPathInfo() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get path info.
getPathTranslated() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get path translated.
getPatternSeparator() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the pattern-separator property.
getPercent() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the percent property.
getPerMille() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the per-mille property.
getPIName() - Method in interface javax.xml.xquery.XQItemType
Returns the name of the processing instruction type.
getPooledConnection() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Attempts to establish a physical connection to an XML datasource that can be used as a pooled connection.
getPooledConnection(String, String) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Attempts to establish a physical connection to an XML datasource using the supplied username and password, that can be used as a pooled connection.
getPosition() - Method in exception javax.xml.xquery.XQQueryException
Gets the character position in the query string where this exception occurred.
getPosition() - Method in interface javax.xml.xquery.XQSequence
Gets the current cursor position.
getPosition() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the character position in the query string containing the execution point represented by this stack trace element.
getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPostedDocument() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns the content of Posted XML for this request as an XML Document
getPostedDocument() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getPostedDocument() - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
getPrecision() - Method in class oracle.xml.parser.schema.XSDDataValue
Gets the precision of decimal value return int precision
getPrefix() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
getPrefix(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Get the namespace prefix for an attribute in the list (by position)
getPrefix() - Method in class oracle.xml.parser.v2.XMLAttr
Get the namespace prefix for this element.
getPrefix() - Method in class oracle.xml.parser.v2.XMLElement
Get the namespace prefix for this element.
getPrefix() - Method in class oracle.xml.parser.v2.XMLNode
Get the namespace prefix for this element.
getPrefix(String) - Method in interface oracle.xml.scalable.InfosetReader
Get prefix bound to Namespace URI in the current scope.
getPrefix() - Method in interface oracle.xml.util.NSName
Get the prefix for this name
getPrefix(String) - Static method in class oracle.xml.util.XMLUtil
extracts prefix part from a qualified name
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared.
getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared for a URI.
getPrefixToNamespace() - Method in class oracle.xml.diff.DiffOp
 
getPreparedExpression(XQPreparedExpression) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQPreparedExpression object.
getPrevAttribute() - Method in class oracle.xml.parser.v2.XMLAttr
Deprecated. 
getPreviousSibling() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getPreviousSibling() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns the previous sibling of the node. must be overriden derived classes which support this
getPreviousSibling() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the node immediately preceding this node.
getPreviousSibling() - Method in class oracle.xml.parser.v2.XMLDocument
Gets the node immediately preceding this node.
getPreviousSibling() - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Gets the node immediately preceding this node.
getPreviousSibling() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the node immediately preceding this node.
getPreviousSibling() - Method in class oracle.xml.parser.v2.XMLNode
Gets the node immediately preceding this node.
getPreviousSibling() - Method in class oracle.xml.parser.v2.XMLNotation
Gets the node immediately preceding this node.
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getPrimitiveType() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
get the primitive type of a node
getPrimitiveType(int) - Static method in class oracle.xml.parser.schema.XSDSimpleType
Get primitive type
getPrimitiveTypeId() - Method in class oracle.xml.parser.v2.XMLNode
Get Schema primitive type id
getPrimitiveTypeId() - Method in interface oracle.xml.scalable.InfosetReader
Get the primitive type of the element This is valid at START_ELEMENT
getProcessId() - Method in exception oracle.xml.pipeline.controller.PipelineException
Get the Pipeline Process id where the exception is occuring
getProcessingMode() - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the processing mode.
getProductMajorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the major version of this product.
getProductMinorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the minor version of this product.
getProductName() - Method in interface javax.xml.xquery.XQMetaData
Gets the name of this product.
getProductVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the full version of this product.
getProperty(String) - Method in interface javax.xml.bind.Marshaller
Get the particular property in the underlying implementation of Marshaller.
getProperty(String) - Method in class javax.xml.parsers.SAXParser
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getProperty(String) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Returns the current value of the named property if set, else null.
getProperty(String) - Method in interface javax.xml.xquery.XQDataSource
Returns the current value of the named property if set, else null.
getProperty(String) - Method in class oracle.xml.comp.CXMLHandlerBase
Look up the value of a property.
getProperty(String) - Method in class oracle.xml.jaxp.JXSAXParser
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getProperty(String) - Method in class oracle.xml.parser.v2.SAXParser
Look up the value of a property.
getProperty(String) - Method in class oracle.xml.parser.v2.XMLNode
Get a property of the node
getProperty(String) - Method in class oracle.xml.xquery.OXQDataSource
Returns the current value of the named property if set, else null.
getProperty(int) - Method in class oracle.xml.xquery.OXQEntity
Returns the property value for the given property key.
getProperty(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Gets the value of a supported property returned by OXQDDataSource.getSupportedPropertyNames().
getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getProperty(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a property.
getPropertyDescriptors() - Method in class oracle.xml.async.DOMBuilderBeanInfo
Gets the DOMBuilder bean's PropertyDescriptors
getPropertyDescriptors() - Method in class oracle.xml.async.XSLTransformerBeanInfo
Gets the XSLTransformer bean's PropertyDescriptors
getPropertyDescriptors() - Method in class oracle.xml.dbaccess.DBAccessBeanInfo
 
getPropertyDescriptors() - Method in class oracle.xml.differ.XMLDiffBeanInfo
 
getPropertyDescriptors() - Method in class oracle.xml.schemavalidator.XSDValidatorBeanInfo
 
getPropertyDescriptors() - Method in class oracle.xml.transviewer.DBAccessBeanInfo
Deprecated.
 
getPropertyDescriptors() - Method in class oracle.xml.xmlcomp.XMLCompressBeanInfo
 
getPropertyDescriptors() - Method in class oracle.xml.xmldbaccess.XMLDBAccessBeanInfo
 
getProtocol() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get protocol.
getPublicId() - Method in interface javax.xml.transform.SourceLocator
Return the public identifier for the current document event.
getPublicId() - Method in class javax.xml.transform.stream.StreamSource
Get the public identifier that was set with setPublicId.
getPublicId() - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Returns the public id of the document type node
getPublicId() - Method in class oracle.xdb.dom.XDBEntity
Deprecated.
Returns the public id of the entity node
getPublicId() - Method in class oracle.xdb.dom.XDBNotation
Deprecated.
Returns the public id of the notation node
getPublicId() - Method in class oracle.xml.parser.v2.DTD
Gets The public identifier associated with the DTD, if specified.
getPublicId() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the public identifier associated with the entity, if specified.
getPublicId() - Method in class oracle.xml.parser.v2.XMLNotation
Gets the Public identifer; if not specified, then null
getPublicId(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the public ID of input when error at specified index occured
getPublicId(int) - Method in class oracle.xml.util.XMLError
Get the public ID of input when error at specified index occured
getPublicId(int) - Method in exception oracle.xml.util.XMLException
Get the public ID of input when error at specified index occured
getPublicId() - Method in class oracle.xml.xquery.OXQEntityLocator
Gets the public identifier of the entity.
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
getPublicId() - Method in interface org.w3c.dom.ls.LSInput
The public identifier for this input source.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in exception org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicIdAsURI() - Method in class oracle.xml.xquery.OXQEntityLocator
Retrieves the public identifier of the entity as an instance of java.net.URI.
getQName() - Method in class javax.xml.xquery.XQStackTraceVariable
Gets the QName of the variable.
getQName(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's XML 1.0 qualified name by index.
getQName() - Method in class oracle.xml.scalable.BinaryNav
 
getQName() - Method in interface oracle.xml.scalable.InfosetReader
Get the name of the current event type This is valid at START_ELEMENT, END_ELEMENT, PROCESSING_INSTRUCTION, START_ENTITY, ENTITY_REFERENCE, END_ENTITY events
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQualifiedName() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
get the qualified name of the node
getQualifiedName(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Deprecated.
as of SAX2 - Replaced by getQName(int i)
getQualifiedName() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the qualified name for this attribute
getQualifiedName() - Method in class oracle.xml.parser.v2.XMLElement
Deprecated.
- Use getNodeName
getQualifiedName() - Method in interface oracle.xml.util.NSName
Get the qualified name, i.e., prefix:ncname
getQueryLanguageTypeAndVersion() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the language type and version property.
getQueryStackTrace() - Method in exception javax.xml.xquery.XQQueryException
Returns the query stack stackTrace when the exception occurred, or null if none.
getQueryString() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get query string.
getQueryTimeout() - Method in interface javax.xml.xquery.XQStaticContext
Retrieves the number of seconds an implementation will wait for a query to execute.
getRawLocalName(String) - Static method in class oracle.xml.util.XMLUtil
extracts localName part from a qualified name without intern()
getRawPrefix(String) - Static method in class oracle.xml.util.XMLUtil
extracts prefix part from a qualified name without intern()
getReader() - Method in class javax.xml.transform.stream.StreamSource
Get the character stream that was set with setReader.
getReader() - Method in class oracle.xdb.servlet.XDBServletRequest
Get a buffered reader over the request stream.
getReader() - Method in interface oracle.xml.binxml.BinXMLDecoder
Returns object for reading the decoded XML in pull style
getReader() - Method in class oracle.xml.binxml.BinXMLSerializer
Get reader from serializer
getReader() - Method in class oracle.xml.scalable.BinaryNav
Get the inforset reader used in accesing binary data
getRealPath(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get real path.
getRealPath(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Deprecated. 
getRefer() - Method in class oracle.xml.parser.schema.XSDIdentity
Get the referenced key
getRefLocalname() - Method in class oracle.xml.parser.schema.XSDAttribute
Get the local name of the resolved 'ref' attribute
getRefLocalname() - Method in class oracle.xml.parser.schema.XSDComplexType
Get the local name of resolved 'base' attr
getRefLocalname() - Method in class oracle.xml.parser.schema.XSDElement
Get the local name of the resolved 'ref' attribute
getRefLocalname() - Method in class oracle.xml.parser.schema.XSDGroup
Get the refernce local name of the node
getRefLocalname() - Method in class oracle.xml.parser.schema.XSDNode
 
getRefNamespace() - Method in class oracle.xml.parser.schema.XSDAttribute
Get the namespace of the resolved 'ref' attribute
getRefNamespace() - Method in class oracle.xml.parser.schema.XSDElement
Get the namespace of the resolved 'ref' attribute
getRefNamespace() - Method in class oracle.xml.parser.schema.XSDGroup
Get the refernce namespace of the node
getRefState() - Method in class oracle.xml.parser.schema.XSDAttribute
Get refState.
getRefState() - Method in class oracle.xml.parser.schema.XSDElement
Get refState.
getRelatedData() - Method in interface org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - Method in interface org.w3c.dom.DOMError
The related platform dependent exception if any.exception is a reserved word, we need to rename it.Change to "relatedException".
getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getReleaseVersion() - Method in class oracle.xml.async.DOMBuilder
Returns the release version of the Oracle XML Parser
getReleaseVersion() - Static method in class oracle.xml.parser.v2.XMLParser
Returns the release version of the Oracle XML Parser
getReleaseVersion() - Static method in class oracle.xml.xsql.XSQLRequest
 
getRemoteAddr() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get remote address.
getRemoteHost() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get remote host.
getRemoteUser() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get remote user.
getRemovedElements() - Method in class oracle.xml.parser.schema.XSDAnalyzerContext
 
getRemovedTypes() - Method in class oracle.xml.parser.schema.XSDAnalyzerContext
 
getRepeatedElements() - Method in class oracle.xml.parser.schema.XSDAnalyzerContext
 
getRequestDispatcher(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get request dispatcher.
getRequestDispatcher(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Get request dispatcher.
getRequestedSessionId() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get session id.
getRequestObject(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Gets a request-scope object
getRequestObject(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Gets a request-scope object
getRequestParamsAsXMLDocument() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns the content of a Request parameters as an XML Document
getRequestParamsAsXMLDocument() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getRequestParamsAsXMLDocument() - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
getRequestType() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns a string identifying the type of page request being made.
getRequestType() - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
getRequestURI() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get request URI.
getRequiredAttributes() - Method in class oracle.xml.parser.v2.XMLElement
A NameList, as described in [ DOM Level 3 Core], of required attribute information items that must appear on this element, or null if this element has no context or schema.
getRequiredAttributes() - Method in interface org.w3c.dom.validation.ElementEditVAL
A NameList, as described in [DOM Level 3 Core] , of required attribute information items that must appear on this element, or null if this element has no context or schema.
getResolvers() - Method in interface oracle.xml.xquery.OXQCompositeResolverFactory
Returns the delegate entity resolvers currently registered with this factory.
getResource() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns an XDBResource object that provides methods to access and modify the contents and metadata of the target resource.
getResource(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get resource URL given the path.
getResource() - Method in class oracle.xml.async.ResourceManager
If the number of resources available for use is nonzero, the method decreases the number of resources by one.
getResourceAsStream(String) - Method in class oracle.xdb.servlet.XDBServletContext
Get resource as an input stream given the path.
getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
Obtains the unmarshalled result.
getResult() - Method in class oracle.xml.async.DOMBuilder
Gets the document
getResult() - Method in class oracle.xml.async.XSLTransformer
Returns the document fragment for the resulting document.
getReturnType() - Method in interface oracle.xml.xquery.OXQFunctionMetaData
Gets the return type of the function.
getRoot() - Method in class oracle.xml.parser.v2.DocumentBuilder
Get the root of tree being built
getRoot() - Method in interface org.w3c.dom.traversal.NodeIterator
The root node of the NodeIterator, as specified when it was created.
getRoot() - Method in interface org.w3c.dom.traversal.TreeWalker
The root node of the TreeWalker, as specified when it was created.
getRootElement() - Method in class oracle.xdb.XMLType
Deprecated. 
getRootTag() - Method in class oracle.xml.parser.v2.DTD
Get the root tag for the DTD
getSAXContentHandler(Output) - Method in class oracle.xml.pipeline.controller.Process
Get the ContentHandler which will handle the sax events generated.
getSAXErrorHandler(Output) - Method in class oracle.xml.pipeline.controller.Process
Get the SAX ErrorHandler which will handle the sax error events generated.
getScale() - Method in class oracle.xml.parser.schema.XSDDataValue
Gets the scale of decimal value return int scale
getSchema() - Method in class oracle.xdb.event.XDBHandler
Returns the schema containing the handler's source.
getSchema() - Method in class oracle.xml.jaxp.JXDocumentBuilder
 
getSchema() - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
 
getSchema() - Method in class oracle.xml.parser.v2.XMLDocument
return the validator
getSchemaByTargetNS(String) - Method in class oracle.xml.parser.schema.XMLSchema
Get schemaNode for the given namespace
getSchemaCircle() - Method in class oracle.xml.parser.schema.XSDBuilder
 
getSchemaNode() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
getSchemaTargetNS() - Method in class oracle.xml.parser.schema.XMLSchema
Get the top level schema's target Namespace.
getSchemaTypeInfo() - Method in class oracle.xdb.dom.XDBAttribute
Deprecated.
 
getSchemaTypeInfo() - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getSchemaTypeInfo() - Method in class oracle.xml.parser.v2.XMLAttr
The type information associated with this attribute.
getSchemaURI() - Method in interface javax.xml.xquery.XQItemType
Returns the schema location URI of the schema that contains the item's element or type definition.
getSchemaURL() - Method in class oracle.xdb.XMLType
Return the schema URL (i.e. location of the schema to which this XMLType conforms)
getScheme() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get scheme.
getScrollability() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the scrollability property.
getSelector() - Method in class oracle.xml.parser.schema.XSDIdentity
Get the selector
getSequence(XQSequence) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQSequence object.
getSequenceAsInputStream(Properties) - Method in interface oracle.xml.xquery.OXQSequence
Reads the entire sequence starting from the current position as an InputStream.
getSequenceAsStream() - Method in interface javax.xml.xquery.XQSequence
Read the entire sequence starting from the current position as an XMLStreamReader object, as described in Section 12.1 Serializing an XDM instance into a StAX event stream (XMLStreamReader), XQuery API for Java (XQJ) 1.0.
getSequenceAsString(Properties) - Method in interface javax.xml.xquery.XQSequence
Serializes the sequence starting from the current position to a String according to the XSLT 2.0 and XQuery 1.0 serialization.
getSerializationParameters() - Method in interface oracle.xml.xquery.OXQStaticContext
Gets an OXQSerializationParameters instance representing the the values for all serialization parameters.
getSerializer() - Method in interface oracle.xml.binxml.BinXMLDecoder
Returns object for pull style serialization
getServerInfo() - Method in class oracle.xdb.servlet.XDBServletContext
Native method to get the server info.
getServerName() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get server name.
getServerPort() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get server port.
getServiceName() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Get the value of the service name property
getServlet(String) - Method in class oracle.xdb.servlet.XDBServletContext
Deprecated. 
getServletConfig() - Method in class oracle.xml.xsql.XSQLServletPageRequest
Get the ServletConfig associated with servlet processing this request.
getServletContext() - Method in class oracle.xdb.servlet.XDBServletConfig
Return the servlet context.
getServletContext() - Method in class oracle.xml.xsql.XSQLServletPageRequest
Get the ServletContext associated with servlet processing this request
getServletInfo() - Method in class oracle.xml.xsql.XSQLServlet
 
getServletName() - Method in class oracle.xdb.servlet.XDBServletConfig
Return the name of this servlet.
getServletNames() - Method in class oracle.xdb.servlet.XDBServletContext
Deprecated. 
getServletPath() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to get servlet path.
getServletRequest() - Method in class oracle.xdb.event.XDBRepositoryEvent
Returns the servlet request object that corresponds to the HTTP request if the current interface is HTTP; otherwise, an error is returned.
getServlets() - Method in class oracle.xdb.servlet.XDBServletContext
Deprecated. 
getSession() - Method in class oracle.xdb.servlet.XDBServletRequest
Get HTTP session.
getSession(boolean) - Method in class oracle.xdb.servlet.XDBServletRequest
Get HTTP session.
getSeverity() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the severity code for this warning/error.
getSeverity() - Method in interface org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getShort() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a short.
getSibling() - Method in class oracle.xml.diff.AppendDiffOp
 
getSibling() - Method in class oracle.xml.diff.DeleteDiffOp
 
getSibling() - Method in class oracle.xml.diff.DiffOp
Returns the node to be inserted before, for an insert DiffOp
getSibling() - Method in class oracle.xml.diff.InsertDiffOp
 
getSiblingXPath() - Method in class oracle.xml.diff.AppendDiffOp
 
getSiblingXPath() - Method in class oracle.xml.diff.DeleteDiffOp
 
getSiblingXPath() - Method in class oracle.xml.diff.DiffOp
Returns the XPath to the node to be inserted before, for an insert DiffOp.
getSiblingXPath() - Method in class oracle.xml.diff.InsertDiffOp
 
getSimpleTypeSet() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get all the top level simpleType elements in the schema
getSimpleTypeTable() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Deprecated. 
getSize() - Method in class oracle.xml.scalable.BinaryStream
Get the size of the BinaryStream
getSource() - Method in class oracle.xdb.event.XDBHandler
Returns the name of the Java class, PL/SQL package or object type that implements the handler.
getSource(Class<T>) - Method in class oracle.xdb.SQLXMLType
SQLXML method Get the value containing the XML data from the XMLType as a InputStream
getSource(Class<T>) - Method in class oracle.xdb.XMLType
 
getSourceDocumentURI() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns a String representation of the requested document's URI
getSourceDocumentURI() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getSpecified() - Method in class oracle.xdb.dom.XDBAttribute
Deprecated.
specifies whether the attribute has been assigned a value
getSpecified() - Method in class oracle.xml.parser.v2.XMLAttr
Returns true if the attribute was specified explicity in the element
getSpecified() - Method in interface org.w3c.dom.Attr
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getStackList() - Method in class oracle.xml.schemavalidator.XSDValidator
Gets the List of Tree Paths in the XMLDocument which leads to the node that encountered a validation error.
getStackTraceElement(XQStackTraceElement) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQStackTraceElement object.
getStackTraceVariable(XQStackTraceVariable) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQStackTraceVariable object.
getStandalone() - Method in class oracle.xml.parser.v2.XMLDeclPI
Retrieves the standalone information.
getStandalone() - Method in class oracle.xml.parser.v2.XMLDocument
Retrieves the standalone information.
getStandalone() - Method in interface oracle.xml.parser.v2.XMLLocator
Get the standalone attribute in XML Declaration
getStandalone() - Method in class oracle.xml.scalable.BinaryStream
Get Standalone
getStandalone() - Method in interface oracle.xml.scalable.InfosetReader
Get the xml standalone declared on the xml declaration Returns null if none was declared
getStandalone() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the standalone parameter.
getStartContainer() - Method in interface org.w3c.dom.ranges.Range
Node within which the Range begins
getStartOffset() - Method in interface org.w3c.dom.ranges.Range
Offset within the starting node of the Range.
getStaticContext() - Method in interface javax.xml.xquery.XQConnection
Gets an XQStaticContext representing the default values for all expression properties.
getStaticContext() - Method in interface javax.xml.xquery.XQExpression
Gets an XQStaticContext representing the values for all expression properties.
getStaticContext() - Method in interface javax.xml.xquery.XQPreparedExpression
Gets an XQStaticContext representing the values for all expression properties.
getStaticContext() - Method in interface oracle.xml.xquery.OXQFunctionContext
Gets a read-only view of the static context.
getStaticContext() - Method in interface oracle.xml.xquery.OXQStackTraceElement
Gets a read-only view of the static context at this execution point, or null if not available.
getStaticContext(XQStaticContext) - Static method in class oracle.xml.xquery.OXQView
Provides the OXQJ view of the XQStaticContext object.
getStaticResultType() - Method in interface javax.xml.xquery.XQPreparedExpression
Gets the static type information of the result sequence.
getStaticVariableType(QName) - Method in interface javax.xml.xquery.XQPreparedExpression
Retrieves the static type of a given external variable.
getStopNormalizing() - Method in class oracle.xml.parser.v2.XMLError
 
getStream() - Method in class oracle.xdb.dom.XDBBinaryDocument
Deprecated.
 
getStream() - Method in interface oracle.xml.scalable.InfosetReader
Returns an opaque object representing the current binary stream
getStream() - Method in interface oracle.xml.scalable.InfosetWriter
Returns an opaque object representing the current binary stream
getStrictErrorChecking() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getString() - Method in class oracle.xdb.SQLXMLType
SQLXML method Get the string value containing the XML data from the XMLType.
getString() - Method in class oracle.xdb.XMLType
 
getStringData() - Method in interface org.w3c.dom.ls.LSInput
String data to parse.
getStringVal() - Method in class oracle.xdb.XMLType
Deprecated.
- use SQLXML sqlxml; String s = sqlxml.getString()
getStringVal(int, int) - Method in class oracle.xdb.XMLType
Deprecated.
- use SQLXML sqlxml; String s = sqlxml.getString()
getStylesheetParameter(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Gets a stylesheet parameter by name
getStylesheetParameter(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Gets a stylesheet parameter by name
getStylesheetParameters() - Method in interface oracle.xml.xsql.XSQLPageRequest
Gets an enumeration of stylesheet parameter names
getStylesheetParameters() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Gets an enumeration of stylesheet parameter names
getStylesheetURI() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns the URI of the stylesheet to be used to process the result.
getStylesheetURI() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getSubstitutionGroup() - Method in class oracle.xml.parser.schema.XSDElement
Get the substitutionGroup
getSupplementalErrorInfo() - Method in class oracle.xml.xsql.XSQLError
Returns an Object array of supplemental error information.
getSupportedPropertyNames() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Returns an array containing the property names supported by this datasource.
getSupportedPropertyNames() - Method in interface javax.xml.xquery.XQDataSource
Returns an array containing the property names supported by this XQDataSource.
getSupportedPropertyNames() - Method in class oracle.xml.xquery.OXQDataSource
Returns an array containing the property names supported by this XQDataSource.
getSupportedPropertyNames() - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Returns all supported property names.
getSupportedXQueryEncodings() - Method in interface javax.xml.xquery.XQMetaData
Returns a set of java.lang.String, each of which specifies a character encoding method the XQJ implmentation supports to parse the XQuery query text.
getSuppressIndentation() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the suppress-indentation parameter.
getSystemId() - Method in class javax.xml.transform.dom.DOMResult
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.dom.DOMSource
Get the base ID (URL or system ID) from where URLs will be resolved.
getSystemId() - Method in interface javax.xml.transform.Result
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.sax.SAXResult
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.sax.SAXSource
Get the base ID (URI or system ID) from where URIs will be resolved.
getSystemId() - Method in interface javax.xml.transform.sax.TemplatesHandler
Get the base ID (URI or system ID) from where relative URLs will be resolved.
getSystemId() - Method in interface javax.xml.transform.sax.TransformerHandler
Get the base ID (URI or system ID) from where relative URLs will be resolved.
getSystemId() - Method in interface javax.xml.transform.Source
Get the system identifier that was set with setSystemId.
getSystemId() - Method in interface javax.xml.transform.SourceLocator
Return the system identifier for the current document event.
getSystemId() - Method in class javax.xml.transform.stream.StreamResult
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.stream.StreamSource
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class oracle.xdb.dom.XDBDocumentType
Deprecated.
Returns the system id of the entity node
getSystemId() - Method in class oracle.xdb.dom.XDBEntity
Deprecated.
Returns the system id of the entity node
getSystemId() - Method in class oracle.xdb.dom.XDBNotation
Deprecated.
Returns the system id of the notation node
getSystemId() - Method in class oracle.xml.parser.v2.DTD
Gets the system identifier associated with the DTD, if specified.
getSystemId() - Method in class oracle.xml.parser.v2.XMLDocument
Get the system id of the entity contain this node
getSystemId() - Method in class oracle.xml.parser.v2.XMLEntity
Gets the system identifier associated with the entity, if specified.
getSystemId() - Method in class oracle.xml.parser.v2.XMLNode
Get the system id of the entity contain this node
getSystemId() - Method in class oracle.xml.parser.v2.XMLNotation
Gets the System identifer; if not specified, then null
getSystemId(int) - Method in exception oracle.xml.parser.v2.XMLParseException
Get the system ID of input when error at specified index occured
getSystemId() - Method in class oracle.xml.scalable.BinaryStream
 
getSystemId(int) - Method in class oracle.xml.util.XMLError
Get the system ID of input when error at specified index occured
getSystemId(int) - Method in exception oracle.xml.util.XMLException
Get the system ID of input when error at specified index occured
getSystemId() - Method in class oracle.xml.xquery.OXQEntityLocator
Gets the system identifier of the entity.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
getSystemId() - Method in interface org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in exception org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemIdAsURI() - Method in class oracle.xml.xquery.OXQEntityLocator
Retrieves the system identifier of the entity as an instance of java.net.URI.
getTagName() - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
getTagName() - Method in class oracle.xml.parser.v2.XMLElement
Gets the name of the element.
getTagName() - Method in class oracle.xml.scalable.BinaryNav
 
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTarget() - Method in class oracle.xdb.dom.XDBProcInst
Deprecated.
Returns the target name of the PI
getTarget() - Method in class oracle.xml.parser.v2.XMLPI
Returns the target of this PI.
getTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTargetNS() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get targetNS of the schema
getTargetNS() - Method in class oracle.xml.parser.schema.XSDAttrGroup
Get target namespace
getTargetNS() - Method in class oracle.xml.parser.schema.XSDAttribute
Get target namespace
getTargetNS() - Method in class oracle.xml.parser.schema.XSDElement
Get target namespace
getTargetNS() - Method in class oracle.xml.parser.schema.XSDNode
Get target namespace
getTargetNS() - Method in class oracle.xml.parser.schema.XSDSimpleType
Get target namespace
getTemplates() - Method in interface javax.xml.transform.sax.TemplatesHandler
When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.
getText() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the attribute value.
getText() - Method in class oracle.xml.parser.v2.XMLDocument
Returns the non-marked-up text contained by this element.
getText() - Method in class oracle.xml.parser.v2.XMLNode
Returns the non-marked-up text contained by this element.
getText() - Method in class oracle.xml.parser.v2.XMLNSNode
Returns the non-marked-up text contained by this element.
getTextContent() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
getTextValue() - Method in interface oracle.xml.xquery.OXQItemAccessor
Returns the value of the item, if the item is an text node.
getTimeout() - Method in class oracle.xml.xquery.OXQEntityResolverRequestOptions
Gets the timeout.
getTimeStamp() - Method in interface org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTokenId(String, String, boolean) - Method in interface oracle.xml.binxml.BinXMLProcessor
Fetch a token based on the namespace and localName provided by the user.
getTokenName(long) - Method in interface oracle.xml.binxml.BinXMLProcessor
Fetch a token name based on the tokenId provided by the user.
getTokenSet(String, boolean) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Fetches the Token Set as a binary stream in the metadata repository based on the namespace URL.
getTokenSet(long, boolean) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Fetches the Token Set as a binary stream in the metadata repository based on the namespace of the input token Id.
getTokenSet(long) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Fetches the Token Set as a binary stream in the metadata repository based on the input token id.
getTokenSet(long) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
 
getTokenSet(long, boolean) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Fetches the Token Set as a binary stream in the metadata repository based on the namespace of the input token Id.
getTotalBytesRead() - Method in class oracle.xml.parser.v2.DOMParser
This function returns the total number of bytes read by the xml reader.
getTotalCharsRead() - Method in class oracle.xml.parser.v2.DOMParser
This function returns the total number of chars read by the xml reader.
getTotalElements() - Method in class oracle.xml.parser.schema.XSDAnalyzerContext
 
getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getTotalTypes() - Method in class oracle.xml.parser.schema.XSDAnalyzerContext
 
getTransformer() - Method in interface javax.xml.transform.sax.TransformerHandler
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.
getType() - Method in class oracle.xml.parser.schema.XSDAttribute
Get the node type
getType() - Method in class oracle.xml.parser.schema.XSDElement
Get the node type
getType(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's type by index.
getType(String, String) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's type by Namespace name.
getType(String) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's type by XML 1.0 qualified name.
getType() - Method in interface org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - Method in interface org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType(int) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the type of an attribute in the list (by position).
getType(String) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the type of an attribute in the list (by name).
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the type of an attribute (by position).
getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the type of an attribute (by name).
getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getTypeDefinition() - Method in class oracle.xml.parser.schema.XSDValidator
Get the current XSD type
getTypeDefinitionTable() - Method in class oracle.xml.parser.schema.XMLSchemaNode
Get the type definitions
getTypeGroup() - Method in class oracle.xml.parser.schema.XSDComplexType
 
getTypeList() - Method in class oracle.xml.scalable.BinaryStream
Get typeList
getTypeName() - Method in interface javax.xml.xquery.XQItemType
Represents a type name (global or local).
getTypeName() - Method in interface oracle.xml.scalable.InfosetReader
Get the type name of the element.
getTypeName() - Method in interface org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - Method in interface org.w3c.dom.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getUniqueId() - Method in class oracle.xml.parser.v2.XMLAttr
Override the method is XMLNode for SDOM
getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
getUpdateMode() - Method in interface oracle.xml.xquery.OXQDynamicContext
Gets the default update mode.
getURI(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's Namespace URI by index.
getUri() - Method in interface org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getURIResolver() - Method in class javax.xml.transform.Transformer
Get an object that will be used to resolve URIs used in document(), etc.
getURIResolver() - Method in class javax.xml.transform.TransformerFactory
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
getURIResolver() - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
getURIResolver() - Method in class oracle.xml.jaxp.JXTransformer
Get an object that will be used to resolve URIs used in document(), etc.
getURL() - Method in interface javax.xml.bind.ValidationEventLocator
Return the name of the XML source as a URL if available
getURL(String) - Static method in class oracle.xml.sql.dml.OracleXMLSave
Given a file name or a URL it return a URL object.
getUrType() - Static method in class oracle.xml.parser.schema.XSDComplexType
Get urType of the Schema
getUserAgent() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns a String identifier of the requesting program
getUserAgent() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getUserAgent() - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
getUserData(String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
getUserExtension() - Method in interface oracle.xml.xquery.OXQDynamicContext
Returns the user extension.
getUserName() - Method in interface javax.xml.xquery.XQMetaData
Gets the user name associated with this connection.
getUsername() - Method in class oracle.xml.xsql.XSQLNamedConnection
 
getUserPrincipal() - Method in class oracle.xdb.servlet.XDBServletRequest
Get user's security principal.
getUtf16Offset() - Method in interface org.w3c.dom.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getValidationMode() - Method in class oracle.xml.async.DOMBuilder
Returns the validation mode
getValidationMode() - Method in class oracle.xml.parser.v2.XMLParser
Returns the validation mode
getValidationModeValue() - Method in class oracle.xml.parser.v2.XMLParser
Returns the validation mode
getValue() - Method in class javax.xml.xquery.XQStackTraceVariable
Gets a short string representation of the value of the stack variable.
getValue() - Method in class oracle.xdb.dom.XDBAttribute
Deprecated.
get the value the attribute
getValue(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's value by index.
getValue(String, String) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's value by Namespace name.
getValue(String) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up an attribute's value by XML 1.0 qualified name.
getValue() - Method in class oracle.xml.parser.v2.XMLAttr
Gets the attribute value.
getValue() - Method in interface oracle.xml.scalable.InfosetReader
Return the data corresponding to the current event.
getValue() - Method in interface oracle.xml.xquery.OXQAnnotation
Returns the value of the annotation.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue(int) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the value of an attribute in the list (by position).
getValue(String) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the value of an attribute in the list (by name).
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the value of an attribute (by position).
getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the value of an attribute (by name).
getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValueSequence() - Method in interface oracle.xml.xquery.OXQStackTraceVariable
Gets the value bound to the variable.
getVariableNames() - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the names of all external variables declared in this context.
getVariables() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the variables in scope at this execution point, or null if no variable value retrieval is possible.
getVariableType(QName) - Method in interface oracle.xml.xquery.OXQStaticContext
Gets the type of an external variable declared in this context.
getVariety() - Method in class oracle.xml.parser.schema.XSDSimpleType
Get the variety of the type
getVendorCode() - Method in exception javax.xml.xquery.XQException
Gets the vendor code associated with this exception or null if none.
getVersion() - Method in class oracle.xml.parser.v2.XMLDeclPI
Retrieves the version information.
getVersion() - Method in class oracle.xml.parser.v2.XMLDocument
Retrieves the version information.
getVersion() - Method in class oracle.xml.scalable.BinaryStream
Get Version
getVersion() - Method in interface oracle.xml.scalable.InfosetReader
Get the xml version declared on the xml declaration Returns null if none was declared
getVersion() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the version parameter.
getWhatToShow() - Method in interface org.w3c.dom.ls.LSParserFilter
Tells the LSParser what types of nodes to show to the filter.
getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
Tells the LSSerializer what types of nodes to show to the filter.
getWhatToShow() - Method in interface org.w3c.dom.traversal.NodeIterator
This attribute determines which node types are presented via the iterator.
getWhatToShow() - Method in interface org.w3c.dom.traversal.TreeWalker
This attribute determines which node types are presented via the TreeWalker.
getWholeText() - Method in class oracle.xdb.dom.XDBText
Deprecated.
 
getWildcard() - Method in class oracle.xml.parser.schema.XSDAttrGroup
get the wildcard
getWriteBuffer() - Method in class oracle.xml.scalable.BinaryStream
 
getWriter() - Method in class javax.xml.transform.stream.StreamResult
Get the character stream that was set with setWriter.
getWriter() - Method in class oracle.xdb.servlet.XDBServletResponse
Get print writer
getWriter() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns a PrintWriter used for writing out the results of a page request
getWriter() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getWriteStream() - Method in class oracle.xml.scalable.BinaryStream
 
getWSFacetValue() - Method in class oracle.xml.parser.schema.XSDSimpleType
Get the value for the whitespace facet
getXDKDefaultEncoding(String) - Static method in class oracle.xml.parser.v2.XMLParser
 
getXML(OracleXMLDocGen, int) - Method in class oracle.xml.sql.query.OracleXMLQuery
NOTE: THIS IS AN INTERNAL CALL Transforms the object-relational data, specified in the constructor, into an XML document which is returned via the doc argument.
getXmlCtx() - Method in class oracle.xdb.XMLContext
 
getXMLData(Connection, String, String) - Method in class oracle.xml.dbaccess.DBAccess
Retrieve text file from XML table
getXMLData(Connection, String, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Retrieve text file from XML table
getXMLDocument() - Method in class oracle.xml.xmlcomp.XMLCompress
Returns the XMLDocument object obtained from compressed data
getXMLDOM() - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document.
getXMLDOM(Node) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document.
getXMLDOM(int) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document.
getXMLDOM(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since 1.2.1; please use getXMLDOM(int) instead
getXMLDOM(Node, int) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into XML.
getXmlEncoding() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getXmlEncoding() - Method in class oracle.xdb.dom.XDBEntity
Deprecated.
 
getXMLError() - Method in class oracle.xml.parser.v2.XMLNode
Gets XMLError set in the document node
getXMLError() - Method in exception oracle.xml.util.XMLException
Get XMLError object inside XMLException.
getXMLErrorString() - Method in exception oracle.xml.sql.OracleXMLSQLException
Prints the XML error message and error tag name as a String.
getXMLMetaData(int, boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Returns either the DTD or the XMLSchema for the XML document generated by getXML calls.
getXMLNames(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Returns all file names in XML table
getXMLNames(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Returns all file names in XML table
getXMLNodeFromNode(Node) - Method in class oracle.xml.parser.v2.XMLDocument
 
getXMLProperty(String) - Method in class oracle.xml.parser.schema.XSDValidator
 
getXMLProperty(String) - Method in class oracle.xml.parser.v2.XMLParser
Get a property.
getXMLReader() - Method in class javax.xml.parsers.SAXParser
Returns the XMLReader that is encapsulated by the implementation of this class.
getXMLReader() - Method in class javax.xml.transform.sax.SAXSource
Get the XMLReader to be used for the Source.
getXMLReader() - Method in class oracle.xml.jaxp.JXSAXParser
Returns the XMLReader that is encapsulated by the implementation of this class.
getXMLSAX(ContentHandler) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document in SAX form.
getXMLSchema() - Method in class oracle.xml.parser.schema.XSDInputSource
 
getXMLSchema() - Method in class oracle.xml.sql.query.OracleXMLQuery
Generates XML Schema(s) corresponding to the query.
getXMLSchemaNodeTable() - Method in class oracle.xml.parser.schema.XMLSchema
Get XMLSchemaNode table
getXMLSchemaURLS() - Method in class oracle.xml.parser.schema.XMLSchema
Get XMLSchema URLs
getXMLSQLErrorString() - Method in exception oracle.xml.sql.OracleXMLSQLException
Prints the SQL error message and error parameters as a String.
getXmlStandalone() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getXMLStream(Node, int, Writer) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into XML.
getXMLString() - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document.
getXMLString(int) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document.
getXMLString(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since 1.2.1; please use getXMLString(int) instead
getXMLString(Node) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document.
getXMLString(Node, int) - Method in class oracle.xml.sql.query.OracleXMLQuery
Transforms the object-relational data, specified in the constructor, into an XML document.
getXMLTableNames(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Gets all XML tables with names starting with a given string
getXMLTableNames(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Gets all XML tables with names starting with a given string
getXMLTypeClob(Connection, String, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Retrieve text file from an XMLType table
getXMLTypeData(Connection, String, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Retrieve text file from an XMLType table
getXMLTypeTableNames(Connection, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Get all XML tables with names starting with a given string
getXMLTypeXPathCLOB(Connection, String, String, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Retrieve the Clob data based on the XPATH expression from an XMLType table
getXMLTypeXPathTextData(Connection, String, String, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Retrieve the text data based on the XPATH expression from an XMLType table
getXmlVersion() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
getXmlVersion() - Method in class oracle.xdb.dom.XDBEntity
Deprecated.
 
getXMLVersion() - Method in interface org.xml.sax.ext.Locator2
Returns the version of XML used for the entity.
getXMLVersion() - Method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the version property.
getXQException() - Method in class javax.xml.xquery.XQConnectionEvent
Retrieves the XQException for this XQConnectionEvent object.
getXQJMajorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the major version number of XQJ specification supported by this implementation.
getXQJMinorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the minor version number of XQJ specification supported by this implementation.
getXQJVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the full version of XQJ specification supported by this implementation.
getXQView() - Method in interface oracle.xml.xquery.OXQConnection
Returns the XQConnection instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQDataFactory
Returns the XQDataFactory instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQDynamicContext
Returns the XQDynamicContext instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQExpression
Returns the XQExpression instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQItem
Returns the XQItem instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQItemAccessor
Returns the XQItemAccessor instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQPreparedExpression
Returns the XQPreparedExpression instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQSequence
Returns the XQSequence instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQStackTraceElement
Returns the XQStackTraceElement instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQStackTraceVariable
Returns the XQStackTraceVariable instance corresponding to this instance.
getXQView() - Method in interface oracle.xml.xquery.OXQStaticContext
Returns the XQStaticContext instance corresponding to this instance.
getXSQLConnection() - Method in interface oracle.xml.xsql.XSQLPageRequest
Gets the XSQLConnection Object being used for this request Might be null.
getXSQLConnection() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Gets the XSQLConnection Object being used for this request Might be null.
getXSQLPage() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns an instance of an XSQLPage representing the current request
getXSQLPage() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
getXSQLVersionMessage(XSQLPageRequest) - Static method in class oracle.xml.xsql.XSQLErrorWriter
 
getZeroDigit() - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the zero-digit property.
GMONTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
GMONTH_DAY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
GROUP - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
GYEAR - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
GYEAR_MONTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 

H

handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
This method is called whenever the node for which this handler is registered is imported or cloned.
handleAction(Node) - Method in interface oracle.xml.xsql.XSQLActionHandler
Handle the action, typically by executing some code and appending new child DOM nodes to the rootNode.
handleError(XSQLError, XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLErrorHandler
Handle the fatal error.
handleError(DOMError) - Method in interface org.w3c.dom.DOMErrorHandler
This method is called on the error handler when an error occurs.
handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
Receive notification of a validation warning or error.
handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
handlePostCheckIn(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-checkin event
handlePostCheckIn(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-checkin event
handlePostCheckOut(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-checkout event
handlePostCheckOut(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-checkout event
handlePostCreate(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-create event
handlePostCreate(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-create event
handlePostDelete(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-delete event
handlePostDelete(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-delete event
handlePostLinkIn(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-link-in event
handlePostLinkIn(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-linkin event
handlePostLinkTo(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-link-to event
handlePostLinkTo(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-linkto event
handlePostLock(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-lock event
handlePostLock(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-lock event
handlePostUnlinkFrom(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-unlink-from event
handlePostUnlinkFrom(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-unlinkfrom event
handlePostUnlinkIn(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-unlink-in event
handlePostUnlinkIn(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-unlinkin event
handlePostUnlock(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-unlock event
handlePostUnlock(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-unlock event
handlePostUpdate(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle post-update event
handlePostUpdate(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Post-update event
handlePreCheckIn(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-checkin event
handlePreCheckIn(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-checkin event
handlePreCheckOut(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-checkout event
handlePreCheckOut(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-checkout event
handlePreCreate(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-create event
handlePreCreate(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-create event
handlePreDelete(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-delete event
handlePreDelete(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-delete event
handlePreLinkIn(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-link-in event
handlePreLinkIn(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-linkin event
handlePreLinkTo(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-link-to event
handlePreLinkTo(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-linto event
handlePreLock(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-lock event
handlePreLock(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-lock event
handlePreUnlinkFrom(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-unlink-from event
handlePreUnlinkFrom(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-unlinkfrom event
handlePreUnlinkIn(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-unlink-in event
handlePreUnlinkIn(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-unlinkin event
handlePreUnlock(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-unlock event
handlePreUnlock(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-unlock event
handlePreUpdate(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle pre-update event
handlePreUpdate(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Pre-update event
HandlerBase - Class in org.xml.sax
Deprecated.
This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
HandlerBase() - Constructor for class org.xml.sax.HandlerBase
Deprecated.
 
handleRender(XDBRepositoryEvent) - Method in class oracle.xdb.event.XDBBasicEventListener
Handle render event
handleRender(XDBRepositoryEvent) - Method in interface oracle.xdb.event.XDBRepositoryEventListener
Handler for Render event
handleRequest(int, int) - Static method in class oracle.xdb.servlet.XDBServletContainer
Handle servlet request.
hasAttribute(String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
hasAttribute(String) - Method in class oracle.xml.parser.v2.XMLElement
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
hasAttributeNS(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value,false otherwise
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
tests if the node has attributes.
hasAttributes() - Method in class oracle.xml.parser.v2.XMLElement
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in class oracle.xml.parser.v2.XMLNode
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
determines if the node has any children; sub classes must override this.
hasChildNodes() - Method in class oracle.xml.parser.v2.DTD
This is a convenience method to allow easy determination of whether a node has any children. return false always, as DTD cannot have any overrides method in XMLNode
hasChildNodes() - Method in class oracle.xml.parser.v2.XMLNode
This is a convenience method to allow easy determination of whether a node has any children.
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
hasFeature(String, String) - Method in class oracle.xdb.dom.XDBDomImplementation
Deprecated.
test if a particular feature is supported by the given version.
hasFeature(String, String) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Test if the DOM implementation implements a specific feature.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
hasFlag(int) - Method in class oracle.xml.parser.schema.XSDSimpleType
Check proprety indicated by the flag
hash(File, Options) - Method in class oracle.xml.diff.XmlUtils
Compute a hash value that, with a high probability, uniquely identifies the input XML, stored in the input File.
hash(InputSource, Options) - Method in class oracle.xml.diff.XmlUtils
Compute a hash value that, with a high probability, uniquely identifies the input XML, given as an InputSource.
hash(Node, Options) - Method in class oracle.xml.diff.XmlUtils
Compute a hash value that, with a high probability, uniquely identifies the input XML, represented as a Node.
hashCode() - Method in interface javax.xml.xquery.XQItemType
Returns a hash code consistent with the definition of the equals method.
hashCode() - Method in interface javax.xml.xquery.XQSequenceType
Returns a hash code consistent with the definition of the equals method.
hashCode() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
hashCode() - Method in class oracle.xdb.servlet.XDBPrincipal
Return the hash value of the user name.
hashCode() - Method in class oracle.xml.parser.v2.XMLNode
Returns a hash code value for the object.
hasNext() - Method in interface oracle.xml.scalable.BinaryIterator
 
hasNext() - Method in interface oracle.xml.scalable.InfosetReader
Returns true if there are more parsing events and false if there are no more events.
HEX_BINARY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
If any node is inserted somewhere it doesn't belong
HOLDTYPE_CLOSE_CURSORS_AT_COMMIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the result sequences must be closed when the commit on the connection is called.
HOLDTYPE_HOLD_CURSORS_OVER_COMMIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the result sequences must be preserved when the commit on the connection is called.
HttpRequestAsXMLDocument(HttpServletRequest, String) - Static method in class oracle.xml.xsql.XSQLHttpUtil
 

I

IABSTRACT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
iANY_SIMPLE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
Primitive datatypes const
iANY_URI - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iBASE64_BINARY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
IBLOCKEXT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IBLOCKRST - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IBLOCKSUB - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
iBOOLEAN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iBYTE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ID - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ID - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - TokenizedType - ID
iDATE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iDATE_TIME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iDAYTIME_DURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iDECIMAL - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
IDENTITY_ERROR - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IDENTITY_KEY - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IDENTITY_KEYREF - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IDENTITY_UNIQUE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
iDOUBLE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
IDREF - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
IDREF - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - TokenizedType - ID reference
IDREFS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
Derived by List
IDREFS - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - TokenizedType - ID references
iDUMMY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
Contraining Facet IDs
iDURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iENTITIES - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iENTITY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iENUMERATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
IFINALEXT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IFINALLIST - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IFINALRST - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IFINALUNION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
iFLOAT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iFRACTION_DIGITS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iGDAY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iGMONTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iGMONTH_DAY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
ignorableWhitespace(char[], int, int) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of ignorable whitespace in element content
ignorableWhitespace(char[], int, int) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
IGNORE_DUPLICATE - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
IGNORE_DUPLICATE_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
IGNORE_DUPLICATES - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
ignoreEmptyElements(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specify if when an element is empty, i.e.
ignoreNamespaceDeclarations(boolean) - Method in class oracle.xml.diff.Options
 
ignoreNamespaceDeclarations() - Method in class oracle.xml.diff.Options
 
ignorePrefixDifferences(boolean) - Method in class oracle.xml.diff.Options
 
ignorePrefixDifferences() - Method in class oracle.xml.diff.Options
 
iGYEAR - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iGYEAR_MONTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iHEX_BINARY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iID - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iIDREF - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iIDREFS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iINT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iINTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iLANGUAGE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iLENGTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iLONG - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iMAXEXCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iMAXINCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iMAXLENGTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iMINEXCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iMININCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iMINLENGTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
IMPLIED - Static variable in class oracle.xml.parser.v2.AttrDecl
Attribute presence - Implied
IMPORT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
IMPORT_INCLUDE_ERROR - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
IMPORT_SHARING - Static variable in class oracle.xml.xquery.OXQDataSource
A property that when set to "true", schema and module imports will be shared among queries from the same connection.
importBinary(BinaryNav) - Method in class oracle.xml.parser.v2.XMLDocument
Import binary from a binaryNav Create corresponding Element node
importNode(Node, boolean) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
import the given node from the original document based on the rules specified by the DOM specification
importNode(Node, boolean) - Method in class oracle.xml.parser.v2.XMLDocument
Imports a node from another document to this document.
importNode(Node, String) - Method in class oracle.xml.parser.v2.XMLDocument
Import node selected by given xpath from the context On Scalable DOM, if the xpath is streamable, the evaluation will switch to streaming xpath, avoid massive node materialization
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
iN_STRING - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iNAME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
INCLUDE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
includeXPaths(boolean) - Method in class oracle.xml.diff.Options
 
includeXPaths() - Method in class oracle.xml.diff.Options
 
iNCNAME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
INCORRECT_ATTR - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INCORRECT_ELEM - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INCREMENTAL_BUILD - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
INDENT - Static variable in class javax.xml.transform.OutputKeys
indent = "yes" | "no".
INDENT - Static variable in class oracle.xml.binxml.BinXMLSerializer
Output Indenting
INDENT - Static variable in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Output Indenting
INDEX_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
iNEGATIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
INFINITY - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
info(String) - Method in class oracle.xml.pipeline.controller.orapipe
Handle any informational items from the pipeline
info(String) - Method in interface oracle.xml.pipeline.controller.PipelineErrorHandler
 
info(String) - Method in class oracle.xml.pipeline.controller.Process
Called by a Process to report an informational message and continue with execution.
InfosetReader - Interface in oracle.xml.scalable
The InfosetReader interface allows forward, read-only random access to XML.
InfosetReader.Offset - Interface in oracle.xml.scalable
For opague object representing the current position/offset in the reader.
InfosetWriter - Interface in oracle.xml.scalable
Opague writer object
init(XSQLPageRequest, Element) - Method in interface oracle.xml.xsql.XSQLActionHandler
Initialize the Action Handler
init(XSQLPageRequest, Element) - Method in class oracle.xml.xsql.XSQLActionHandlerImpl
 
init(ServletConfig) - Method in class oracle.xml.xsql.XSQLServlet
 
initCause(Throwable) - Method in exception javax.xml.transform.TransformerException
Initializes the cause of this throwable to the specified value.
initCause(Throwable) - Method in exception oracle.xml.util.XMLException
Set the underlying exception (if exists) This overrides the super.initCause (since JDK1.4)
initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent interface.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
inJServ() - Static method in class oracle.xml.xsql.XSQLServlet
 
iNMTOKEN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iNMTOKENS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iNON_NEGATIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iNON_POSITIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iNOTATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
Input - Class in oracle.xml.pipeline.controller
This class represents an input object of a pipeline process.
InputSource - Class in org.xml.sax
A single input source for an XML entity.
InputSource() - Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
insert(Object) - Method in class oracle.xml.util.Queue
 
insertBefore(Node, Node) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
insert the given node before the ref node.
insertBefore(Node, Node) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Insert the newchild before the refchild; if refchild is null insert the newchild at the end of the child list.
insertBefore(Node, Node) - Method in class oracle.xml.parser.v2.DTD
Inserts the node newChild before the existing child node refChild.
insertBefore(Node, Node) - Method in class oracle.xml.parser.v2.XMLDocument
Inserts the node newChild before the existing child node refChild.
insertBefore(Node, Node) - Method in class oracle.xml.parser.v2.XMLNode
Inserts the node newChild before the existing child node refChild.
insertBefore(Node, Node) - Method in class oracle.xml.parser.v2.XMLNSNode
Inserts the node newChild before the existing child node refChild.
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertBLOBData(Connection, String, String, byte[]) - Method in class oracle.xml.dbaccess.DBAccess
Inserts binary file as a row in BLOB table
insertBLOBData(Connection, String, String, byte[]) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Inserts binary file as a row in BLOB table
insertData(int, String) - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
insert the specified string into the char data
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
InsertDiffOp - Class in oracle.xml.diff
InsertDiffOp.
insertNode(Node) - Method in interface org.w3c.dom.ranges.Range
Inserts a node into the Document or DocumentFragment at the start of the Range.
insertXML(URL) - Method in class oracle.xml.sql.dml.OracleXMLSave
Inserts an XML document from a specified URL into a table, By default, matches element names to column names, and sets columns with missing elements in input to null</null>.
insertXML(String) - Method in class oracle.xml.sql.dml.OracleXMLSave
 
insertXML(Reader) - Method in class oracle.xml.sql.dml.OracleXMLSave
 
insertXML(InputStream) - Method in class oracle.xml.sql.dml.OracleXMLSave
 
insertXML(Document) - Method in class oracle.xml.sql.dml.OracleXMLSave
 
insertXMLData(Connection, String, String, String) - Method in class oracle.xml.dbaccess.DBAccess
Inserts text file as a row in XML table
insertXMLData(Connection, String, String, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Inserts text file as a row in XML table
insertXMLTypeData(Connection, String, String, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Inserts text file as a row in an XMLType table
instanceOf(XQItemType) - Method in interface javax.xml.xquery.XQItemAccessor
Checks if the item "matches" an item type, as defined in 2.5.4.2 Matching an Item Type and an Item, XQuery 1.0: An XML Query Language.
INT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
INTEGER_STR - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
Basic generated type derived from DECIMAL
INTERNAL_ERROR - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
internalEntityDecl(String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report an internal entity declaration.
internalEntityDecl(String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report an internal entity declaration.
internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
INUSE_ATTRIBUTE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID_ACCESS_ERR - Static variable in exception org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_CSID - Static variable in class oracle.xdb.XDBError
Error message
INVALID_DATE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_DATETIME - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_DERIVATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_FACET - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_FACET_VALUE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_INPUT - Static variable in class oracle.xdb.XDBError
 
INVALID_MODIFICATION_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_NODE_TYPE_ERR - Static variable in exception org.w3c.dom.ranges.RangeException
If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.
INVALID_NOTATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_OBJECT - Static variable in class oracle.xdb.XDBError
Error message
INVALID_PARAM - Static variable in class oracle.xdb.XDBError
Error message
INVALID_PCFG - Static variable in class oracle.xdb.XDBError
 
INVALID_REGEX - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_SCHEMA_NS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_STATE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
INVALID_TIME - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
INVALID_TYPE_VALUE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidAttr - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidAttrVal - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidChars - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidElem - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidFixedChars - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidPrefix - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidProperty - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidRef - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidSubstitution - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
invalidTargetNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
iPATTERN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iPOSITIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iQNAME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
isAbsoluteURI(String) - Static method in class oracle.xml.util.XMLUtil
 
isAbsoluteURL(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
isAbstract() - Method in class oracle.xml.parser.schema.XSDComplexType
 
isAbstract() - Method in class oracle.xml.parser.schema.XSDElement
 
isAbstract() - Method in class oracle.xml.parser.schema.XSDSimpleType
 
isAfterLast() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position is after the last item in the sequence.
isAnonymousType() - Method in interface javax.xml.xquery.XQItemType
Represents whether the item type is an anonymous type in the schema.
isArrayParamName(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
isBeforeFirst() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position before the first item in the sequence.
isBinXml() - Method in class oracle.xdb.XMLType
Function to check if the XMLType is schema based.
isClosed() - Method in interface javax.xml.xquery.XQConnection
Checks if the connection is closed.
isClosed() - Method in interface javax.xml.xquery.XQExpression
Checks if the expression is in a closed state.
isClosed() - Method in interface javax.xml.xquery.XQItem
Checks if the item is closed.
isClosed() - Method in interface javax.xml.xquery.XQPreparedExpression
Checks if the prepared expression in a closed state.
isClosed() - Method in interface javax.xml.xquery.XQSequence
Checks if the sequence is closed.
isClosed() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
isCoalescing() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node.
isCommitted() - Method in class oracle.xdb.servlet.XDBServletResponse
Is this response committed?
isContextItemUnbound() - Method in interface oracle.xml.xquery.OXQPreparedExpression
Indicates whether the context item is unbound.
isDefaultNamespace(String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
isDerivedFrom(String, String, int) - Method in interface org.w3c.dom.TypeInfo
The method checks if this TypeInfo derives from the specified ancestor type.
isDocumentFlag(int) - Method in class oracle.xml.parser.v2.XMLNode
Returns the document flag information
isElementContentWhitespace() - Method in class oracle.xdb.dom.XDBText
Deprecated.
 
isElementDefined(String) - Method in class oracle.xml.parser.v2.XMLElement
Determines if name is defined in the schema.
isElementDefined(String) - Method in interface org.w3c.dom.validation.ElementEditVAL
Determines if name is defined in the schema.
isElementDefinedNS(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Determines if name in this namespace is defined in the current context.
isElementDefinedNS(String, String) - Method in interface org.w3c.dom.validation.ElementEditVAL
Determines if name in this namespace is defined in the current context.
isElementNillable() - Method in interface javax.xml.xquery.XQItemType
Returns whether the element type is nillable or not.
isEmptiable() - Method in class oracle.xml.parser.schema.XSDGroup
 
isEmpty() - Method in class oracle.xml.util.Queue
 
isEqualNode(Node) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
isErrorSignalled() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns true if processing error has occurred during this request
isErrorSignalled() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Returns true if processing error has occurred during this request
isExpandEntityReferences() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.
isFirst() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position at the first item in the sequence.
isFirstNameChar(char) - Static method in class oracle.xml.util.XMLUtil
Deprecated.
Use isNameStartChar(int)
isFixed(boolean) - Method in class oracle.xml.parser.schema.XSDConstrainingFacet
Deprecated. 
isForceSpecified() - Method in class oracle.xml.pipeline.controller.PipelineProcessor
Has force been specified for pipeline execution
isFragment() - Method in class oracle.xdb.XMLType
Function to check if the XMLType is a regular document or a document fragment.
isFull() - Method in class oracle.xml.util.Queue
 
isFullAxisFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery full axis feature is supported in this connection.
isFunction() - Method in interface oracle.xml.xquery.OXQPreparedExpression
Returns true if the expression is a function.
isGlobal() - Method in interface oracle.xml.scalable.InfosetReader
Is the current element based on global element decl?
iSHORT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
isId() - Method in class oracle.xdb.dom.XDBAttribute
Deprecated.
 
isIgnoreElementContentWhitespace() - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
 
isIgnoringComments() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringElementContentWhitespace() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which ignore ignorable whitespace in element content.
isIncludedRequest() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns true if this request is being included in another.
isIncludedRequest() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Returns true if this request is being included in another.
isIndent() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the value of the indent parameter.
isIndexingSupported() - Method in class oracle.xml.scalable.BinaryStream
Check if indexing is supported
isLast() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position at the last item in the sequence.
isLegalXML10Char(int) - Static method in class oracle.xml.util.XMLUtil
return true if the character is a legal character under XML 1.0
isModuleFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery module feature is supported in this connection.
isNameChar(char) - Static method in class oracle.xml.util.XMLUtil
Deprecated.
Use isNameChar(int)
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNamespaceAware() - Method in class oracle.xml.jaxp.JXDocumentBuilder
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class oracle.xml.jaxp.JXSAXParser
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class oracle.xml.parser.v2.NodeFactory
Check if the NodeFactory is namespace aware If TRUE, createElementNS(localName, prefix, namespaceURI) and createAttributeNS(localName, prefix, namespaceURI, value) functions will be used to create Element and Attr nodes.
isNillable() - Method in class oracle.xml.parser.schema.XSDElement
check if element is nillable
isNilled() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
tests if xsi:nil is set for the node
isNilled() - Method in interface oracle.xml.scalable.InfosetReader
Is the element nillable?
isNmtokenChar(char) - Static method in class oracle.xml.util.XMLUtil
return true if character can be part of a NMTOKEN, according to ???.
isNodeFlag(int) - Method in class oracle.xml.parser.v2.XMLNode
Returns the node flag information
isNodeType(int) - Method in class oracle.xml.parser.schema.XSDNode
Checks if the node is of the give type
isNSResolutionSupported() - Method in interface oracle.xml.scalable.InfosetReader
Checks if Namespace resolution supported
isNullable() - Method in class oracle.xml.parser.schema.XSDElement
Deprecated.
change to isNillable
isOmitXMLDeclaration() - Method in interface oracle.xml.xquery.OXQSerializationParameters
Gets the omit-xml-declaration parameter value.
isOnItem() - Method in interface javax.xml.xquery.XQSequence
Check if the sequence is positioned on an item or not.
isOracleDriver() - Method in class oracle.xml.xsql.XSQLConnection
 
isOracleDriver() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns true if the current connection uses the Oracle JDBC Driver
isOracleDriver() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Returns true if the current connection uses the Oracle JDBC Driver
isPrimitive() - Method in class oracle.xml.parser.schema.XSDSimpleType
 
isReadOnly() - Method in interface javax.xml.xquery.XQMetaData
Query if the associated conection is restricted for read only use.
isRequestedSessionIdFromCookie() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to find if requested session id is from cookie.
isRequestedSessionIdFromUrl() - Method in class oracle.xdb.servlet.XDBServletRequest
Deprecated. 
isRequestedSessionIdFromURL() - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to find if requested session id is from URL.
isRequestedSessionIdValid() - Method in class oracle.xdb.servlet.XDBServletRequest
Is requested session id valid?
isRequired() - Method in class oracle.xml.parser.schema.XSDAttribute
Check if the attribute is required
isSameNode(Node) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
isSchemaAnnotationAvailable() - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Specifies whether the repository performs schema annotations or not.
isSchemaAnnotationAvailable() - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Specifies whether the repository performs schema annotations or not.
isSchemaBased() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
tests if the node is schema-based or not
isSchemaBased() - Method in class oracle.xdb.XMLType
Function to check if the XMLType is schema based.
isSchemaImportFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery schema import feature is supported in this connection.
isSchemaValid(String, String) - Method in class oracle.xdb.XMLType
Function to check if the XMLType is schema based.
isSchemaValidated() - Method in class oracle.xdb.XMLType
Return TRUE if the document has been validated against its schema
isSchemaValidationFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery schema validation feature is supported in this connection.
isScrollable() - Method in interface javax.xml.xquery.XQSequence
Checks if the sequence is scrollable.
isSecure() - Method in class oracle.xdb.servlet.XDBServletRequest
Is this request secure?
isSeekSupported() - Method in class oracle.xml.scalable.BinaryStream
Check if the stream supports seek
isSeekSupported() - Method in interface oracle.xml.scalable.InfosetReader
Checks if seek is supported
isSerializationFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery serialization feature is supported in this connection.
isSimpleContent() - Method in class oracle.xml.parser.schema.XSDComplexType
 
isSpecified(int) - Method in class oracle.xml.parser.v2.SAXAttrList
Look up if an attribute is specified by index.
isStaticTypingExtensionsSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery static typing extensions are supported in this connection.
isStaticTypingFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery static typing feature is supported in this data source.
isSupported(String, String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
test if a feature is supported in the given version
isSupported(String, String) - Method in class oracle.xml.parser.v2.XMLNode
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isSupported(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isTransactionSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if transaction is supported in this data source.
iSTRING - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
isUseOutputStream() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns true if request is using an output stream instead of a PrintWriter
isUseOutputStream() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
isUserDefinedXMLSchemaTypeSupported() - Method in interface javax.xml.xquery.XQMetaData
Check if the user defined XML schema type is supported in this connection.
isUserInRole(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Native method to find if user is in given role.
isValidating() - Method in interface javax.xml.bind.Unmarshaller
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
isValidating() - Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isValidating() - Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isValidating() - Method in class oracle.xml.jaxp.JXDocumentBuilder
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class oracle.xml.jaxp.JXSAXParser
Indicates whether or not this parser is configured to validate XML documents.
isWhiteSpace(char[], int, int) - Static method in class oracle.xml.util.XMLUtil
return true if character array is whitespace chars, according to Java.
isWhiteSpaceChar(char) - Static method in class oracle.xml.util.XMLUtil
return true if character is whitespace, according to Java.
isWhiteSpaceNode() - Method in class oracle.xml.parser.v2.XMLText
Check if the text node is a whitespace node
isWhitespaceOnly() - Method in class oracle.xml.parser.v2.XMLText
Determines if data is only whitespace.
isWhitespaceOnly() - Method in interface org.w3c.dom.validation.CharacterDataEditVAL
Determines if data is only whitespace.
isXMLPropertyReadOnly(String) - Method in class oracle.xml.parser.v2.XMLParser
Check is the property is read-only Returns true if the property is not supported
isXMLPropertySupported(String) - Method in class oracle.xml.parser.v2.XMLParser
Check is the property is supported
isXMLTable(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Check if the table is XML table.
isXMLTable(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Check if the table is XML table.
isXMLType(int) - Method in class oracle.xml.pipeline.controller.Input
Checks whether this Input object supports the following types of XML as input.
isXMLType(int) - Method in class oracle.xml.pipeline.controller.Output
Checks whether this Output object supports the following types of XML as output.
isXMLTypeTable(Connection, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Check if the table is an XMLType table.
isXQueryEncodingDeclSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if the XQuery encoding declaration is supported by the XQJ implementation.
isXQueryEncodingSupported(String) - Method in interface javax.xml.xquery.XQMetaData
Query if a character encoding method of the XQuery query text is supported by the XQJ implmentation.
isXQueryXSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQueryX format is supported in this data source.
item(int) - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
item(int) - Method in class oracle.xdb.dom.XDBNodeList
Deprecated.
 
item(int) - Method in interface org.w3c.dom.DOMImplementationList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.DOMStringList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.
iTIME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iTOKEN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iTOTAL_DIGITS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iUNSIGNED_BYTE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iUNSIGNED_INT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iUNSIGNED_LONG - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iUNSIGNED_SHORT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iWHITESPACE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
iYEARMONTH_DURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 

J

JARPREF - Static variable in class oracle.xml.xsql.XSQLUtil
 
JAVASCHEME - Static variable in class oracle.xml.xsql.XSQLUtil
 
javax.xml.bind - package javax.xml.bind
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
javax.xml.parsers - package javax.xml.parsers
Provides standard APIs for DOM 2.0 and SAX 1.0 parsers.
javax.xml.transform - package javax.xml.transform
This package defines the generic APIs for processing XML transformation, and performing a transformation from a source to a result.
javax.xml.transform.dom - package javax.xml.transform.dom
This package implements DOM-specific transformation APIs.
javax.xml.transform.sax - package javax.xml.transform.sax
This package implements SAX2-specific transformation APIs.
javax.xml.transform.stream - package javax.xml.transform.stream
This package implements stream- and URI- specific transformation APIs.
javax.xml.xquery - package javax.xml.xquery
 
JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
The name of the property that contains the name of the class capable of creating new JAXBContext objects.
JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the output encoding in the marshalled XML data.
JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify whether or not the marshalled XML data is formated with linefeeds and indentation.
JAXB_NONAMESPACESCHEMALOCATION - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
JAXB_SCHEMALOCATION - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
JAXBContext - Class in javax.xml.bind
The JAXBContext class provides the client's entry point to the JAXB API.
JAXBException - Exception in javax.xml.bind
This is the root exception class for all JAXB exceptions.
JAXBException(String) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message.
JAXBException(String, String) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and vendor specific errorCode.
JAXBException(Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with a linkedException.
JAXBException(String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and linkedException.
JAXBException(String, String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and vendor specific errorCode.
JXDocumentBuilder - Class in oracle.xml.jaxp
Defines the API to obtain DOM Document instances from an XML document.
JXDocumentBuilderFactory - Class in oracle.xml.jaxp
Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
JXDocumentBuilderFactory() - Constructor for class oracle.xml.jaxp.JXDocumentBuilderFactory
Default Constructor
JXSAXParser - Class in oracle.xml.jaxp
Defines the API that wraps an org.xml.sax.XMLReader implementation class.
JXSAXParserFactory - Class in oracle.xml.jaxp
Defines a factory API that enables applications to configure and obtain a SAX-based parser to parse XML documents.
JXSAXParserFactory() - Constructor for class oracle.xml.jaxp.JXSAXParserFactory
Default Constructor
JXSAXTransformerFactory - Class in oracle.xml.jaxp
A JXTransformerFactory instance can be used to create Transformer and Templates objects.
JXSAXTransformerFactory() - Constructor for class oracle.xml.jaxp.JXSAXTransformerFactory
The default constructor
JXTransformer - Class in oracle.xml.jaxp
An instance of this class transforms a Source into a Result.
JXTransformer() - Constructor for class oracle.xml.jaxp.JXTransformer
Default constructor
JXTransformer(XSLStylesheet) - Constructor for class oracle.xml.jaxp.JXTransformer
Constructor is based on

K

KEEP_DOM_NODE - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
keepCursorState(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since 1.2.1; use keepObjectOpen instead.
keepObjectOpen(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies whether to keep the input object open after a getXML()/code> call.
KEPT_NODE - Static variable in class oracle.xml.parser.v2.XMLNode
 
KGHSSTREAM - Static variable in class oracle.xdb.RealInputStream
Constant to denote a kghsstream.
KIND_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 

L

LangTag - Class in oracle.xml.transx
 
LANGTYPE_XPATH - Static variable in class oracle.xml.xquery.OXQConstants
An XQStaticContext constant indicating that the expression language used in XQConnection.prepareExpression and XQExpression.execute is XPath
LANGTYPE_XQUERY - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the expression language used in XQConnection.prepareExpression and XQExpression.execute is XQuery (any version).
LANGTYPE_XQUERYX - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the expression language used in XQConnection.prepareExpression and XQExpression.execute is XQueryX.
LANGUAGE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
last() - Method in interface javax.xml.xquery.XQSequence
Moves to the last item in the sequence.
lastChild() - Method in class oracle.xml.scalable.BinaryNav
Move the cursor to the last child element if any
lastChild() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the last visible child of the current node, and returns the new node.
LAX_VALIDATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
LENGTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
LexicalHandler - Interface in org.xml.sax.ext
SAX2 extension handler for lexical events.
list(OXQEntityKind) - Method in interface oracle.xml.xquery.OXQEntityLoader
Returns the set of target namespaces of all entities of the given kind currently loaded into this context.
load(int, boolean) - Method in class oracle.xml.scalable.BinaryStream
 
load(int, int, boolean) - Method in class oracle.xml.scalable.BinaryStream
 
load(String) - Method in interface oracle.xml.transx.TransX
Load a dataset.
load(InputStream) - Method in interface oracle.xml.transx.TransX
Load a dataset.
load(Reader) - Method in interface oracle.xml.transx.TransX
Load a dataset.
load(URL) - Method in interface oracle.xml.transx.TransX
Load a dataset on a URL.
load(OXQEntityKind, String, String...) - Method in interface oracle.xml.xquery.OXQEntityLoader
Loads the specified entity (module or schema) into the corresponding context.
loader - Class in oracle.xml.transx
oracle.xml.transx.loader - helper class to get an instance of TransX loader
LoadingMode - Class in oracle.xml.transx
LoadingMode class.
LoadingMode() - Constructor for class oracle.xml.transx.LoadingMode
 
Locator - Interface in org.xml.sax
Interface for associating a SAX event with a document location.
Locator2 - Interface in org.xml.sax.ext
SAX2 extension to augment the entity information provided though a Locator.
Locator2Impl - Class in org.xml.sax.ext
SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
Locator2Impl() - Constructor for class org.xml.sax.ext.Locator2Impl
Construct a new, empty Locator2Impl object.
Locator2Impl(Locator) - Constructor for class org.xml.sax.ext.Locator2Impl
Copy an existing Locator or Locator2 object.
LocatorImpl - Class in org.xml.sax.helpers
Provide an optional convenience implementation of Locator.
LocatorImpl() - Constructor for class org.xml.sax.helpers.LocatorImpl
Zero-argument constructor.
LocatorImpl(Locator) - Constructor for class org.xml.sax.helpers.LocatorImpl
Copy constructor.
log(Exception, String) - Method in class oracle.xdb.servlet.XDBServletContext
Deprecated. 
log(String) - Method in class oracle.xdb.servlet.XDBServletContext
Log a message to system.out
log(String, Throwable) - Method in class oracle.xdb.servlet.XDBServletContext
Log the given message to system.out and print stack trace.
logRequestEnd(XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLLogger
Event handler method invoked by the XSQL page processing engine at the end of the page request processing.
logRequestStart(XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLLogger
Event handler method invoked by the XSQL page processing engine at the start of the page request processing.
LONG - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
lookupNamespaceURI(String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
lookupPrefix(String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
LOWERCASE - Static variable in class oracle.xml.transx.LangTag
 
LSInput - Interface in org.w3c.dom.ls
This interface represents an input source for data.
LSLoadEvent - Interface in org.w3c.dom.ls
This interface represents a load event object that signals the completion of a document load.
LSOutput - Interface in org.w3c.dom.ls
This interface represents an output destination for data.
LSParser - Interface in org.w3c.dom.ls
An interface to an object that is able to build, or augment, a DOM tree from various input sources.
LSParserFilter - Interface in org.w3c.dom.ls
LSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing.
LSProgressEvent - Interface in org.w3c.dom.ls
This interface represents a progress event object that notifies the application about progress as a document is parsed.
LSResourceResolver - Interface in org.w3c.dom.ls
LSResourceResolver provides a way for applications to redirect references to external resources.
LSSerializer - Interface in org.w3c.dom.ls
A LSSerializer provides an API for serializing (writing) a DOM document out into XML.
LSSerializerFilter - Interface in org.w3c.dom.ls
LSSerializerFilters provide applications the ability to examine nodes as they are being serialized and decide what nodes should be serialized or not.

M

main(String[]) - Static method in class oracle.xml.parser.v2.oraxml
 
main(String[]) - Static method in class oracle.xml.parser.v2.oraxsl
Invokes the oraxsl driver
main(String[]) - Static method in class oracle.xml.pipeline.controller.orapipe
 
main(String[]) - Static method in class oracle.xml.xsql.XSQLCommandLine
 
makeParser() - Static method in class org.xml.sax.helpers.ParserFactory
Deprecated.
Create a new SAX parser using the `org.xml.sax.parser' system property.
makeParser(String) - Static method in class org.xml.sax.helpers.ParserFactory
Deprecated.
Create a new SAX parser object using the class name provided.
mappingChars(char, HashMap) - Static method in class oracle.xml.util.XMLUtil
 
markSupported() - Method in class oracle.xdb.RealInputStream
Function to check if "mark" and "reset" are supported
marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into the specified javax.xml.transform.Result.
marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into an output stream.
marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into a Writer.
marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into SAX2 events.
marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into a DOM tree.
MarshalException - Exception in javax.xml.bind
This exception indicates that an error has occured while performing a marshal operation that the provider is unable to recover from.
MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with a linkedException.
MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and linkedException.
MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
Marshaller - Interface in javax.xml.bind
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
MAX_INDENT - Static variable in class oracle.xdb.XMLType
Deprecated. 
MAX_PFLAG - Static variable in class oracle.xdb.XMLType
Deprecated. 
MAXEXCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
MAXINCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
MAXLENGTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
MAXROWS_ALL - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies that all rows should be included in the result
MAXROWS_DEFAULT - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since v2.0; Use MAXROWS_ALL instead
MAXROWS_NONE - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since v2.0; Use 0 instead
MEDIA_TYPE - Static variable in class javax.xml.transform.OutputKeys
media-type = string.
MEDIA_TYPE_APPLICATION_XML - Static variable in class oracle.xml.xquery.OXQEntity
Media-type "application/xml"
MEDIA_TYPE_ORACLE_CSX - Static variable in class oracle.xml.xquery.OXQEntity
Media-type "application/vnd.oracle.xml+csx"
MEDIA_TYPE_ORACLE_XPATH - Static variable in class oracle.xml.xquery.OXQEntity
Media-type "application/vnd.oracle.xml.xpath"
MEDIA_TYPE_TEXT_XML - Static variable in class oracle.xml.xquery.OXQEntity
Media-type "text/xml"
MEDIA_TYPE_XQUERY - Static variable in class oracle.xml.xquery.OXQEntity
Media-type "application/xquery"
MEDIA_TYPE_XQUERYX - Static variable in class oracle.xml.xquery.OXQEntity
Media-type "application/xquery+xml"
METHOD - Static variable in class javax.xml.transform.OutputKeys
method = "xml" | "html" | "text" | expanded name.
METHOD_HTML - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
METHOD_ORACLE_CSX - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
The CSX Output Method.
METHOD_TEXT - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
METHOD_XHTML - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
METHOD_XML - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
MINEXCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
MININCLUSIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
MINLENGTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
MISSING_NS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
missingAttr - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
MIXED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
MIXED - Static variable in class oracle.xml.parser.v2.ElementDecl
Element content type - Children can be PCDATA & elements as per CM
MIXED_CONTENTTYPE - Static variable in class oracle.xml.parser.v2.XMLElement
 
MODE_ASYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
Create an asynchronous LSParser.
MODE_SYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
Create a synchronous LSParser.
MODIFICATION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was modified in place.
MONTH - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
msg(String) - Method in class oracle.xml.xsql.XSQLDiagnostic
 
MutationEvent - Interface in org.w3c.dom.events
The MutationEvent interface provides specific contextual information associated with Mutation events.

N

N_STRING - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
Basic generated type derived from STRING
NAME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NamedNodeMap - Interface in org.w3c.dom
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NameList - Interface in org.w3c.dom
The NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be null values), without defining or constraining how this collection is implemented.
NAMESPACE - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a namepsace
NAMESPACE_CONTEXT - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
NAMESPACE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NAMESPACE_NODE - Static variable in class oracle.xml.parser.v2.XMLNode
A namespace node
NamespaceSupport - Class in org.xml.sax.helpers
Encapsulate Namespace logic for use by SAX drivers.
NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
NBUFFERS - Static variable in class oracle.xml.scalable.BinaryStream
 
nBUILTIN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NCNAME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NEGATIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NEW_STATE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Obtain a new instance of a DOM Document object to build a DOM tree with.
newDocument() - Method in class oracle.xml.jaxp.JXDocumentBuilder
Obtain a new instance of a DOM Document object to build a DOM tree with.
newDocument() - Static method in class oracle.xml.xsql.XSQLParserHelper
 
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
Creates a new instance of a DocumentBuilder using the currently configured parameters.
newDocumentBuilder() - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
Creates a new instance of a DocumentBuilder using the currently configured parameters.
newInstance(String) - Static method in class javax.xml.bind.JAXBContext
Obtain a new instance of a JAXBContext class.
newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
Obtain a new instance of a JAXBContext class.
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Obtain a new instance of a DocumentBuilderFactory.
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Obtain a new instance of a SAXParserFactory.
newInstance() - Static method in class javax.xml.transform.TransformerFactory
Obtain a new instance of a TransformerFactory.
newInstance(String) - Static method in class oracle.xml.scalable.BinaryStream
Factory method to creat format specific BinaryStream
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Creates a new instance of a SAXParser using the currently configured factory parameters.
newSAXParser() - Method in class oracle.xml.jaxp.JXSAXParserFactory
Creates a new instance of a SAXParser using the currently configured factory parameters.
newTemplates(Source) - Method in class javax.xml.transform.TransformerFactory
Process the Source into a Templates object, which is a a compiled representation of the source.
newTemplates(Source) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Process the Source into a Templates object, which is a a compiled representation of the source.
newTemplatesHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object.
newTemplatesHandler() - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object.
newTransformer() - Method in interface javax.xml.transform.Templates
Create a new transformation context for this Templates object.
newTransformer(Source) - Method in class javax.xml.transform.TransformerFactory
Process the Source into a Transformer object.
newTransformer() - Method in class javax.xml.transform.TransformerFactory
Create a new Transformer object that performs a copy of the source to the result.
newTransformer(Source) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Process the Source into a Transformer object.
newTransformer() - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Create a new Transformer object that performs a copy of the source to the result.
newTransformer() - Method in class oracle.xml.parser.v2.XSLStylesheet
Create a new Transformer for XSL Transformation
newTransformerHandler(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument.
newTransformerHandler(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
newTransformerHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
Get a TransformerHandler object that can process SAX ContentHandler events into a Result.
newTransformerHandler(Source) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument.
newTransformerHandler(Templates) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
newTransformerHandler() - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Get a TransformerHandler object that can process SAX ContentHandler events into a Result.
newXMLFilter(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Create an XMLFilter that uses the given Source as the transformation instructions.
newXMLFilter(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Create an XMLFilter, based on the Templates argument..
newXMLFilter(Source) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Create an XMLFilter that uses the given Source as the transformation instructions.
newXMLFilter(Templates) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Create an XMLFilter, based on the Templates argument..
newXSLStylesheet(XMLDocument) - Method in class oracle.xml.parser.v2.XSLProcessor
Constructs an XSLStylesheet using the given XMLDocument
newXSLStylesheet(InputStream) - Method in class oracle.xml.parser.v2.XSLProcessor
Constructs an XSLStylesheet using the given Inputstream XSL function document('') is not supported as there is no way to re-access the input Stylesheet as XMLDocument.
newXSLStylesheet(URL) - Method in class oracle.xml.parser.v2.XSLProcessor
Constructs an XSLStylesheet using the given URL
newXSLStylesheet(Reader) - Method in class oracle.xml.parser.v2.XSLProcessor
Constructs an XSLStylesheet using the given Reader XSL function document('') is not supported as there is no way to re-access the input Stylesheet as XMLDocument.
next() - Method in interface javax.xml.xquery.XQSequence
Moves to the next item in the sequence.
next() - Method in interface oracle.xml.scalable.BinaryIterator
 
next() - Method in interface oracle.xml.scalable.InfosetReader
Get next parsing event This method will throw an IllegalStateException if it is called after hasNext() returns false.
nextElementByQName(QName) - Method in class oracle.xml.scalable.BinaryNav
Move cursor to next element with given QName This will find the next element in document order with the given QName
nextNode() - Method in interface org.w3c.dom.traversal.NodeIterator
Returns the next node in the set and advances the position of the iterator in the set.
nextNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextSibling() - Method in class oracle.xml.scalable.BinaryNav
Move the cursor to the following sibling element if any
nextSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
nextSiblingByQName(QName) - Method in class oracle.xml.scalable.BinaryNav
Move cursor to next sibling element with given QName
nFacets - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NMTOKEN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NMTOKEN - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - TokenizedType - Name token
NMTOKENS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NMTOKENS - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - TokenizedType - Name tokens
NO_CHILD - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NO_DATA_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If data is specified for a node which does not support data
NO_MODIFICATION_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed
NO_REUSE - Static variable in class oracle.xml.parser.v2.XMLOutputStream
 
NO_SCHEMA_AVAILABLE_ERR - Static variable in exception org.w3c.dom.validation.ExceptionVAL
This error occurs when the operation cannot complete due to an unavailable schema.
NO_TIMEOUT - Static variable in class oracle.xml.xquery.OXQEntityResolverRequestOptions
The timeout value that will be returned by OXQEntityResolverRequestOptions.getTimeout() if there is no timeout.
Node - Interface in org.w3c.dom
The Node interface is the primary datatype for the entire Document Object Model.
NODE_ADOPTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is adopted, using Node.adoptNode().
NODE_CLONED - Static variable in interface org.w3c.dom.UserDataHandler
The node is cloned, using Node.cloneNode().
NODE_DELETED - Static variable in interface org.w3c.dom.UserDataHandler
The node is deleted.
NODE_FACTORY - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Set NodeFactory to build custom Nodes
NODE_FACTORY - Static variable in class oracle.xml.parser.v2.DOMParser
Set NodeFactory to build custom Nodes
NODE_FACTORY_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
NODE_IMPORTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is imported, using Node.importNode().
NODE_RENAMED - Static variable in interface org.w3c.dom.UserDataHandler
The node is renamed, using Node.renameNode().
NodeEditVAL - Interface in org.w3c.dom.validation
This interface is similar to the [DOM Level 3 Core] Node interface, with methods for guided document editing.
NodeFactory - Class in oracle.xml.parser.v2
This class specifies methods to create various nodes of the DOM tree built during parsing.
NodeFactory() - Constructor for class oracle.xml.parser.v2.NodeFactory
Default constructor for NodeFactory
NodeFilter - Interface in org.w3c.dom.traversal
Filters are objects that know how to "filter out" nodes.
noDefinition - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NodeIterator - Interface in org.w3c.dom.traversal
Iterators are used to step through a set of nodes, e.g. the set of nodes in a NodeList, the document subtree governed by a particular Node, the results of a query, or any other set of nodes.
NodeList - Interface in org.w3c.dom
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NodeReadHandler - Interface in oracle.xml.parser.v2
 
nodeToString(Node, boolean) - Static method in class oracle.xml.diff.XmlUtils
Helper method for printing out the DOM Node.
nodeTypeToString(int) - Static method in class oracle.xml.util.XMLUtil
 
nodeValidity(short) - Method in class oracle.xml.parser.v2.XMLCDATA
DOM 3 ValidationAPI's ***
nodeValidity(short) - Method in class oracle.xml.parser.v2.XMLDocument
Determines if the node is valid relative to the validation type specified in valType.
nodeValidity(short) - Method in class oracle.xml.parser.v2.XMLElement
Determines if the node is valid relative to the validation type specified in valType.
nodeValidity(short) - Method in class oracle.xml.parser.v2.XMLNode
Determines if the node is valid relative to the validation type specified in valType.
nodeValidity(short) - Method in interface org.w3c.dom.validation.NodeEditVAL
Determines if the node is valid relative to the validation type specified in valType.
NON_NEGATIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NON_POSITIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
noncapturing - Static variable in class oracle.xml.parser.v2.XMLNode
 
NONE - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies that a DTD is not to be generated.
NONE - Static variable in class oracle.xml.transx.LangTag
constants to identify the normalization to be applied to the language ID
normalize() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
normalize
normalize() - Method in class oracle.xml.parser.v2.XMLElement
Deprecated.
As of DOM 2
normalize() - Method in class oracle.xml.parser.v2.XMLNode
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalize() - Method in class oracle.xml.parser.v2.XMLNSNode
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes,i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalize() - Method in interface org.w3c.dom.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalize2RFC2396(String) - Static method in class oracle.xml.util.UnicodeUtil
normalize a string to RFC 2396 standards
normalizeDocument() - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
normalizeTextNodes(boolean) - Method in class oracle.xml.diff.Options
 
normalizeTextNodes() - Method in class oracle.xml.diff.Options
 
normalizeUnicode(String, int) - Static method in class oracle.xml.util.UnicodeUtil
Deprecated. 
normalizeUnicode(char[], int, int, int) - Static method in class oracle.xml.util.UnicodeUtil
Deprecated. 
normalizeUnicodeByJdkOrGdk(char[], int, int, int) - Static method in class oracle.xml.util.UnicodeUtil
normalize unicode char array based on the mode
normalizeUnicodeNFC(String) - Static method in class oracle.xml.util.UnicodeUtil
Deprecated. 
normalizeUnicodeNFC(char[], int, int) - Static method in class oracle.xml.util.UnicodeUtil
Deprecated. 
NOT_DONE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NOT_FOUND_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to reference a node in a context where it does not exist
NOT_SUPPORTED_ERR - Static variable in exception org.w3c.dom.DOMException
If the implementation does not support the requested type of object or operation.
NOTATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NOTATION - Static variable in class oracle.xml.parser.v2.AttrDecl
AttType - EnumeratedType - Notation
Notation - Interface in org.w3c.dom
This interface represents a notation declared in the DTD.
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
The node is a Notation.
notationDecl(String, String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
 
NotationDecl - Static variable in interface oracle.xml.parser.v2.XMLToken
NotationDecl ::= '<' '!
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.
notComplete - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NotIdentifiableEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered resolvin an ID/IDREF.
notSubstitutable - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
notSubTypeOf - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
nPRIMITIVE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
NS_CONFLICT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NS_DIF_SPECIFIED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NS_NOT_ALLOWED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NS_NOT_EXPECTED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NS_NOT_SAME - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NS_RESOLVER - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
NSName - Interface in oracle.xml.parser.v2
Deprecated.
- use oracle.xml.util.NSName
NSName - Interface in oracle.xml.util
This interface provides Namespace support for Element and Attr names
NSResolver - Interface in oracle.xml.parser.v2
This interface provides support for resolving Namespaces
NULL - Static variable in class oracle.xml.xsql.XSQLUtil
 
NULL_IDX - Static variable in class oracle.xml.scalable.BinaryNav
 

O

OCC_EMPTY - Static variable in interface javax.xml.xquery.XQSequenceType
 
OCC_EXACTLY_ONE - Static variable in interface javax.xml.xquery.XQSequenceType
 
OCC_ONE_OR_MORE - Static variable in interface javax.xml.xquery.XQSequenceType
 
OCC_ZERO_OR_MORE - Static variable in interface javax.xml.xquery.XQSequenceType
 
OCC_ZERO_OR_ONE - Static variable in interface javax.xml.xquery.XQSequenceType
 
OCISTREAM - Static variable in class oracle.xdb.RealInputStream
Constant to denote an ocistream.
offsetFromBytes(byte[], int) - Method in interface oracle.xml.scalable.InfosetReader
Create offset from a byte representation in the byte buffer starting at 'start' index.
offsetToBytes(InfosetReader.Offset, byte[], int) - Method in interface oracle.xml.scalable.InfosetReader
Write a byte representation of the Offset into the byte buffer starting at 'start' index.
offsetToLong() - Method in interface oracle.xml.scalable.InfosetReader
Returns a long representing the current position/offset in the reader.
OMIT_XML_DECL - Static variable in class oracle.xml.binxml.BinXMLSerializer
Print XML Declaration
OMIT_XML_DECL - Static variable in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Print XML Declaration
OMIT_XML_DECLARATION - Static variable in class javax.xml.transform.OutputKeys
omit-xml-declaration = "yes" | "no".
open(String, String, String) - Method in interface oracle.xml.transx.TransX
Start a data loading session.
open(Connection) - Method in interface oracle.xml.transx.TransX
Start a data loading session.
OPTION_BINDING - Static variable in interface oracle.xml.xquery.OXQJavaResolverFactory
Name of the option that specifies the Java binding.
OPTION_FUNCTION_DETERMINISTIC - Static variable in interface oracle.xml.xquery.OXQOptions
The name of the option declaration that specifies whether an external function is deterministic or not.
OPTION_FUNCTION_INLINE - Static variable in interface oracle.xml.xquery.OXQOptions
The name of the option declaration that specifies whether a user defined function will be inlined.
Options - Class in oracle.xml.diff
Options.
Options() - Constructor for class oracle.xml.diff.Options
 
Options(boolean, boolean, boolean) - Constructor for class oracle.xml.diff.Options
 
Options(Options) - Constructor for class oracle.xml.diff.Options
 
OR - Static variable in class oracle.xml.parser.v2.ElementDecl
ContentModelParseTreeNode type - "|" node (has two children)
oracle.xdb - package oracle.xdb
Packages oracle.xdb and oracle.xdb.dom implement the Java Document Object Model (DOM) API for XMLType.
oracle.xdb.dom - package oracle.xdb.dom
 
oracle.xdb.event - package oracle.xdb.event
Provides the classes needed for Oracle Oracle XML Database Repository Events framework.
oracle.xdb.servlet - package oracle.xdb.servlet
This package is the Oracle XML DB implementation of Java Servlet API - Version 2.2, with the following exceptions: All servlets must be distributable.
oracle.xml.async - package oracle.xml.async
Provides asynchronous Java beans for DOM building and XSL Transformations.
oracle.xml.binxml - package oracle.xml.binxml
Provides APIs for Binary XML encoding and decoding.
oracle.xml.comp - package oracle.xml.comp
Provides APIs for SAX based compression/decompression.
oracle.xml.dbaccess - package oracle.xml.dbaccess
Includes the DBAccess java bean which provides access to XML stored in an Oracle database as CLOB tables.
oracle.xml.diff - package oracle.xml.diff
Provides an API for comparison of XML inputs.
oracle.xml.differ - package oracle.xml.differ
Provides a Java bean which finds the diffrences between two XML files and outputs the differences as XSLT code.
oracle.xml.jaxp - package oracle.xml.jaxp
Provides implementation of JAXP standard.
oracle.xml.parser.schema - package oracle.xml.parser.schema
Provides APIs for XML Schema processing.
oracle.xml.parser.v2 - package oracle.xml.parser.v2
Provides APIs for XML parsing (SAX and DOM), XSL Transformations (XSLT).
oracle.xml.pipeline.controller - package oracle.xml.pipeline.controller
Provides an XML Pipeline controller which executes XML processes in an pipeline based on dependencies.
oracle.xml.pipeline.processes - package oracle.xml.pipeline.processes
Provides wrapper classes for XML processes which can be executed by the XML Pipeline controller.
oracle.xml.scalable - package oracle.xml.scalable
Provides APIs for Scalable DOM.
oracle.xml.schemavalidator - package oracle.xml.schemavalidator
Provides a Java bean which encapsulates the validation of XML DOM against an XML Schema.
oracle.xml.sql - package oracle.xml.sql
Provides APIs for generating XML from the database and storing XML in the database.
oracle.xml.sql.dml - package oracle.xml.sql.dml
This package contains the OracleXMLSave class.
oracle.xml.sql.query - package oracle.xml.sql.query
This package contains the OracleXMLQuery class.
oracle.xml.transviewer - package oracle.xml.transviewer
Includes the DBAccess java bean which provides access to XML stored in an Oracle database as CLOB tables.
oracle.xml.transx - package oracle.xml.transx
Provides APIs for TransX (a data transfer utility that allows you to populate your database with multilingual data).
oracle.xml.util - package oracle.xml.util
Contains XML related utility classes.
oracle.xml.xmlcomp - package oracle.xml.xmlcomp
Provides a Java bean wrapper for the XML compression utility.
oracle.xml.xmldbaccess - package oracle.xml.xmldbaccess
Provides a Java bean to store and retrieve XML data from XMLType talbes in an Oracle database.
oracle.xml.xquery - package oracle.xml.xquery
Contains extensions to the XQuery API for Java (JSR 225) and OXQDataSource, the Oracle implementation of XQDataSource.
oracle.xml.xquery.xqjdb - package oracle.xml.xquery.xqjdb
Oracle XQJ implementation for use with XML DB.
oracle.xml.xsql - package oracle.xml.xsql
Provides APIs for Oracle XSQL Pages and XSQL Servlet.
ORACLE_JAXP_FEATURE_COMPACT_DOC - Static variable in class oracle.xml.parser.v2.DOMParser
 
OracleXMLQuery - Class in oracle.xml.sql.query
This generates XML from a SQL query.
OracleXMLQuery(Connection, String) - Constructor for class oracle.xml.sql.query.OracleXMLQuery
Constructor for the OracleXMLQuery object.
OracleXMLQuery(Connection, ResultSet) - Constructor for class oracle.xml.sql.query.OracleXMLQuery
Constructor for the OracleXMLQueryObject.
OracleXMLQuery(OracleXMLDataSet) - Constructor for class oracle.xml.sql.query.OracleXMLQuery
Constructor for the OracleXMLQueryObject.
OracleXMLSave - Class in oracle.xml.sql.dml
OracleXMLSave - This class supports canonical mapping from XML to object-relational tables and views.
OracleXMLSave(Connection, String) - Constructor for class oracle.xml.sql.dml.OracleXMLSave
Constructor for the OracleXMLSave class.
OracleXMLSQLException - Exception in oracle.xml.sql
The OracleXMLSQLException class is the generic runtime exception thrown by the XSU.
OracleXMLSQLException(Exception) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(Exception, String) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(String, Exception, boolean) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(String, Exception) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(String, Exception, String) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(String) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(String, String) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(String, int) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLException(String, int, String) - Constructor for exception oracle.xml.sql.OracleXMLSQLException
Constructor for the OracleXMLSQLException object.
OracleXMLSQLNoRowsException - Exception in oracle.xml.sql
The OracleXMLSQLNoRowsException class represents the runtime exception thrown when no rows are returned by a query when using the XSU.
OracleXMLSQLNoRowsException() - Constructor for exception oracle.xml.sql.OracleXMLSQLNoRowsException
Constructor for the Oracle XMLSQLNoRowsException object
OracleXMLSQLNoRowsException(String) - Constructor for exception oracle.xml.sql.OracleXMLSQLNoRowsException
Constructor for the Oracle XMLSQLNoRowsException object
orapipe - Class in oracle.xml.pipeline.controller
The orapipe class provides a command-line interface to validate and execute the pipedoc for running connecting xml components together.
orapipe() - Constructor for class oracle.xml.pipeline.controller.orapipe
 
oraxml - Class in oracle.xml.parser.v2
The oraxml class provides a command-line interface to validate XML files java oracle.xml.parser.v2.oraxml options* <filename> -help Prints the help message -version Prints the release version -novalidate Parses the input file to check for well-formedness -dtd Validates the input file with DTD validation -schema Validates the input file with Schema validation -log <logfile> Writes the errors/logs to the output file -comp Compresses the input xml file -decomp Decompresses the input compressed file -enc Prints the encoding of the input file -nonsecure Disable secure processing -warning Show warnings
oraxml() - Constructor for class oracle.xml.parser.v2.oraxml
 
oraxsl - Class in oracle.xml.parser.v2
The oraxsl class provides a command-line interface to applying stylesheets on multiple XML documents.
oraxsl() - Constructor for class oracle.xml.parser.v2.oraxsl
 
ORDERING_MODE_ORDERED - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that ordered results are to be returned by certain path expressions, union, intersect, and except expressions, and FLWOR expressions that have no order by clause.
ORDERING_MODE_UNORDERED - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that unordered results are to be returned by certain path expressions, union, intersect, and except expressions, and FLWOR expressions that have no order by clause.
org.w3c.dom - package org.w3c.dom
A W3C standard package for XML Document Object Model (DOM), that provides a framework of interfaces for implementing  'DOM level 2 CORE..
org.w3c.dom.events - package org.w3c.dom.events
A W3C standard package, that supports the optional "Events", "UIEvents", "MouseEvents", "MutationEvents", and "HTMLEvents" features of the DOM Level 2 Recommendation.
org.w3c.dom.ls - package org.w3c.dom.ls
A W3C standard package that supports the loading and saving of XML documents, a part of the DOM Level 3 Load and Save Specification.
org.w3c.dom.ranges - package org.w3c.dom.ranges
A W3C standard package, that provides a framework of interfaces for DOM level 2 Range to dynamically identify a range of content in an XML document.
org.w3c.dom.traversal - package org.w3c.dom.traversal
A W3C standard package, that provides a framework of interfaces for implementing DOM level 2 Traversal feature for dynamically traversing the XML document.
org.w3c.dom.validation - package org.w3c.dom.validation
A W3C standard package of DOM level 3 Validation specification, that  provides guidance to programs and scripts to dynamically update the content and structure of documents, ensuring the validity of the document.
org.xml.sax - package org.xml.sax
SAX is Simple API for XML, this package provides the core SAX APIs.
org.xml.sax.ext - package org.xml.sax.ext
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
org.xml.sax.helpers - package org.xml.sax.helpers
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
Output - Class in oracle.xml.pipeline.controller
This class represents an output object of a pipeline process.
OutputKeys - Class in javax.xml.transform
Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.
OXQAnnotation - Interface in oracle.xml.xquery
OXQCloseable - Interface in oracle.xml.xquery
Extension methods for closeable objects.
OXQCompositeResolverFactory - Interface in oracle.xml.xquery
The factory interface for creating composite entity resolvers.
OXQConnection - Interface in oracle.xml.xquery
OXQConstants - Class in oracle.xml.xquery
Constant values.
OXQDataFactory - Interface in oracle.xml.xquery
OXQDataSource - Class in oracle.xml.xquery
OXQDataSource() - Constructor for class oracle.xml.xquery.OXQDataSource
Constructs a data source with default properties.
OXQDataSource(Properties) - Constructor for class oracle.xml.xquery.OXQDataSource
Constructs a data source with the specified properties.
OXQDDataSource - Class in oracle.xml.xquery.xqjdb
This class is Oracle's concrete implementation of the XQDataSource interface, for use with Oracle XML DB.
OXQDDataSource() - Constructor for class oracle.xml.xquery.xqjdb.OXQDDataSource
Create a new OXQDataSource for connecting to XML DB.
OXQDebugListener - Class in oracle.xml.xquery
An event listener for implementing an XQuery debugger client.
OXQDecimalFormat - Interface in oracle.xml.xquery
The implementation of this interface should store the decimal format properties that fn:format-number will use to format a number.
OXQDynamicContext - Interface in oracle.xml.xquery
OXQEntity - Class in oracle.xml.xquery
The entity returned by an OXQEntityResolver.
OXQEntity(Object) - Constructor for class oracle.xml.xquery.OXQEntity
Constructs an entity.
OXQEntity(Object, String) - Constructor for class oracle.xml.xquery.OXQEntity
Constructs an entity.
OXQEntityKind - Enum in oracle.xml.xquery
The kind of entity to be resolved.
OXQEntityLoader - Interface in oracle.xml.xquery
Manages the lifecycle of schemas and modules in the static context.
OXQEntityLocator - Class in oracle.xml.xquery
The location of an entity to be resolved.
OXQEntityResolver - Class in oracle.xml.xquery
Used by the XQuery processor to obtain different kinds of resource entities.
OXQEntityResolverFactory - Interface in oracle.xml.xquery
A factory for creating instances of OXQEntityResolver.
OXQEntityResolverRequestOptions - Class in oracle.xml.xquery
Additional options for use when resolving an entity.
OXQExpression - Interface in oracle.xml.xquery
OXQFileResolverFactory - Interface in oracle.xml.xquery
The factory interface that creates resolvers for Java's 'file:' URIs.
OXQFunctionContext - Interface in oracle.xml.xquery
The runtime context provided to extensions of OXQFunctionEvaluator.
OXQFunctionEvaluator - Class in oracle.xml.xquery
Extensions of this can be used to implement XQuery external functions.
OXQFunctionMetaData - Interface in oracle.xml.xquery
Function metadata used when resolving an external function.
OXQHttpResolverFactory - Interface in oracle.xml.xquery
The factory interface for creating entity resolvers for the HTTP protocol.
OXQItem - Interface in oracle.xml.xquery
OXQItemAccessor - Interface in oracle.xml.xquery
OXQJavaResolverFactory - Interface in oracle.xml.xquery
The factory interface for creating entity resolvers for external functions implemented in Java.
OXQOptions - Interface in oracle.xml.xquery
Exposes the contents of zero or more XQuery option declarations.
OXQPreparedExpression - Interface in oracle.xml.xquery
OXQSequence - Interface in oracle.xml.xquery
OXQSerializationParameters - Interface in oracle.xml.xquery
Models the supported serialization parameters.
OXQStackTraceElement - Interface in oracle.xml.xquery
Provides contextual information about query processing to an XQuery debugger client.
OXQStackTraceVariable - Interface in oracle.xml.xquery
Provides information about a variable binding in addition to what is provided by XQStackTraceVariable.
OXQStaticContext - Interface in oracle.xml.xquery
OXQView - Class in oracle.xml.xquery
This class provides methods to access Oracle's XQJ extensions (OXQJ) and extensions to other classes returned by the XQJ implementation.
OXQView.OXQViewAccessor - Interface in oracle.xml.xquery
Generic interface implemented by all XQJ objects which are capable of providing an OXQJ view.

P

PAGE_MANAGER_ID - Static variable in class oracle.xml.parser.v2.BinaryParser
 
PAGE_MANAGER_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
pageIdFromBytes(byte[], int) - Method in interface oracle.xml.scalable.PageManager
Create pageId from a byte representation in the byte buffer starting at 'start' index.
pageIdToBytes(PageManager.PageId, byte[], int) - Method in interface oracle.xml.scalable.PageManager
Write a byte representation of the PageId into the byte buffer starting at 'start' index.
pageLength(PageManager.PageId) - Method in interface oracle.xml.scalable.PageManager
Gets the page length.
PageManager - Interface in oracle.xml.scalable
Interface for managing pages
PageManager.PageId - Interface in oracle.xml.scalable
PageId Interface
pageProcessingCompleted() - Method in interface oracle.xml.xsql.XSQLRequestObjectListener
Event handler method invoked by the page processing engine on any object that implements this interface which is added to the request
parent() - Method in class oracle.xml.scalable.BinaryNav
Move to the parent element if there is one
parentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves to and returns the closest visible ancestor node of the current node.
parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
parse(InputStream, String) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
parse(String) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given URI as an XML document and return a new DOM Document object.
parse(File) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given file as an XML document and return a new DOM Document object.
parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified org.xml.sax.HandlerBase.
parse(InputStream, HandlerBase, String) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified org.xml.sax.HandlerBase.
parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(InputStream, DefaultHandler, String) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified org.xml.sax.HandlerBase.
parse(String, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the content of the file specified as XML using the specified org.xml.sax.HandlerBase.
parse(File, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the file specified as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the content given org.xml.sax.InputSource as XML using the specified org.xml.sax.HandlerBase.
parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content given org.xml.sax.InputSource as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(InputSource) - Method in class oracle.xml.async.DOMBuilder
Parses the XML from given input source
parse(String) - Method in class oracle.xml.async.DOMBuilder
Parses the XML from the URL indicated
parse(URL) - Method in class oracle.xml.async.DOMBuilder
Parses the XML document pointed to by the given URL and creates the corresponding XML document hierarchy.
parse(InputStream) - Method in class oracle.xml.async.DOMBuilder
Parses the XML from given input stream.
parse(Reader) - Method in class oracle.xml.async.DOMBuilder
Parses the XML from given input stream.
parse(String) - Method in class oracle.xml.comp.CXMLParser
Parse the compressed stream and generates the SAX events.
parse(ObjectInput) - Method in class oracle.xml.comp.CXMLParser
Parse the compressed stream and generates the SAX events.
parse(InputStream) - Method in class oracle.xml.jaxp.JXDocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
parse(InputStream, String) - Method in class oracle.xml.jaxp.JXDocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
parse(InputSource) - Method in class oracle.xml.jaxp.JXDocumentBuilder
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(InputStream, HandlerBase, String) - Method in class oracle.xml.jaxp.JXSAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified org.xml.sax.HandlerBase.
parse(InputStream, DefaultHandler) - Method in class oracle.xml.jaxp.JXSAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(InputStream, DefaultHandler, String) - Method in class oracle.xml.jaxp.JXSAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(InputSource, DefaultHandler) - Method in class oracle.xml.jaxp.JXSAXParser
Parse the content given org.xml.sax.InputSource as XML using the specified org.xml.sax.helpers.DefaultHandler.
parse(InputSource) - Method in class oracle.xml.parser.v2.XMLParser
Parses the XML from given input source
parse(String) - Method in class oracle.xml.parser.v2.XMLParser
Parses the XML from the URL indicated
parse(URL) - Method in class oracle.xml.parser.v2.XMLParser
Parses the XML document pointed to by the given URL and creates the corresponding XML document hierarchy.
parse(InputStream) - Method in class oracle.xml.parser.v2.XMLParser
Parses the XML from given input stream.
parse(Reader) - Method in class oracle.xml.parser.v2.XMLParser
Parses the XML from given input stream.
parse(URL, PrintWriter) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
parse(Reader, URL, PrintWriter) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
parse(InputStream, URL, PrintWriter) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
parse(Reader, PrintWriter) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
parse(LSInput) - Method in interface org.w3c.dom.ls.LSParser
Parse an XML document from a resource identified by a LSInput.
parse(String) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated.
Parse an XML document.
parse(String) - Method in interface org.xml.sax.Parser
Deprecated.
Parse an XML document from a system identifier (URI).
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parseBase64Binary(String) - Static method in class oracle.xml.util.XMLUtil
 
ParseConversionEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
parseDocument() - Method in class oracle.xml.parser.v2.XMLTokenizer
Parses an XML Document
parseDTD(InputSource, String) - Method in class oracle.xml.async.DOMBuilder
Parses the XML External DTD from given input source
parseDTD(String, String) - Method in class oracle.xml.async.DOMBuilder
Parses the XML External DTD from the URL indicated
parseDTD(URL, String) - Method in class oracle.xml.async.DOMBuilder
Parses the XML External DTD document pointed to by the given URL and creates the corresponding XML document hierarchy.
parseDTD(InputStream, String) - Method in class oracle.xml.async.DOMBuilder
Parses the XML External DTD from given input stream.
parseDTD(Reader, String) - Method in class oracle.xml.async.DOMBuilder
Parses the XML External DTD from given input stream.
parseDTD(InputSource, String) - Method in class oracle.xml.parser.v2.DOMParser
Parses the XML External DTD from given input source
parseDTD(String, String) - Method in class oracle.xml.parser.v2.DOMParser
Parses the XML External DTD from the URL indicated
parseDTD(URL, String) - Method in class oracle.xml.parser.v2.DOMParser
Parses the XML External DTD document pointed to by the given URL and creates the corresponding XML document hierarchy.
parseDTD(InputStream, String) - Method in class oracle.xml.parser.v2.DOMParser
Parses the XML External DTD from given input stream.
parseDTD(Reader, String) - Method in class oracle.xml.parser.v2.DOMParser
Parses the XML External DTD from given input stream.
parseFromString(String, PrintWriter) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
parseFromString(StringBuffer, PrintWriter) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
PARSER - Static variable in class oracle.xml.parser.v2.XMLParser
 
Parser - Interface in org.xml.sax
Deprecated.
This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
PARSER_CDATA - Static variable in class oracle.xml.parser.v2.XMLParser
 
PARSER_DTD - Static variable in class oracle.xml.parser.v2.XMLParser
 
ParserAdapter - Class in org.xml.sax.helpers
Adapt a SAX1 Parser as a SAX2 XMLReader.
ParserAdapter() - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserAdapter(Parser) - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserConfigurationException - Exception in javax.xml.parsers
Indicates a serious configuration error.
ParserConfigurationException() - Constructor for exception javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with no detail mesage.
ParserConfigurationException(String) - Constructor for exception javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with the String specified as an error message.
ParserFactory - Class in org.xml.sax.helpers
Deprecated.
This class works with the deprecated Parser interface.
parseURI(String) - Method in interface org.w3c.dom.ls.LSParser
Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
parseWithContext(LSInput, Node, short) - Method in interface org.w3c.dom.ls.LSParser
Parse an XML fragment from a resource identified by a LSInput and insert the content into an existing document at the position specified with the context and action arguments.
PARTIAL_DOM_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
PATH_ELEM_TOO_LONG - Static variable in class oracle.xdb.XDBError
Error message
PATH_TOO_LONG - Static variable in class oracle.xdb.XDBError
Error message
PATTERN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
peek() - Method in class oracle.xml.util.Queue
 
peek(int) - Method in class oracle.xml.util.Queue
 
PERIOD - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
PESSIMISTIC_TYPE_CHECKING - Static variable in class oracle.xml.xquery.OXQDataSource
A property that determines if optimistic or pessimistic type checking will be used at compile time.
PI - Static variable in interface oracle.xml.parser.v2.XMLToken
PI ::= '<' '?'
PI_DISABLE_OUTPUT_ESCAPING - Static variable in interface javax.xml.transform.Result
The name of the processing instruction that is sent if the result tree disables output escaping.
PI_ENABLE_OUTPUT_ESCAPING - Static variable in interface javax.xml.transform.Result
The name of the processing instruction that is sent if the result tree enables output escaping at some point after having received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
PipeDocElement - Class in oracle.xml.pipeline.controller
Abstract class to represent an element in the pipeline document.
PipelineConstants - Interface in oracle.xml.pipeline.controller
This interface contains all the static constants for pipeline.controller.
PipelineDoc - Class in oracle.xml.pipeline.controller
Encapsulates the pipeline doc, which forms the input to the pipeline execution.
PipelineDoc(InputSource, boolean) - Constructor for class oracle.xml.pipeline.controller.PipelineDoc
Create a pipeline doc.
PipelineDoc(InputStream, boolean) - Constructor for class oracle.xml.pipeline.controller.PipelineDoc
Create a pipeline doc.
PipelineDoc(Reader, boolean) - Constructor for class oracle.xml.pipeline.controller.PipelineDoc
Create a pipeline doc.
PipelineDoc(String, boolean) - Constructor for class oracle.xml.pipeline.controller.PipelineDoc
Create a pipeline doc.
PipelineErrorHandler - Interface in oracle.xml.pipeline.controller
For Pipeline Errors the application calling the Pipeline Processor must implement this interface to handle errors received from the Pipeline Processor.
PipelineException - Exception in oracle.xml.pipeline.controller
Represents an exception thrown by a pipeline method.
PipelineException(String) - Constructor for exception oracle.xml.pipeline.controller.PipelineException
Create a new PipelineException
PipelineException(Exception) - Constructor for exception oracle.xml.pipeline.controller.PipelineException
Create a new PipelineException
PipelineProcessor - Class in oracle.xml.pipeline.controller
The top level class which executes the pipeline.
PipelineProcessor() - Constructor for class oracle.xml.pipeline.controller.PipelineProcessor
 
PITarget - Static variable in interface oracle.xml.parser.v2.XMLToken
PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))
PLUS - Static variable in class oracle.xml.parser.v2.ElementDecl
ContentModelParseTreeNode type - "+" node (has one children)
PooledXQConnection - Interface in javax.xml.xquery
An object that provides hooks for connection pool management.
popContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Revert to the previous Namespace context.
POSITIVE_INTEGER - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
POST_CHECKIN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after the checkin of a resource.
POST_CHECKOUT_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after the checkeout of a resource.
POST_CREATE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after a resource is created.
POST_DELETE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after a resource is deleted.
POST_INCONUPDATE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after an inconsistent update using NFS.
POST_LINKIN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the folder resource in which a new link is created, after the creation of the link.
POST_LINKTO_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the target resource to which a new link is created, after the creation of the link.
POST_LOCK_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after a resource is locked.
POST_OPEN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after an open using NFS.
POST_UNCHECKOUT_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after an uncheckout of a resource.
POST_UNLINKFROM_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the target resource when one of its links is deleted, after the unlink operation.
POST_UNLINKIN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the folder resource from which a link is removed, after the unlink operation.
POST_UNLOCK_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after a resource is unlocked.
POST_UPDATE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after an update of a resource.
POST_VERSIONCONTROL_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired after version control operation on a resource.
PRE_CHECKIN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before the checkin of a resource.
PRE_CHECKOUT_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before the checkout of a resource.
PRE_CREATE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before a resource is created.
PRE_DELETE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before a resource is deleted.
PRE_INCONUPDATE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before an inconsistent update using NFS.
PRE_LINKIN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the folder resource in which a new link is created, before the creation of the link.
PRE_LINKTO_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the target resource to which a new link is created, before the creation of the link.
PRE_LOCK_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before a resource is locked.
PRE_OPEN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before an open using NFS.
PRE_UNCHECKOUT_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before an uncheckout of a resource.
PRE_UNLINKFROM_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the target resource when one of its links is deleted, before the unlink operation.
PRE_UNLINKIN_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired for the folder resource from which a link is removed, before the unlink operation.
PRE_UNLOCK_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before a resource is unlocked.
PRE_UPDATE_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before an update of a resource.
PRE_VERSIONCONTROL_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired before version control operation on a resource.
PRECISION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
prepareExpression(String) - Method in interface javax.xml.xquery.XQConnection
Prepares an expression for execution.
prepareExpression(String, XQStaticContext) - Method in interface javax.xml.xquery.XQConnection
Prepares an expression for execution.
prepareExpression(Reader) - Method in interface javax.xml.xquery.XQConnection
Prepares an expression for execution.
prepareExpression(Reader, XQStaticContext) - Method in interface javax.xml.xquery.XQConnection
Prepares an expression for execution.
prepareExpression(InputStream) - Method in interface javax.xml.xquery.XQConnection
Prepares an expression for execution.
prepareExpression(InputStream, XQStaticContext) - Method in interface javax.xml.xquery.XQConnection
Prepares an expression for execution.
prepareExpression(OXQEntity) - Method in interface oracle.xml.xquery.OXQConnection
Prepares an expression for execution.
prepareExpression(OXQEntity, XQStaticContext) - Method in interface oracle.xml.xquery.OXQConnection
Prepares an expression for execution.
PRETTY - Static variable in class oracle.xml.parser.v2.XMLOutputStream
 
preventDefault() - Method in interface org.w3c.dom.events.Event
If an event is cancelable, the preventDefault method is used to signify that the event is to be canceled, meaning any default action normally taken by the implementation as a result of the event will not occur.
previous() - Method in interface javax.xml.xquery.XQSequence
Moves to the previous item in the sequence.
previousNode() - Method in interface org.w3c.dom.traversal.NodeIterator
Returns the previous node in the set and moves the position of the NodeIterator backwards in the set.
previousNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the previous visible node in document order relative to the current node, and returns the new node.
previousSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the previous sibling of the current node, and returns the new node.
prevSibling() - Method in class oracle.xml.scalable.BinaryNav
Move the cursor to the previous sibling element if any
print(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Print given string to writer.
print(PrintWriter) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of this document to the given output stream.
print(Writer) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of this document to the given output stream.
print(OutputStream) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of this document to the given output stream.
print(OutputStream, String) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of this document to the given output stream.
print(PrintDriver) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of this document to the given output stream.
print(Writer) - Method in class oracle.xml.parser.v2.XMLNode
Writes the contents of this node using the given print writer.
print(PrintWriter) - Method in class oracle.xml.parser.v2.XMLNode
Writes the contents of this node using the given print writer.
print(OutputStream) - Method in class oracle.xml.parser.v2.XMLNode
Writes the contents of this node to the given output stream.
print(OutputStream, String) - Method in class oracle.xml.parser.v2.XMLNode
Writes the contents of this node to the given output stream.
print() - Method in class oracle.xml.xsql.XSQLErrorWriter
 
print(Document, OutputStream) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
print(Document, PrintWriter) - Static method in class oracle.xml.xsql.XSQLParserHelper
 
PRINT_DEFAULT_PROPERTY - Static variable in class oracle.xdb.XMLType
Deprecated. 
PRINT_NOPRETTY - Static variable in class oracle.xdb.XMLType
Deprecated. 
PRINT_PRETTY - Static variable in class oracle.xdb.XMLType
Deprecated. 
printAttribute(XMLAttr) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints a XMLAttr node
printAttribute(XMLAttr) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints a XMLAttr node
printAttributeNodes(XMLElement) - Method in interface oracle.xml.parser.v2.PrintDriver
Calls print method for each attribute of the XMLElement
printAttributeNodes(XMLElement) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Calls print method for each attribute of the XMLElement
printBase64Binary(byte[]) - Static method in class oracle.xml.util.XMLUtil
 
printCDATASection(XMLCDATA) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints a XMLCDATA node
printCDATASection(XMLCDATA) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints a XMLCDATA node
printChildNodes(XMLNode) - Method in interface oracle.xml.parser.v2.PrintDriver
Calls print method for each child of the XMLNode
printChildNodes(XMLNode) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Calls print method for each child of the XMLNode
printComment(XMLComment) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints a XMLComment node
printComment(XMLComment) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints a XMLComment node
PrintConversionEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
printDiffTree(int, BufferedWriter) - Method in class oracle.xml.differ.XMLDiff
Prints the diff tree which contains the node names and values which have been identified as diffs by the algorithm.
printDoctype(DTD) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints an DTD.
printDoctype(DTD) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints an DTD.
printDocument(XMLDocument) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints an XMLDocument.
printDocument(XMLDocument) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints an XMLDocument.
printDocumentFragment(XMLDocumentFragment) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints an empty XMLDocumentFragment object.
printDocumentFragment(XMLDocumentFragment) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints an empty XMLDocumentFragment object.
PrintDriver - Interface in oracle.xml.parser.v2
The PrintDriver defines methods used to print XML documents represented as DOM trees.
printedErrorHeader() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns the state of whether an Error Header has been printed
printedErrorHeader() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
printElement(XMLElement) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints an XMLElement.
printElement(XMLElement) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints an XMLElement.
printEntityReference(XMLEntityReference) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints a XMLEntityReference node
printEntityReference(XMLEntityReference) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints a XMLEntityReference node
printErrorListener() - Method in class oracle.xml.util.XMLError
Flush all the JAXP 1.1 errors to the ErrorListener If no ErrorListener was set, default to System.err
printExternalDTD(PrintWriter) - Method in class oracle.xml.parser.v2.DTD
Writes the contents of this document to the given output stream.
printExternalDTD(OutputStream) - Method in class oracle.xml.parser.v2.DTD
Writes the contents of this document to the given output stream.
printExternalDTD(OutputStream, String) - Method in class oracle.xml.parser.v2.DTD
Writes the contents of the external DTD to the given output stream.
printExternalDTD(PrintWriter) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of this document to the given output stream.
printExternalDTD(OutputStream) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of this document to the given output stream.
printExternalDTD(OutputStream, String) - Method in class oracle.xml.parser.v2.XMLDocument
Writes the contents of the external DTD to the given output stream.
println(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Print given string to writer with a newline.
printNode(XMLNode) - Method in class oracle.xml.parser.v2.XMLPrintDriver
 
printProcessingInstruction(XMLPI) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints a XMLPI node
printProcessingInstruction(XMLPI) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints a XMLPI node
printSchema() - Method in class oracle.xml.parser.schema.XMLSchema
print information
printSchema(boolean) - Method in class oracle.xml.parser.schema.XMLSchema
print all schema infomation including buildins
printStackTrace(PrintStream) - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace() - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printStackTrace() - Method in exception javax.xml.transform.TransformerException
Print the the trace of methods from where the error originated.
printStackTrace(PrintStream) - Method in exception javax.xml.transform.TransformerException
Print the the trace of methods from where the error originated.
printStackTrace(PrintWriter) - Method in exception javax.xml.transform.TransformerException
Print the the trace of methods from where the error originated.
printStackTrace() - Method in exception oracle.xml.util.XMLException
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception oracle.xml.util.XMLException
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception oracle.xml.util.XMLException
Prints this Throwable and its backtrace to the specified print writer.
printTextNode(XMLText) - Method in interface oracle.xml.parser.v2.PrintDriver
Prints a XMLText node
printTextNode(XMLText) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Prints a XMLText node
Process - Class in oracle.xml.pipeline.controller
Base class for all pipeline process definitions.
process(OutputStream, PrintWriter) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output to OutputStream and error to a PrintWriters
process(PrintWriter, PrintWriter) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output/errors to respective PrintWriters
process(Dictionary, OutputStream, PrintWriter) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output to OutputStream and errors to PrintWriter
process(Dictionary, PrintWriter, PrintWriter) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output/errors to respective PrintWriters
process(Dictionary) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output/errors to System.out/System.err
process() - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output/errors to System.out/System.err
PROCESS_WAITING - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
processAction(XSLTContext) - Method in class oracle.xml.parser.v2.XSLExtensionElement
Function called to extecute the body of the extension elements
PROCESSING_FULL - Static variable in class oracle.xml.xquery.OXQConstants
An OXQStaticContext constant indicating that queries should be fully processed for execution.
PROCESSING_INSTRUCTION - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a processing instruction
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a ProcessingInstruction.
PROCESSING_STATIC_ANALYSIS_ONLY - Static variable in class oracle.xml.xquery.OXQConstants
An OXQStaticContext constant indicating that the compiler should perform static analysis only.
processingInstruction(String, String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of a processing instruction
processingInstruction(String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Receive notification of a processing instruction.
ProcessingInstruction - Interface in org.w3c.dom
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
processName(String, String[], boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML 1.0 name.
processToDocument(Document, String, XSQLPageRequest) - Static method in class oracle.xml.xsql.XSQLStylesheetProcessor
 
processToWriter(Document, String, XSQLPageRequest) - Static method in class oracle.xml.xsql.XSQLStylesheetProcessor
 
processToXML(PrintWriter) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing errors to respective PrintWriters
processToXML(Dictionary, PrintWriter) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output/errors to respective PrintWriters
processToXML(Dictionary) - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output/errors to System.out/System.err
processToXML() - Method in class oracle.xml.xsql.XSQLRequest
Process the request, writing output/errors to System.out/System.err
processXSL(XSLStylesheet, XMLDocument) - Method in class oracle.xml.async.XSLTransformer
Initiates XSL Transformation in the background.
processXSL(XSLStylesheet, InputStream, URL) - Method in class oracle.xml.async.XSLTransformer
Initiates XSL Transformation in the background.
processXSL(XSLStylesheet, Reader, URL) - Method in class oracle.xml.async.XSLTransformer
Initiates XSL Transformation in the background.
processXSL(XSLStylesheet, URL, URL) - Method in class oracle.xml.async.XSLTransformer
Initiates XSL Transformation in the background.
processXSL(XSLStylesheet, XMLDocument, OutputStream) - Method in class oracle.xml.async.XSLTransformer
Initiates XSL Transformation in the background.
processXSL(XSLStylesheet, XMLDocument, ContentHandler) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, XMLDocument, XMLDocumentHandler) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, XMLDocument, OutputStream) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, XMLDocument, PrintWriter) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, XMLDocument) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, XMLElement, ContentHandler) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLElement and stylesheet.
processXSL(XSLStylesheet, XMLElement, XMLDocumentHandler) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLElement and stylesheet.
processXSL(XSLStylesheet, XMLElement, OutputStream) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML using given XMLElement and stylesheet.
processXSL(XSLStylesheet, XMLElement, PrintWriter) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML using given XMLElement and stylesheet.
processXSL(XSLStylesheet, XMLElement) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, XMLDocumentFragment, XMLDocumentHandler) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, XMLDocumentFragment, OutputStream) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML using given XMLDocumentFragment and stylesheet.
processXSL(XSLStylesheet, XMLDocumentFragment, PrintWriter) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML using given XMLDocumentFragment and stylesheet.
processXSL(XSLStylesheet, XMLDocumentFragment) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given XMLDocument and stylesheet.
processXSL(XSLStylesheet, InputStream, URL) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given InputStream and stylesheet.
processXSL(XSLStylesheet, URL, URL) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given URL and stylesheet.
processXSL(XSLStylesheet, Reader, URL) - Method in class oracle.xml.parser.v2.XSLProcessor
Transform input XML document using given Reader and stylesheet.
PROPERTY_COLLECTION_UNIQUE_CHECK - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether or not the XQuery processor will ensure that the document URIs returned by a COLLECTION entity are unique.
PROPERTY_DOCUMENT_PAGE_MANAGER - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies an instance of PageManager that will be used to store a DOCUMENT entity.
PROPERTY_INFOSET_COMMENTS - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether comment nodes are preserved when converting XML to the XQuery data model.
PROPERTY_INFOSET_INSIGNIFICANT_WHITESPACE - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether insignificant whitespace in an XML document is preserved or ignored when converting XML to the XQuery data model.
PROPERTY_INFOSET_NAMESPACES - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether namespaces that are not known to be used are preserved when converting XML to the XQuery data model.
PROPERTY_INFOSET_SIGNIFICANT_WHITESPACE - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether significant whitespace in an XML document is preserved or ignored when converting XML to the XQuery data model.
PROPERTY_MODULE_STATIC_CONTEXT - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies an instance of XQStaticContext to be used with a returned MODULE entity.
PROPERTY_XML_PARSER_DETECT_ENCODING - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether the XML parser performs document encoding detection or the encoding is detected by the XQuery processor.
PROPERTY_XML_PARSER_DOCUMENT_URI - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether the XQuery processor passes the document URI to the XML parser or not.
PROPERTY_XML_PARSER_VALIDATING - Static variable in class oracle.xml.xquery.OXQEntity
The property that specifies whether or not to use a validating XML parser (performing DTD validation).
PropertyException - Exception in javax.xml.bind
This exception indicates that an error was encountered while getting or setting a property.
PropertyException(String) - Constructor for exception javax.xml.bind.PropertyException
Constructor for PropertyException.
PropertyException(String, String) - Constructor for exception javax.xml.bind.PropertyException
Constructor for PropertyException.
PropertyException(Throwable) - Constructor for exception javax.xml.bind.PropertyException
Constructor for PropertyException.
PropertyException(String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
Constructor for PropertyException.
PropertyException(String, String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
Constructor for PropertyException.
PropertyException(String, Object) - Constructor for exception javax.xml.bind.PropertyException
Constructor for PropertyException.
pushContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Start a new Namespace context.

Q

QMARK - Static variable in class oracle.xml.parser.v2.ElementDecl
ContentModelParseTreeNode type - "?"
QNAME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
QNAME_LOCAL_CACHE_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
Queue - Class in oracle.xml.util
 
Queue(int) - Constructor for class oracle.xml.util.Queue
 
QUOTE - Static variable in class oracle.xml.xsql.XSQLStylesheetProcessor
 
quoteLessThanSigns(String) - Static method in class oracle.xml.xsql.XSQLUtil
 

R

Range - Interface in org.w3c.dom.ranges
RANGE_DELETE_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to delete range event
RANGE_DELETETEXT_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to set range delete text event
RANGE_INSERT_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to set range event
RANGE_INSERTTEXT_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to set range insert text event
RANGE_REPLACE_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to replace range event
RANGE_SETTEXT_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to set range text event
RangeException - Exception in org.w3c.dom.ranges
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short, String) - Constructor for exception org.w3c.dom.ranges.RangeException
 
read(byte[]) - Method in class oracle.xdb.RealInputStream
Function to read upto b.length bytes of data into a byte array
read() - Method in class oracle.xdb.RealInputStream
Function to read the next byte of data
read(byte[], int, int) - Method in class oracle.xdb.RealInputStream
Function to read upto "len" bytes of data into a byte array
read(byte[], int, int) - Method in class oracle.xml.scalable.FilePageManager
Read from the given offset into the buffer
READ_FORBIDDEN - Static variable in class oracle.xdb.XDBError
 
READ_ONLY - Static variable in class oracle.xml.parser.v2.XMLDocument
 
readExternal(ObjectInput) - Method in class oracle.xml.parser.v2.AttrDecl
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
readExternal(ObjectInput) - Method in class oracle.xml.parser.v2.DTD
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
readExternal(ObjectInput) - Method in class oracle.xml.parser.v2.ElementDecl
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
readExternal(ObjectInput) - Method in class oracle.xml.parser.v2.XMLEntity
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
readExternal(ObjectInput) - Method in class oracle.xml.parser.v2.XMLEntityReference
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
readExternal(ObjectInput) - Method in class oracle.xml.parser.v2.XMLNode
This method reads the information that was written to the compressed stream by the writeExternal() method, and restores the object correspondingly.
readExternal(ObjectInput) - Method in class oracle.xml.parser.v2.XMLNotation
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
READONLY_OBJECT - Static variable in class oracle.xdb.XDBError
 
readPage(PageManager.PageId, byte[], int) - Method in interface oracle.xml.scalable.PageManager
Fill the buffer for the given page id.
readToPageManager() - Method in class oracle.xml.scalable.BinaryStream
Read binary from InputStream to PageManger then close InputStream and release it.
RealInputStream - Class in oracle.xdb
Class that provides an inputstream abstraction to support reading from an underlying oracle stream.
RealInputStream(Connection, long, int) - Constructor for class oracle.xdb.RealInputStream
Public constructor.
receiveDiff(List<DiffOp>) - Method in interface oracle.xml.diff.DiffOpReceiver
 
RECURRING_DATE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
RECURRING_DAY - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
RECURRING_DURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
REDEFINE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
REF_RESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
REF_UNRESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
Reference - Static variable in interface oracle.xml.parser.v2.XMLToken
Reference ::= EntityRef | CharRef | PEReference EntityRef ::= '&' Name ';' PEReference ::= '%' Name ';' CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';
RegExprEngine - Class in oracle.xml.util
 
RegExprEngine(String, String) - Constructor for class oracle.xml.util.RegExprEngine
 
registerDTD(URL, String) - Method in interface oracle.xml.binxml.BinXMLProcessor
Registers a DTD locally with the BinXMLProcessor
registerDTD(DTD) - Method in interface oracle.xml.binxml.BinXMLProcessor
Registers a DTD locally with the BinXMLProcessor
registerSchema(URL) - Method in interface oracle.xml.binxml.BinXMLProcessor
Registers a XML schema locally with the BinXMLProcessor
registerSchema(InputStream) - Method in interface oracle.xml.binxml.BinXMLProcessor
Registers a XML schema locally with the BinXMLProcessor
registerSchema(URL, Reader) - Method in interface oracle.xml.binxml.BinXMLProcessor
Registers a XML schema locally with the BinXMLProcessor
registerSchema(String, Reader) - Method in interface oracle.xml.binxml.BinXMLProcessor
Registers a XML schema locally with the BinXMLProcessor
relative(int) - Method in interface javax.xml.xquery.XQSequence
Moves the cursor a relative number of items, either positive or negative.
relativize(String, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
releaseConnection(XSQLConnection, XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLConnectionManager
 
releaseConnection(XSQLConnection, XSQLPageRequest) - Method in class oracle.xml.xsql.XSQLDatasourceConnectionManager
Needed to implement XSQLConnectionManager interface
releaseResource() - Method in class oracle.xml.async.ResourceManager
Releases a resource.
REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just removed.
remove(XDBHandler) - Method in class oracle.xdb.event.XDBHandlerList
Removes the given handler from the list.
remove() - Method in class oracle.xml.util.Queue
 
removeAttribute(String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
removeAttribute(String) - Method in class oracle.xdb.servlet.XDBServletContext
Remove the given attribute.
removeAttribute(String) - Method in class oracle.xdb.servlet.XDBServletRequest
Remove the given attribute.
removeAttribute(String) - Method in class oracle.xml.parser.v2.XMLElement
Removes an attribute by name.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Remove an attribute from the list.
removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttributeNode(Attr) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
removeAttributeNode(Attr) - Method in class oracle.xml.parser.v2.XMLElement
Removes the specified attribute.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
removeAttributeNS(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Removes an attribute by local name and namespace URI.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeCDATASectionElement(QName) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Removes the element name from the cdata-section-elements parameter.
removeChild(Node) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
remove the given node from the node.
removeChild(Node) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
remove the child from the childlist; must be overriden by sub classes which support this method.
removeChild(Node) - Method in class oracle.xml.parser.v2.XMLDocument
removes the elem from this documents list of child nodes
removeChild(Node) - Method in class oracle.xml.parser.v2.XMLNode
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in class oracle.xml.parser.v2.XMLNSNode
Removes the child node indicated by oldChildArg from the list of children, and returns it.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeConnectionEventListener(XQConnectionEventListener) - Method in interface javax.xml.xquery.PooledXQConnection
Removes the given event listener from the list of components that will be notified when an event occurs on this PooledXQConnection object.
removeContentHandler(ContentHandler) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Remove a content handler
removeDOMBuilderErrorListener(DOMBuilderErrorListener) - Method in class oracle.xml.async.DOMBuilder
Remove DOMBuilderErrorListener
removeDOMBuilderListener(DOMBuilderListener) - Method in class oracle.xml.async.DOMBuilder
Remove DOMBuilderListener
removeDOMTransformerErrorListener(XSLTransformerErrorListener) - Method in class oracle.xml.async.XSLTransformer
Removes an XSLTransformer error event listener
removeEventListener(String, EventListener, boolean) - Method in class oracle.xml.parser.v2.XMLNode
 
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the event target.
removeExcludedURI(URI) - Method in interface oracle.xml.xquery.OXQHttpResolverFactory
Removes the given URI from the exclusion list.
removeNamedItem(String) - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeParam(String, String) - Method in class oracle.xml.parser.v2.XSLProcessor
Removes the value of a top-level stylesheet parameter.
removeParam(String) - Method in class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
use XSLProcessor.removeParam to ensure thread safety
removeResolver(OXQEntityResolver) - Method in interface oracle.xml.xquery.OXQCompositeResolverFactory
Removes a delegate entity resolver.
removeSuppressIndentation(QName) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Removes an element name from the suppress-indentation parameter.
removeXSLTParam(String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Removes the value of a top-level stylesheet parameter.
removeXSLTParam(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Removes the value of a top-level stylesheet parameter.
removeXSLTransformerListener(XSLTransformerListener) - Method in class oracle.xml.async.XSLTransformer
Removes a XSLTransformer listener
renameNode(Node, String, String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
RENDER_EVENT - Static variable in class oracle.xdb.event.XDBEvent
Event fired when a resource is rendered.
replaceChild(Node, Node) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
replace the oldchild node with the newchild node.
replaceChild(Node, Node) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
replace the oldchild in the childlist with the newchild; must be overriden by sub classes which support this method.
replaceChild(Node, Node) - Method in class oracle.xml.parser.v2.DTD
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class oracle.xml.parser.v2.XMLDocument
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class oracle.xml.parser.v2.XMLNode
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class oracle.xml.parser.v2.XMLNSNode
Replaces the child node oldChildArg with newChildArg in the list of children, and returns the oldChildArg node.
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
replace the specified substring string in the char data
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceWholeText(String) - Method in class oracle.xdb.dom.XDBText
Deprecated.
 
replaceXMLData(Connection, String, String, String) - Method in class oracle.xml.dbaccess.DBAccess
Replace text file as a row in XML table
replaceXMLData(Connection, String, String, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Replace text file as a row in XML table
replaceXMLTypeData(Connection, String, String, String) - Method in class oracle.xml.xmldbaccess.XMLDBAccess
Replace text file as a row in an XMLType table
REPORT_CHARS_CHUNKS - Static variable in class oracle.xml.parser.v2.SAXParser
Report characters in chunks.
reportCharacters(String, boolean) - Method in class oracle.xml.parser.v2.XSLTContext
Report characters to the current output handler
reportNode(XMLNode) - Method in class oracle.xml.parser.v2.XSLTContext
Report a XMLNode to the current output handler
reportNodeRead(XMLNode) - Method in interface oracle.xml.parser.v2.NodeReadHandler
 
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLCDATA
Report SAX Events from a DOM Tree
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLComment
Report SAX Events from a DOM Tree
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLDocument
Report SAX Events from a DOM Tree
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Report SAX Events from a DOM Tree
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLElement
Report SAX Events from a DOM Tree
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLNode
Report SAX Events from a DOM Tree
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLPI
Report SAX Events from a DOM Tree
reportSAXEvents(ContentHandler) - Method in class oracle.xml.parser.v2.XMLText
Report SAX Events from a DOM Tree
requestProcessed() - Method in interface oracle.xml.xsql.XSQLPageRequest
Allows Page Request to Perform end-of-request processing
requestProcessed() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Allows Page Request to Perform end-of-request processing
REQUIRED - Static variable in class oracle.xml.parser.v2.AttrDecl
Attribute presence - Required
reset() - Method in class oracle.xdb.servlet.XDBServletResponse
Reset this response.
reset() - Method in class oracle.xml.parser.schema.XSDValidator
Reset the validator, prepare for next validation
reset() - Method in class oracle.xml.parser.v2.DocumentBuilder
Resets the document builder state
reset() - Method in class oracle.xml.parser.v2.DOMParser
Resets the parser state
reset() - Method in class oracle.xml.parser.v2.SAXAttrList
Resets the SAXAttrList
reset() - Method in class oracle.xml.parser.v2.XMLParser
Resets the parser state
reset() - Method in class oracle.xml.scalable.BinaryStream
 
reset() - Method in class oracle.xml.util.XMLError
Reset the error class
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
resetNodeFactory() - Method in class oracle.xml.parser.v2.DocumentBuilder
Reset the NodeFactory and go back to the original behaviour.
resetNodeFlag(int) - Method in class oracle.xml.parser.v2.XMLNode
Resets the node flag information
resetParams() - Method in class oracle.xml.parser.v2.XSLProcessor
Resets all the params set.
resetParams() - Method in class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
use XSLProcessor.resetParams to ensure thread safety
resetResultSet() - Method in class oracle.xml.sql.query.OracleXMLQuery
Resets the result set to start XML generation from the from the first row of the resultset.
resolve(String, String) - Method in interface javax.xml.transform.URIResolver
Called by the processor when it encounters an xsl:include, xsl:import, or document() function.
RESOLVE_ENTITY_DEFAULT - Static variable in class oracle.xml.parser.v2.XMLParser
Resolve external entities when set to true, else raise error Can be override by entityResovler
RESOLVE_ENTITY_DEFAULT_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
resolveEntity(OXQEntityKind, OXQEntityLocator, OXQEntityResolverRequestOptions) - Method in class oracle.xml.xquery.OXQEntityResolver
Called by the XQuery processor to obtain an entity (e.g. schema, module, document, etc.).
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
resolveNamespacePrefix(String) - Method in interface oracle.xml.parser.v2.NSResolver
Find the namespace definition in scope for a given namespace prefix
resolveNamespacePrefix(String) - Method in class oracle.xml.parser.v2.XMLElement
Given a namespace prefix, find the namespace definition in scope in this element.
resolveNSPrefix(String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
resolveParams(String, XSQLPageRequest) - Static method in class oracle.xml.xsql.XSQLUtil
 
resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
Allow the application to resolve external resources.
ResourceManager - Class in oracle.xml.async
Simple semaphore that maintains access to fixed number of logical resources.
ResourceManager(int) - Constructor for class oracle.xml.async.ResourceManager
The ResourceManager constructor
RESTRICTION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
Result - Interface in javax.xml.transform
An object that implements this interface contains the information needed to build a transformation result tree.
retainCDATASection(boolean) - Method in class oracle.xml.parser.v2.DocumentBuilder
Sets a flag to retain CDATA sections
retainCDATASection(boolean) - Method in class oracle.xml.parser.v2.DOMParser
Switch to determine whether to retain CDATA sections
RETURN_VAR - Static variable in interface oracle.xml.xquery.OXQStackTraceVariable
The name of the variable bound to the result of a function or main module query body.
REUSE - Static variable in class oracle.xml.parser.v2.XMLOutputStream
 
rollback() - Method in interface javax.xml.xquery.XQConnection
Undoes all changes made in the current transaction and releases any locks held by the datasource.
root() - Method in class oracle.xml.scalable.BinaryNav
Go back to the root element
ROOT_ELEMENT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ROOT_NODE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ROOT_TYPE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ROW_TAG - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies the default tag name for ROW elements.
ROWIDATTR_TAG - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies the default tag name for the ROWIDATTR.
ROWSET_TAG - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies the default tag name for the document.
run() - Method in class oracle.xml.async.DOMBuilder
This method runs in a thread
run() - Method in class oracle.xml.async.XSLTransformer
Starts a separate thread to do the XSL Transformation.

S

safeURLAsString(URL) - Static method in class oracle.xml.xsql.XSQLUtil
 
save(InfosetWriter) - Method in class oracle.xml.parser.v2.XMLDocument
 
save(InfosetWriter, boolean) - Method in class oracle.xml.parser.v2.XMLDocument
Serialize DOM using InfosetWriter
saveCompiledSchema(String) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Saves the annotated schema as a binary stream in the metadata repository.
saveCompiledSchema(String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Saves the compiled schema as a binary stream in the metadata repository.
saveDTD(String) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Saves the DTD as a binary stream in the metadata repository.
saveDTD(String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Saves the DTD as a binary stream in the metadata repository.
saveSchema(String) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
The repository accepts a non-annotated schema, annotates it and saves it as a binary stream in the metadata repository.
saveSchema(String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
The repository accepts a non-annotated schema, annotates it and saves it as a binary stream in the metadata repository.
saveTokenSet(String) - Method in interface oracle.xml.binxml.BinXMLMetadataProvider
Saves the Token Set as a binary stream in the metadata repository.
saveTokenSet(String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
Saves the Token Set as a binary stream in the metadata repository.
SAXAttrList - Class in oracle.xml.parser.v2
This class implements the SAX AttributeList interface and also provides Namespace support.
SAXAttrList(int) - Constructor for class oracle.xml.parser.v2.SAXAttrList
 
SAXCompress(InputStream) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the XML data in the Inputstream to a binary stream which contains the SAX events
SAXCompress(File, File) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the xml data contained in the inpTxtfile and writes the compressed ouput to outpBinfile
SAXCompress(String) - Method in class oracle.xml.xmlcomp.XMLCompress
Compress the XML data in the String to a binary stream which contains the SAX events
SAXException - Exception in org.xml.sax
Encapsulate a general SAX error or warning.
SAXException() - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(String) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - Exception in org.xml.sax
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
Default constructor.
SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - Exception in org.xml.sax
Exception class for an unsupported operation.
SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - Exception in org.xml.sax
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - Class in javax.xml.parsers
Defines the API that wraps an org.xml.sax.XMLReader implementation class.
SAXParser - Class in oracle.xml.parser.v2
This class implements an eXtensible Markup Language (XML) 1.0 SAX parser according to the World Wide Web Consortium (W3C) recommendation.
SAXParser() - Constructor for class oracle.xml.parser.v2.SAXParser
Creates a new parser object.
SAXParserFactory - Class in javax.xml.parsers
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to create a wrapper around SAXParser to be used by the pipeline framework.
SAXResult - Class in javax.xml.transform.sax
Acts as an holder for a transformation Result.
SAXResult() - Constructor for class javax.xml.transform.sax.SAXResult
Zero-argument default constructor.
SAXResult(ContentHandler) - Constructor for class javax.xml.transform.sax.SAXResult
Create a SAXResult that targets a SAX2 ContentHandler.
SAXRESULT - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
SAXSource - Class in javax.xml.transform.sax
Acts as an holder for SAX-style Source.
SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
Zero-argument default constructor.
SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using an XMLReader and a SAX InputSource.
SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using a SAX InputSource.
SAXSOURCE - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
SAXTransformerFactory - Class in javax.xml.transform.sax
This class extends TransformerFactory to provide SAX-specific factory methods.
SCALABLE_DOM - Static variable in class oracle.xml.parser.v2.XMLDocument
 
SCALE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
SCHEMA - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies that an XML schema is not to be generated.
SCHEMA_ANNOTATION - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
SCHEMA_LANGUAGE - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Schema language attribute for validation.
SCHEMA_LANGUAGE - Static variable in class oracle.xml.parser.v2.XMLParser
 
SCHEMA_LANGUAGE_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
SCHEMA_NS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
SCHEMA_OBJECT - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Schema Object to be used for validation.
SCHEMA_OBJECT - Static variable in class oracle.xml.parser.v2.XMLParser
Schema Object to be used for validation.
SCHEMA_OBJECT_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
SCHEMA_PSVI_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
SCHEMA_RESOLVER - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
SCHEMA_SOURCE - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Schema source attribute for validation.
SCHEMA_SOURCE - Static variable in class oracle.xml.parser.v2.XMLParser
 
SCHEMA_SOURCE_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
schemaValidate() - Method in class oracle.xdb.XMLType
Validate the schema-based document against its own schema.
SCOPE_CONNECTION - Static variable in interface oracle.xml.xquery.OXQConnection
Identifies components associated with the connection instance
SCOPE_EXPRESSION - Static variable in interface oracle.xml.xquery.OXQConnection
Identifies components associated with the expression instance
SCROLLTYPE_FORWARD_ONLY - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the result sequence can only be scrolled forward.
SCROLLTYPE_SCROLLABLE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the result sequence can be scrolled forward or backward and is insensitive to any updates done on the underlying objects
seek(long) - Method in class oracle.xml.scalable.FilePageManager
Seek to the given offset
seek(InfosetReader.Offset) - Method in interface oracle.xml.scalable.InfosetReader
Seek to a position in the reader represented by the Offset.
seek(long) - Method in interface oracle.xml.scalable.InfosetReader
Seek to a position in the reader represented by the long Offset.
seekToIndex(long) - Method in class oracle.xml.scalable.BinaryNav
Move the cursor to the given element index
select(Document, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
select(XMLDocument, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
select(Element, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
select(XMLElement, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
selectFirst(Document, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
selectFirst(XMLDocument, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
selectFirst(Element, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
selectFirst(XMLElement, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
selectNode(Node) - Method in interface org.w3c.dom.ranges.Range
Select a node and its contents
selectNodeContents(Node) - Method in interface org.w3c.dom.ranges.Range
Select the contents within a node
selectNodes(String, NSResolver) - Method in class oracle.xml.parser.v2.XMLNode
Selects nodes from the tree which match the given pattern
selectNodes(String) - Method in class oracle.xml.parser.v2.XMLNode
Selects nodes from the tree which match the given pattern.
selectSingleNode(String, NSResolver) - Method in class oracle.xml.parser.v2.XMLNode
Selects the first node from the tree that matches the given pattern
selectSingleNode(String) - Method in class oracle.xml.parser.v2.XMLNode
Selects the first node from the tree that matches the given pattern
sendError(int) - Method in class oracle.xdb.servlet.XDBServletResponse
Send error with null message.
sendError(int, String) - Method in class oracle.xdb.servlet.XDBServletResponse
Send error message.
sendRedirect(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Send redirect to location.
SEQ - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
serialize(Document, XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLDocumentSerializer
 
setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class javax.xml.transform.TransformerFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
setAttribute(String, Object) - Method in class oracle.xdb.servlet.XDBServletContext
Set attribute for object.
setAttribute(String, Object) - Method in class oracle.xdb.servlet.XDBServletRequest
Set attribute for object.
setAttribute(String, Object) - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(int, Object) - Method in class oracle.xml.parser.v2.BinaryParser
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class oracle.xml.parser.v2.DocumentBuilder
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class oracle.xml.parser.v2.DOMParser
Allows the user to set specific attributes on the underlying implementation.
setAttribute(int, Object) - Method in class oracle.xml.parser.v2.DOMParser
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, String) - Method in class oracle.xml.parser.v2.XMLElement
Adds a new attribute.
setAttribute(String, Object) - Method in class oracle.xml.parser.v2.XMLParser
Allows the user to set specific attributes on the underlying implementation.
setAttribute(int, Object) - Method in class oracle.xml.parser.v2.XMLParser
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class oracle.xml.parser.v2.XSLProcessor
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
setAttributeNode(Attr) - Method in class oracle.xml.parser.v2.XMLElement
Adds a new attribute.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
setAttributeNodeNS(Attr) - Method in class oracle.xml.parser.v2.XMLElement
Adds a new attribute.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
setAttributeNS(String, String, String) - Method in class oracle.xml.parser.v2.XMLElement
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setAutoCommit(boolean) - Method in interface javax.xml.xquery.XQConnection
Sets the auto-commit attribute to the given state.
setBaseURI(String) - Method in interface javax.xml.xquery.XQStaticContext
Sets the Base URI in the static context, specify the empty string to make it undefined.
setBaseURI(String) - Method in class oracle.xml.parser.v2.XMLDocumentFragment
Sets the baseURI of this fragment
setBaseURI(String) - Method in interface org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
setBaseURL(URL) - Method in class oracle.xml.async.DOMBuilder
Set the base URL for loading external enitites and DTDs.
setBaseURL(URL) - Method in class oracle.xml.parser.v2.XMLParser
Set the base URL for loading external enitites and DTDs.
setBaseURL(URL) - Method in class oracle.xml.parser.v2.XSLProcessor
Set base url to resolve include/import hrefs EntityResolver if set is used before using the base url
setBatchSize(int) - Method in class oracle.xml.sql.dml.OracleXMLSave
Changes the batch size used during DML operations.
setBinaryStream() - Method in class oracle.xdb.SQLXMLType
SQLXML method Set the string value containing the XML data to the XMLType.
setBinaryStream() - Method in class oracle.xdb.XMLType
 
setBinaryStream(BinaryStream) - Method in class oracle.xml.parser.v2.BinaryParser
 
setBinaryXML() - Method in class oracle.xdb.XMLType
Function to mark the XML type as Binary XML
setBinaryXMLEncoding(String) - Method in class oracle.xdb.XMLType
Sets the client requested encoding for retrieving Binary XML.
setBindingMode(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the binding mode property.
setBindingTypeCheckMode(int) - Method in interface oracle.xml.xquery.OXQStaticContext
Sets the type checking mode for external variable bindings.
setBinInputStream(InputStream) - Method in class oracle.xml.xmlcomp.XMLCompress
Sets the Binary inputstream to write the compressed data
setBinOutputStream(OutputStream) - Method in class oracle.xml.xmlcomp.XMLCompress
Sets the Binary outputstream to write the compressed data
setBlob(Blob) - Method in class oracle.xml.scalable.BinaryStream
Set a Blob as the binary source
setBoundarySpacePolicy(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the boundary-space policy in the static context.
setBufferSize(int) - Method in class oracle.xdb.servlet.XDBServletResponse
Set buffer size
setBufferSize(int) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the buffer size that will be used during serialization.
setByteArray(byte[]) - Method in class oracle.xml.scalable.BinaryStream
Set byte array
setByteStream(InputStream) - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
setByteStream(OutputStream) - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCertifiedText(boolean) - Method in interface org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
setCharacterStream() - Method in class oracle.xdb.SQLXMLType
SQLXML method Set the string value containing the XML data to the XMLType.
setCharacterStream() - Method in class oracle.xdb.XMLType
 
setCharacterStream(Reader) - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
setCharacterStream(Writer) - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setClassLoader(ClassLoader) - Method in interface oracle.xml.xquery.OXQJavaResolverFactory
Assigns the class loader to be used for loading Java classes.
setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
setCollIdAttr(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since 1.2.1; please use setCollIdAttrName instead.
setCollIdAttrName(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the name of the collection element separator tag id attribute.
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setCommitBatch(int) - Method in class oracle.xml.sql.dml.OracleXMLSave
Sets the commit batch size, or the number of records inserted before a commit.
setConnection(Connection) - Method in interface oracle.xml.binxml.DBBinXMLMetadataProvider
Sets connection to be used by DBBinXMLMetaDataProvider
setConnection(Connection) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
 
setConnectionName(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets the connection name to use for this request
setConnectionName(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Sets the connection being used for this request (can be null)
setConnectionPool(OracleDataSource) - Method in interface oracle.xml.binxml.DBBinXMLMetadataProvider
Sets connection pool to be used by DBBinXMLMetadataProvider
setConnectionPool(OracleDataSource) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
For OCI connection TODO: mv to Oracle DB subclass
setConnStr(String, String, String) - Method in interface oracle.xml.binxml.DBBinXMLMetadataProvider
Used for setting up thin connection.
setConnStr(String, String, String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
For Thin connection
setConstructionMode(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the construction mode in the static context.
setContentHandler(ContentHandler) - Method in class oracle.xml.comp.CXMLParser
Register a content event handler
setContentHandler(ContentHandler) - Method in class oracle.xml.parser.v2.SAXParser
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentLength(int) - Method in class oracle.xdb.servlet.XDBServletResponse
Set content length
setContentType(String) - Method in class oracle.xdb.servlet.XDBServletResponse
Set content type
setContentType(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets the content type of the resulting page
setContentType(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
setContentType(String) - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
setContentTypeFromResponseHeader(boolean) - Method in interface oracle.xml.xquery.OXQHttpResolverFactory
Sets whether the media type should be assigned based on the value of the HTTP 'Content-Type' response header.
setContentTypeMap(FileTypeMap) - Method in interface oracle.xml.xquery.OXQFileResolverFactory
Sets the content type map that will be used to associate a media type with each resolved URI.
setContextItemStaticType(XQItemType) - Method in interface javax.xml.xquery.XQStaticContext
Sets the static type of the context item, specify null to make it unspecified.
setContinuousValidityChecking(boolean) - Method in class oracle.xml.parser.v2.XMLDocument
An attribute specifying whether the validity of the document is continuously enforced.
setContinuousValidityChecking(short) - Method in interface org.w3c.dom.validation.DocumentEditVAL
An attribute specifying whether the validity of the document is continuously enforced.
setCookie(String, String, String, String, String, boolean) - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
setCopyNamespacesModeInherit(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the inherit part of the copy-namespaces mode in the static context.
setCopyNamespacesModePreserve(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the preserve part of the copy-namespaces mode in the static context.
setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
 
setData(String) - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
sets the char data
setData(String) - Method in class oracle.xdb.dom.XDBProcInst
Deprecated.
set the value of the PI node
setData(Object) - Method in class oracle.xml.xquery.OXQEntity
Sets the entity.
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
setDataHeader(Reader, String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the XML data header.
setDateFormat(String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Specifies the format of dates used in the XML document.
setDateFormat(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies the format of dates used in the XML document.
setDateHeader(String, long) - Method in class oracle.xdb.servlet.XDBServletResponse
Set header whose value is a date.
setDBName(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Set the value of the db name property
setDBPassword(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Set the value of the db password property
setDBPort(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Set the value of the db port property
setDBServer(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Set the value of the db server property
setDBUserName(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Set the value of the db user name property
setDebugInfo(int, int, String) - Method in class oracle.xml.parser.v2.XMLNode
Set debug information in the node
setDebugListener(OXQDebugListener) - Method in interface oracle.xml.xquery.OXQDynamicContext
Sets the debug listener.
setDebugMode(boolean) - Method in class oracle.xml.async.DOMBuilder
Sets a flag to turn on debug information in the document
setDebugMode(boolean) - Method in class oracle.xml.parser.schema.XSDBuilder
Sets debug mode.
setDebugMode(boolean) - Method in class oracle.xml.parser.v2.DocumentBuilder
Sets a flag to turn on debug information in the document
setDebugMode(boolean) - Method in class oracle.xml.parser.v2.DOMParser
Sets a flag to turn on debug information in the document
setDecimalFormat(QName, OXQDecimalFormat) - Method in interface oracle.xml.xquery.OXQStaticContext
Adds a decimal format to this static context.
setDecimalSeparator(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Gets the value of the decimal-separator property.
setDeclHandler(DeclHandler) - Method in interface oracle.xml.binxml.BinXMLDecoder
Specify the handler to receive decoded DTD declaration events
setDefaultCollation(String) - Method in interface javax.xml.xquery.XQStaticContext
Sets the URI of the default collation.
setDefaultCollection(String) - Method in interface oracle.xml.xquery.OXQDynamicContext
Sets the default collection that will be used when fn:collection is invoked with no arguments.
setDefaultElementTypeNamespace(String) - Method in interface javax.xml.xquery.XQStaticContext
Sets the URI of the default element/type namespace, the empty string to make it unspecified.
setDefaultFunctionNamespace(String) - Method in interface javax.xml.xquery.XQStaticContext
Sets the URI of the default function namespace, the empty string to make it unspecified.
setDefaultOrderForEmptySequences(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the default order for empty sequences in the static context.
setDefaultResourceCollection(String) - Method in interface oracle.xml.xquery.OXQDynamicContext
Sets the default resource collection that will be used when fn:uri-collection is invoked with no arguments.
setDelWSBeforeDeletes(boolean) - Method in class oracle.xml.differ.XMLDiff
Set option to remove whitespaces-only before a deleted node.
setDigit(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the digit property.
setDoctype(DTD) - Method in class oracle.xml.async.DOMBuilder
Set the DTD
setDoctype(DTD) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of a DTD (Document Type node).
setDoctype(DTD) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of DTD.
setDoctype(DTD) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of DTD Sets the DTD
setDoctype(String, String, String) - Method in class oracle.xml.parser.v2.XMLDocument
Sets the doctype URI for the document
setDoctype(DTD) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a DTD (Document Type node).
setDoctype(DTD) - Method in class oracle.xml.parser.v2.XMLParser
Set the DTD
setDoctypePublic(String) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the doctype-public parameter.
setDoctypeSystem(String) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the doctype-system parameter.
setDocumentHandler(DocumentHandler) - Method in class oracle.xml.parser.v2.SAXParser
Deprecated.
as of SAX2.0 - Replaced by setContentHandler
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a document event handler.
setDocumentLocator(Locator) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive the Locator object for the document event.
setDocumentLocator(Locator) - Method in class oracle.xml.parser.schema.XSDValidator
Propagates Locator object for document events.
setDocumentLocator(Locator) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
 
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocuments(XMLDocument, XMLDocument) - Method in class oracle.xml.differ.XMLDiff
Sets the XML documents which need to be compared.
setDocumentURI(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
setDOMErrorOption(boolean) - Method in class oracle.xml.parser.v2.XMLError
Sets the flag for DOM Errors to be returned.
setDriver(Driver) - Method in interface oracle.xml.binxml.DBBinXMLMetadataProvider
Specify database driver to be used by DBBinXMLMetadataProvider
setDriver(Driver) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
 
setDriver(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Set the value of the driver property
setDTD(DTD) - Method in class oracle.xml.scalable.BinaryStream
Set DTD
setDTDHandler(DTDHandler) - Method in interface oracle.xml.binxml.BinXMLDecoder
Specify the handler to receive decoded DTD events
setDTDHandler(DTDHandler) - Method in class oracle.xml.parser.v2.SAXParser
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setEncoding(String) - Method in interface oracle.xml.parser.v2.PrintDriver
Sets the encoding of the print driver.
setEncoding(String) - Method in class oracle.xml.parser.v2.XMLDeclPI
Sets the character encoding for output.
setEncoding(String) - Method in class oracle.xml.parser.v2.XMLDocument
Sets the character encoding for output.
setEncoding(String, boolean, boolean) - Method in class oracle.xml.parser.v2.XMLOutputStream
Sets the output character encoding for a byte stream.
setEncoding(String) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Sets the encoding of the print driver.
setEncoding(String) - Method in class oracle.xml.scalable.BinaryStream
Set Encoding
setEncoding(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the processing instruction for encoding, the PI, in the XML document.
setEncoding(String) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the encoding parameter.
setEncoding(Charset) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the encoding parameter.
setEncoding(String) - Method in interface org.w3c.dom.ls.LSInput
The character encoding, if known.
setEncoding(String) - Method in interface org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the encoding property.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEnd(Node, int) - Method in interface org.w3c.dom.ranges.Range
Sets the attributes describing the end of a Range.
setEndAfter(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the end of a Range to be after a node
setEndBefore(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the end position to be before a node.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in interface oracle.xml.binxml.BinXMLProcessor
Method to set entity resolver on the BinXMLProcessor.
setEntityResolver(EntityResolver) - Method in class oracle.xml.jaxp.JXDocumentBuilder
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in class oracle.xml.parser.schema.XSDBuilder
Set an EntityResolver for resolving imports/include
setEntityResolver(EntityResolver) - Method in class oracle.xml.parser.v2.XMLParser
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class oracle.xml.parser.v2.XSLProcessor
Set entity resolver to resolve include/import hrefs if not set, base url (if set) is used.
setEntityResolver(EntityResolver) - Method in class oracle.xml.sql.dml.OracleXMLSave
Set EntityResolver to the parser
setEntityResolver(OXQEntityResolver) - Method in interface oracle.xml.xquery.OXQConnection
Assigns a new entity resolver to the connection, replacing the existing one.
setEntityResolver(OXQEntityResolver) - Method in interface oracle.xml.xquery.OXQStaticContext
Sets an OXQEntityResolver instance to be used during query processing.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEOLChars(String) - Method in class oracle.xml.parser.v2.XMLOutputStream
Set newline characters
setError(XMLError) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of a XMLError handler.
setError(XMLError) - Method in class oracle.xml.parser.schema.XSDBuilder
Sets XMLError object.
setError(XMLError) - Method in class oracle.xml.parser.schema.XSDValidator
Sets an XMLError object as current err.
setError(XMLError) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of a XMLError handler.
setError(XMLError) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a XMLError handler.
setError(XMLError) - Method in class oracle.xml.parser.v2.XSLTContext
Set the XMLError
setError(XMLError) - Method in class oracle.xml.schemavalidator.XSDValidator
Sets the XMLError object for this object.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specify the ErrorHandler to be used to resolve entities present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class oracle.xml.comp.CXMLParser
Register an error event handler
setErrorHandler(ErrorHandler) - Method in class oracle.xml.jaxp.JXDocumentBuilder
Specify the ErrorHandler to be used to resolve entities present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class oracle.xml.parser.v2.XMLError
Register error handler
setErrorHandler(ErrorHandler) - Method in class oracle.xml.parser.v2.XMLParser
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class oracle.xml.parser.v2.XMLTokenizer
Applications can use this to register a new error event handler.
setErrorHandler(PipelineErrorHandler) - Method in class oracle.xml.pipeline.controller.PipelineProcessor
Set the error handler for the pipeline.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandlerClass(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets classname to use to override default ErrorWriter for this request.
setErrorHandlerClass(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
setErrorListener(ErrorListener) - Method in class javax.xml.transform.Transformer
Set the error event listener in effect for the transformation.
setErrorListener(ErrorListener) - Method in class javax.xml.transform.TransformerFactory
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself.
setErrorListener(ErrorListener) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself.
setErrorListener(ErrorListener) - Method in class oracle.xml.jaxp.JXTransformer
Set the error event listener in effect for the transformation.
setErrorStream(PrintWriter) - Method in class oracle.xml.async.DOMBuilder
Creates an output stream for the output of errors and warnings.
setErrorStream(OutputStream) - Method in class oracle.xml.async.DOMBuilder
Creates an output stream for the output of errors and warnings.
setErrorStream(OutputStream, String) - Method in class oracle.xml.async.DOMBuilder
Creates an output stream for the output of errors and warnings.
setErrorStream(OutputStream) - Method in class oracle.xml.async.XSLTransformer
Sets the error stream used by the XSL processor
setErrorStream(PrintWriter) - Method in class oracle.xml.parser.v2.DOMParser
Creates an output stream for the output of errors and warnings.
setErrorStream(OutputStream) - Method in class oracle.xml.parser.v2.DOMParser
Creates an output stream for the output of errors and warnings.
setErrorStream(OutputStream, String) - Method in class oracle.xml.parser.v2.DOMParser
Creates an output stream for the output of errors and warnings.
setErrorStream(OutputStream) - Method in class oracle.xml.parser.v2.XMLTokenizer
Register a output stream for errors
setErrorStream(OutputStream) - Method in class oracle.xml.parser.v2.XSLProcessor
Creates an output stream for the output of warnings.
setErrorStream(OutputStream) - Method in class oracle.xml.util.XMLError
Register a output stream
setErrorStream(OutputStream, String) - Method in class oracle.xml.util.XMLError
Register a output stream
setErrorStream(PrintWriter) - Method in class oracle.xml.util.XMLError
Register a output stream
setErrorTag(String) - Method in exception oracle.xml.sql.OracleXMLSQLException
Sets the error tag name that is subsequently used by getXMLErrorString and getXMLSQLErrorString methods to generate XML error reports.
setErrorTag(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the tag used to enclose the XML error documents.
setEscapeUriAttributes(boolean) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the escape-uri-attributes parameter.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
Allow an application to register a validation event handler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
Allow an application to register a ValidationEventHandler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
Allow an application to register a validation event handler.
setException(Exception) - Method in class oracle.xml.sql.query.OracleXMLQuery
Allows the user to pass in an exception, and have the XSU handle it.
setException(Exception) - Method in class oracle.xml.util.XMLError
Register a exception
setException(Exception) - Method in exception oracle.xml.util.XMLException
Set the underlying exception (if exists)
setExecutionMode(int) - Method in class oracle.xml.pipeline.controller.PipelineProcessor
Set the type of execution mode, default is parallel.
setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will expand entity reference nodes.
setFacet(String, String) - Method in class oracle.xml.parser.schema.XSDSimpleType
Sets a facet for restriction
setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
 
setFeature(String, boolean) - Method in class oracle.xml.jaxp.JXSAXParserFactory
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
 
setFeature(String, boolean) - Method in class oracle.xml.parser.v2.SAXParser
Set the state of a feature.
setFeature(String) - Method in class oracle.xml.parser.v2.XMLDOMImplementation
Sets a specified feature
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature for the parser.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the state of a feature.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the state of a feature.
setFile(File) - Method in class oracle.xml.scalable.BinaryStream
Set a file as the binary storage
setFiles(File, File) - Method in class oracle.xml.differ.XMLDiff
Sets the XML files which need to be compared.
setFilter(LSParserFilter) - Method in interface org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
setFilter(LSSerializerFilter) - Method in interface org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
setFixed(boolean) - Method in class oracle.xml.parser.schema.XSDConstrainingFacet
 
setForce(boolean) - Method in class oracle.xml.pipeline.controller.PipelineProcessor
If force is specified, then the pipeline will always execute, regardless of whether the target is up-to-date with respect to the pipeline inputs.
setFormatPrettyPrint(boolean) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Sets the pretty format print
setFunctionResolver(XPathFunctionResolver) - Method in class oracle.xml.parser.v2.XSLProcessor
Set XPathFunctionResolver to resolve extension functions
setGenerate_Output_Escaping_PIs(boolean) - Method in class oracle.xml.jaxp.JXTransformer
By default, When Oracle JAXP XSLT transformer transforms an XML into a Result, it does not generate Result.PI_DISABLE_OUTPUT_ESCAPING and Result.PI_ENABLE_OUTPUT_ESCAPING PIs based on the stylesheet.
setGroupingSeparator(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the grouping-separator property.
setGUID(byte[]) - Method in interface oracle.xml.binxml.BinXMLDecoder
set BinXMLDecoder GUID
setGUID(byte[]) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
 
setHandler(ContentHandler) - Method in class javax.xml.transform.sax.SAXResult
Set the target to be a SAX2 ContentHandler.
setHandler(XMLDocumentHandler) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of a next pipe-line node handler.
setHandler(XMLDocumentHandler) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of a next pipe-line node handler.
setHandler(XMLDocumentHandler) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a next pipe-line node handler.
setHeader(String, String) - Method in class oracle.xdb.servlet.XDBServletResponse
Set header.
setHoldability(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the holdability property.
setHTMLVersion(BigDecimal) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the html-version parameter.
setIdAttribute(String, boolean) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
setIdAttributeNode(Attr, boolean) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
setIdAttributeNS(String, String, boolean) - Method in class oracle.xdb.dom.XDBElement
Deprecated.
 
setIgnoreCase(boolean) - Method in class oracle.xml.sql.dml.OracleXMLSave
Sets the comparison mode.
setIgnoreElementContentWhitespace(boolean) - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
 
setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parsers created by this factory must eliminate whitespace in element content (sometimes known loosely as 'ignorable whitespace') when parsing XML documents (see XML Rec 2.10).
setImplicitTimeZone(TimeZone) - Method in interface javax.xml.xquery.XQDynamicContext
Sets the implicit timezone
setIncludeContentType(boolean) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the include-content-type parameter.
setIncludingRequest(XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets the Including Page Request object for this request.
setIncludingRequest(XSQLPageRequest) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Sets the Including Page Request object for this request.
setIndent(boolean) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the indent parameter.
setIndentIncr(int) - Method in class oracle.xml.differ.XMLDiff
Sets the indentation for the XSL generation.
setInfinity(String) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the inifinty property.
setInput1(File) - Method in class oracle.xml.differ.XMLDiff
Sets the first XML file which need to be compared.
setInput1(XMLDocument) - Method in class oracle.xml.differ.XMLDiff
Sets the first XML document which need to be compared.
setInput1(InputSource) - Method in class oracle.xml.differ.XMLDiff
Sets the first XML data source which need to be compared.
setInput2(File) - Method in class oracle.xml.differ.XMLDiff
Sets the second XML file which need to be compared.
setInput2(XMLDocument) - Method in class oracle.xml.differ.XMLDiff
Sets the second XML document which need to be compared.
setInput2(InputSource) - Method in class oracle.xml.differ.XMLDiff
Sets the second XML data source which need to be compared.
setInputSource(InputSource) - Method in class javax.xml.transform.sax.SAXSource
Set the SAX InputSource to be used for the Source.
setInputStream(InputStream) - Method in class javax.xml.transform.stream.StreamSource
Set the byte stream to be used as input.
setInputStream(InputStream) - Method in class oracle.xml.scalable.BinaryStream
Set a InputStream to read data
setIntHeader(String, int) - Method in class oracle.xdb.servlet.XDBServletResponse
Set header whose value is an int.
setItemSeparator(String) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the item-separator parameter.
setJAXP(boolean) - Method in class oracle.xml.parser.schema.XSDBuilder
Set JAXP mode, in this mode, only resolved URI will be sent to entityResolver.
setKeyColumnList(String[]) - Method in class oracle.xml.sql.dml.OracleXMLSave
Sets the list of columns used to identify table rows against XML input document elements prior to UPDATE and DELETE operations.
setLexicalHandler(LexicalHandler) - Method in class javax.xml.transform.sax.SAXResult
Set the SAX2 LexicalHandler for the output.
setLexicalHandler(LexicalHandler) - Method in interface oracle.xml.binxml.BinXMLDecoder
Specify the handler to receive decoded events for comments and CDATA section boundaries
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLinkedException(Throwable) - Method in exception javax.xml.bind.JAXBException
Add a linked Exception.
setLoadingMode(int) - Method in interface oracle.xml.transx.TransX
Set the operation mode on duplicates.
setLocale(Locale) - Method in class oracle.xdb.servlet.XDBServletResponse
Set Locale
setLocale(Locale) - Method in class oracle.xml.parser.schema.XSDBuilder
Sets locale for error reporting.
setLocale(Locale) - Method in class oracle.xml.parser.v2.XMLDocument
Sets the locale for error reporting
setLocale(Locale) - Method in class oracle.xml.parser.v2.XMLParser
Applications can use this to set the locale for error reporting.
setLocale(Locale) - Method in class oracle.xml.parser.v2.XSLProcessor
Applications can use this to set the locale for error reporting.
setLocale(Locale) - Method in class oracle.xml.util.XMLError
Register a locale
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to request a locale for errors and warnings.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocator(SourceLocator) - Method in exception javax.xml.transform.TransformerException
Method setLocator sets an instance of a SourceLocator object that specifies where an error occured.
setLocator(Locator) - Method in class oracle.xml.util.XMLError
Register a locator
setLoginTimeout(int) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Sets the maximum time in seconds that this datasource will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in interface javax.xml.xquery.XQDataSource
Sets the maximum time in seconds that this datasource will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class oracle.xml.xquery.OXQDataSource
Sets the maximum time in seconds that this datasource will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
This method is not supported.
setLogWriter(PrintWriter) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Sets the log writer for this datasource object to the given java.io.PrintWriter object.
setLogWriter(PrintWriter) - Method in interface javax.xml.xquery.XQDataSource
Sets the log writer for this XQDataSource object to the given java.io.PrintWriter object.
setLogWriter(PrintWriter) - Method in class oracle.xml.xquery.OXQDataSource
Sets the log writer for this XQDataSource object to the given java.io.PrintWriter object.
setLogWriter(PrintWriter) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
This method is not supported.
setMaxOccurs(int) - Method in class oracle.xml.parser.schema.XSDAny
 
setMaxOccurs(int) - Method in class oracle.xml.parser.schema.XSDElement
Set the maxOccurs
setMaxOccurs(int) - Method in class oracle.xml.parser.schema.XSDGroup
Set the maxOccurs maximum occurrence for this content particle.
setMaxOccurs(int) - Method in interface oracle.xml.parser.schema.XSDParticleNode
 
setMaxRows(int) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the maximum number of rows to be converted to XML.
setMediaType(String) - Method in class oracle.xml.xquery.OXQEntity
Sets the Media-Type of the entity.
setMediaType(MimeType) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the media-type parameter.
setMetadataConn(Object) - Method in class oracle.xdb.XMLType
Function to set the metadata connection to be used for getting Binary XML token data
setMetadataRepository(BinXMLMetadataProvider) - Method in interface oracle.xml.binxml.BinXMLProcessor
Users can plug in their own metadata repository that defines the MetadataProvider interface.
setMetaHeader(Reader) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the XML meta header.
setMethod(QName) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the method parameter.
setMinOccurs(int) - Method in class oracle.xml.parser.schema.XSDAny
 
setMinOccurs(int) - Method in class oracle.xml.parser.schema.XSDElement
Set the minOccurs
setMinOccurs(int) - Method in class oracle.xml.parser.schema.XSDGroup
Set the minOccurs min occurrence for this content particle.
setMinOccurs(int) - Method in interface oracle.xml.parser.schema.XSDParticleNode
 
setMinusSign(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the minus-sign property.
setModuleStaticContext(XQStaticContext) - Method in interface oracle.xml.xquery.OXQConnection
Sets the default values for all properties of library modules loaded by this connection.
setModuleURI(String) - Method in interface oracle.xml.xquery.OXQStaticContext
Sets the module URI in the static context.
setNamedItem(Node) - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in class oracle.xdb.dom.XDBNamedNodeMap
Deprecated.
 
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNan(String) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the NaN (not-a-number) property.
setNewLine(String) - Method in interface org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
setNewNodeIndentIncr(int) - Method in class oracle.xml.differ.XMLDiff
Sets the indentation for the XSL generation.
setNextException(XQException) - Method in exception javax.xml.xquery.XQException
Adds an XQException to the chain of exceptions.
setNode(Node) - Method in class javax.xml.transform.dom.DOMResult
Set the node that will contain the result DOM tree.
setNode(Node) - Method in class javax.xml.transform.dom.DOMSource
Set the node that will represents a Source DOM tree.
setNodeFactory(NodeFactory) - Method in class oracle.xml.async.DOMBuilder
Set the node factory.
setNodeFactory(XMLDocument) - Method in class oracle.xml.parser.v2.DocumentBuilder
Set document as the factory to create nodes
setNodeFactory(NodeFactory) - Method in class oracle.xml.parser.v2.DocumentBuilder
Set a optional NodeFactory to be used for creating custom DOM trees
setNodeFactory(NodeFactory) - Method in class oracle.xml.parser.v2.DOMParser
Set the node factory.
setNodeFlag(int) - Method in class oracle.xml.parser.v2.XMLNode
Sets the node flag information
setNodeFlag(int, boolean) - Method in class oracle.xml.parser.v2.XMLNode
Sets or resets the node flag information
setNodeFlag(int, int) - Method in class oracle.xml.parser.v2.XMLNode
Sets the node multi bit flag information
setNodeValue(String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
set the value of the node
setNodeValue(String) - Method in class oracle.xml.parser.v2.XMLAttr
Sets the value of this node, depending on its type
setNodeValue(String) - Method in class oracle.xml.parser.v2.XMLEntity
Sets the value of entity.
setNodeValue(String) - Method in class oracle.xml.parser.v2.XMLNode
Sets the value of this node, depending on its type
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNodeValueAsBinaryStream() - Method in class oracle.xml.parser.v2.XMLNode
 
setNodeValueAsBinaryStream(InputStream) - Method in class oracle.xml.parser.v2.XMLNode
 
setNodeValueAsCharacterStream() - Method in class oracle.xml.parser.v2.XMLNode
 
setNodeValueAsCharacterStream(Reader) - Method in class oracle.xml.parser.v2.XMLNode
 
setNodeXob(int) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Set the Xob state based on the owner document
setNoMoves() - Method in class oracle.xml.differ.XMLDiff
Assume that there are no moves to be detected by the diff algorithm.
setNormalizationForm(Normalizer.Form) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets normalization-form parameter.
setNormalizeLangTag(int) - Method in interface oracle.xml.transx.TransX
Set the normalization form for the language identifier.
setOmitXMLDeclaration(boolean) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the omit-xml-declaration parameter.
setOrderingMode(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the ordering mode in the static context.
setOutputEncoding(String) - Method in class oracle.xml.parser.v2.XSLProcessor
If output encoding is not specified in XSL document, output charset as "UTF-8" in META element by default.
setOutputProperties(Properties) - Method in class javax.xml.transform.Transformer
Set the output properties for the transformation.
setOutputProperties(Properties) - Method in class oracle.xml.jaxp.JXTransformer
Set the output properties for the transformation.
setOutputProperty(String, String) - Method in class javax.xml.transform.Transformer
Set an output property that will be in effect for the transformation.
setOutputProperty(String, String) - Method in class oracle.xml.jaxp.JXTransformer
Set an output property that will be in effect for the transformation.
setOutputResult(String, Result) - Method in class oracle.xml.pipeline.controller.Process
All user defined processes (extending from Process) need to create a Result object and set it in the output using this method.
setOutputStream(OutputStream) - Method in class javax.xml.transform.stream.StreamResult
Set the ByteStream that is to be written to.
setOutputStream(OutputStream) - Method in class oracle.xml.scalable.BinaryStream
Set a OutputStream to write to
setOutputStyle(int) - Method in class oracle.xml.parser.v2.XMLOutputStream
Sets the Output the style
setOutputURIResolver(OutputURIResolver) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Set an object that is used by default during the transformation to resolve output URIs used for xsl:result-document.
setOutputURIResolver(OutputURIResolver) - Method in class oracle.xml.jaxp.JXTransformer
 
setOwner(XDBDocument) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
setPageEncoding(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets encoding of source XSQL page associated with this request.
setPageEncoding(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Associates an XSQL Page with the request
setPageEncoding(String) - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
setPageManager(PageManager) - Method in class oracle.xml.scalable.BinaryStream
Set pageManager to cache binary, stream becomes seekable when source is InputStream.
setPageManager(PageManager) - Method in interface oracle.xml.xquery.OXQDynamicContext
Sets the PageManager.
setPageParam(String, String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets a dynamic page parameter value.
setPageParam(String, String[]) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets a dynamic page parameter value to a string array
setPageParam(String, String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Sets a dynamic page parameter value.
setPageParam(String, String[]) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
setParam(String, String, Object) - Method in class oracle.xml.parser.v2.XSLProcessor
Sets the value of a top-level stylesheet parameter.
setParam(String, String) - Method in class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
use XSLProcessor.setParams to ensure thread safety
setParameter(String, Object) - Method in class javax.xml.transform.Transformer
Add a parameter for the transformation.
setParameter(String, Object) - Method in class oracle.xml.jaxp.JXTransformer
Add a parameter for the transformation.
setParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Set the value of a parameter.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParsedDoctype(String, String, String) - Method in class oracle.xml.parser.v2.XMLDocument
Sets the doctype object by parsing sysid
setPatternSeparator(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the pattern-separator property.
setPercent(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the percent property.
setPerMille(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the per-mille property.
setPicklePreference(int) - Method in class oracle.xdb.XMLType
Function to set how the XMLType will be sent across the wire.
setPipelineDoc(PipelineDoc) - Method in class oracle.xml.pipeline.controller.PipelineProcessor
Set the PipelineDoc object for the pipeline process to process
setPostedDocument(Document) - Method in interface oracle.xml.xsql.XSQLPageRequest
Allows programmatic setting of the Posted Document
setPostedDocument(Document) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
setPostedDocument(Document) - Method in class oracle.xml.xsql.XSQLRequest
Programmatically set an XML Document to be treated the same as if it were posted as part of the request.
setPrefix(String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
setPrefix(String) - Method in class oracle.xml.parser.v2.XMLAttr
Sets the prefix for attribute Note that setting the prefix, when permitted, changes the nodeName.
setPrefix(String) - Method in class oracle.xml.parser.v2.XMLElement
Sets the prefix of this node
setPrefix(String) - Method in class oracle.xml.parser.v2.XMLNode
Sets the prefix of this node
setPrefix(String) - Method in interface org.w3c.dom.Node
 
setPreserveWhitespace(boolean) - Method in class oracle.xml.async.DOMBuilder
Set the white space preserving mode
setPreserveWhitespace(boolean) - Method in class oracle.xml.parser.v2.XMLParser
Set the white space preserving mode
setPreserveWhitespace(boolean) - Method in class oracle.xml.sql.dml.OracleXMLSave
Specifies whether to preserve whitespace..
setPreserveWhitespace(boolean) - Method in interface oracle.xml.transx.TransX
Tell the loader to treat whitespaces to be significant.
setPrintedErrorHeader(boolean) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets whether an Error Header has been printed
setPrintedErrorHeader(boolean) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
setPrintInheritedNamespaces(boolean) - Method in class oracle.xml.parser.v2.XMLPrintDriver
Sets print inherited namespaces.
setProcessingMode(int) - Method in interface oracle.xml.xquery.OXQStaticContext
Sets the processing mode.
setProperties(Properties) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Sets the data source properties from the specified Properties instance.
setProperties(Properties) - Method in interface javax.xml.xquery.XQDataSource
Sets the data source properties from the specified Properties instance.
setProperties(Properties) - Method in class oracle.xml.xquery.OXQDataSource
Sets the data source properties from the specified Properties instance.
setProperties(Properties) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
This method is not supported.
setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
Set the particular property in the underlying implementation of Marshaller.
setProperty(String, Object) - Method in class javax.xml.parsers.SAXParser
Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
setProperty(String, String) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Sets the named property to the specified value.
setProperty(String, String) - Method in interface javax.xml.xquery.XQDataSource
Sets the named property to the specified value.
setProperty(int, boolean) - Method in interface oracle.xml.binxml.BinXMLEncoder
Set properties for encoding.
setProperty(String, Object) - Method in class oracle.xml.binxml.BinXMLSerializer
Set output printing properties
setProperty(String, Object) - Method in class oracle.xml.comp.CXMLHandlerBase
Set the value of a property.
setProperty(String, Object) - Method in class oracle.xml.jaxp.JXSAXParser
Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
setProperty(String, Object) - Method in class oracle.xml.parser.v2.SAXParser
Set the value of a property.
setProperty(String, Object) - Method in class oracle.xml.parser.v2.XMLNode
Set a property of the node
setProperty(String, Object) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Set output printing properties
setProperty(String, String) - Method in class oracle.xml.xquery.OXQDataSource
Sets the named property to the specified value.
setProperty(int, Object) - Method in class oracle.xml.xquery.OXQEntity
Sets additional processing options for this entity.
setProperty(String, String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Sets the value of a supported property returned by OXQDDataSource.getSupportedPropertyNames().
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setPSVI(boolean) - Method in class oracle.xml.comp.CXMLHandlerBase
Set flag to store PSVI information
setPublicId(String) - Method in class javax.xml.transform.stream.StreamSource
Set the public identifier for this Source.
setPublicId(String) - Method in class oracle.xml.parser.v2.XMLNotation
Sets the Public Identifier
setPublicId(String) - Method in interface org.w3c.dom.ls.LSInput
The public identifier for this input source.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setQueryLanguageTypeAndVersion(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the input query language type and version.
setQueryTimeout(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the number of seconds an implementation will wait for a query to execute.
setRaiseException(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies whether to throw the raised exceptions.
setRaiseNoRowsException(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies whether to throw an OracleXMLNoRowsException if the generated XML document is empty.
setReader(Reader) - Method in class javax.xml.transform.stream.StreamSource
Set the input to be a character reader.
setRenderPath(String) - Method in class oracle.xdb.event.XDBRepositoryEvent
Specifies the path of the resource that contains the rendered contents.
setRenderStream(InputStream) - Method in class oracle.xdb.event.XDBRepositoryEvent
Sets the stream where the rendered contents can be read.
setRequestObject(String, Object) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets a request-scope object
setRequestObject(String, Object) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Sets a request-scope object
setResult(Result) - Method in interface javax.xml.transform.sax.TransformerHandler
Enables the user of the TransformerHandler to set the to set the Result for the transformation.
setResult(Class<T>) - Method in class oracle.xdb.SQLXMLType
 
setResult(Class<T>) - Method in class oracle.xdb.XMLType
 
setRootTag(String) - Method in class oracle.xml.parser.v2.DTD
Set the root tag for the DTD
setRowIdAttrName(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the name of the row enclosing tag id attribute.
setRowIdAttrValue(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies the scalar column whose value is assigned to the row id attribute.
setRowIdColumn(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since 1.2.1 -- please use setRowIdAttrValue instead.
setRowsetTag(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the tag used to enclose the XML dataset.
setRowTag(String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Names the tag for the row enclosing XML element.
setRowTag(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the tag to be used to enclose the XML element corresponding to a db. record.
setSchema(String) - Method in interface oracle.xml.binxml.BinXMLEncoder
If ENC_SCHEMA_AWARE is set to true, then this schema will be used for validation and encoding.
setSchema(Schema) - Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
 
setSchema(XMLSchema) - Method in class oracle.xml.parser.v2.XMLDocument
set the XML Schema
setSchema(XMLSchema) - Method in class oracle.xml.schemavalidator.XSDValidator
Sets the XMLSchema object for this object.
setSchemaURL(String) - Method in class oracle.xdb.XMLType
This function sets schema URL.
setSchemaValidated(boolean) - Method in class oracle.xdb.XMLType
This function sets the VALIDATED flag to indicate that the XMLType has been validated or not.
setSchemaValidationMode(boolean) - Method in class oracle.xml.parser.v2.XMLParser
Deprecated.
Replaced by setValidationMode(int).
setSchemaValidatorProperty(String, Object) - Method in class oracle.xml.parser.v2.XMLParser
Set an XML property to schema validator.
setScrollability(int) - Method in interface javax.xml.xquery.XQStaticContext
Sets the scrollability of the result sequence.
setSecureProcessing() - Method in class oracle.xml.async.DOMBuilder
Set secure parsing
setSecureProcessing() - Method in class oracle.xml.async.XSLTransformer
Set secure processing
setSecureProcessing() - Method in class oracle.xml.parser.schema.XSDValidator
 
setSecureProcessing() - Method in class oracle.xml.parser.v2.XMLParser
This method provides aggregate configurations for secure parsing It can be used to replace equevalent calls of setAttribute() This make it easier to change the definition of secure processing and provide better performance when the setAttribute becomes too many entries.
setSecureProcessing() - Method in class oracle.xml.sql.dml.OracleXMLSave
Set secureProcessing for the parser
setSerializationParameters(OXQSerializationParameters) - Method in interface oracle.xml.xquery.OXQStaticContext
Sets the serialization parameters for this static context.
setServiceName(String) - Method in class oracle.xml.xquery.xqjdb.OXQDDataSource
Set the value of the service name property
setSkipRows(int) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the number of rows to skip.
setSQLToXMLNameEscaping(boolean) - Method in class oracle.xml.sql.dml.OracleXMLSave
Determines whether to turn on XML tag escaping for SQL object names, to ensure conversion to valid XML identifiers.
setSQLToXMLNameEscaping(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies whether to turn on XML tag escaping for SQL object names, to ensure conversion to valid XML identifiers.
setStandalone(String) - Method in class oracle.xml.parser.v2.XMLDeclPI
Sets the standalone information stored in the <?
setStandalone(String) - Method in class oracle.xml.parser.v2.XMLDocument
Sets the standalone information stored in the <?
setStandalone(String) - Method in class oracle.xml.scalable.BinaryStream
Set Standalone
setStandalone(int) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the standalone parameter which controls the standalone document declaration.
setStart(Node, int) - Method in interface org.w3c.dom.ranges.Range
Sets the attributes describing the start of the Range.
setStartAfter(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the start position to be after a node
setStartBefore(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the start position to be before a node
setStaticContext(XQStaticContext) - Method in interface javax.xml.xquery.XQConnection
Sets the default values for all expression properties.
setStatus(int) - Method in class oracle.xdb.servlet.XDBServletResponse
Set status code
setStatus(int, String) - Method in class oracle.xdb.servlet.XDBServletResponse
Deprecated. 
setStream(InputStream) - Method in class oracle.xdb.dom.XDBBinaryDocument
Deprecated.
 
setStream(BinaryStream) - Method in class oracle.xml.scalable.BinaryIndex
 
setStrictErrorChecking(boolean) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
setStrictLegalXMLCharCheck(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Tells XSU whether it should do strict checking on the input data (as generated by the query) before generating the XML document.
setString(String) - Method in class oracle.xdb.SQLXMLType
SQLXML method Set the string value containing the XML data to the XMLType.
setString(String) - Method in class oracle.xdb.XMLType
 
setStringData(String) - Method in interface org.w3c.dom.ls.LSInput
String data to parse.
setStyleSheet(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since XSU2.0 -- please use setStylesheetHeader instead.
setStyleSheet(String, String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since XSU2.0 -- please use setStylesheetHeader instead.
setStylesheetHeader(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the stylesheet header processing instructions in the generated XML document.
setStylesheetHeader(String, String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the stylesheet header processing instructions in the generated XML document.
setStylesheetParameter(String, String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets the value of a parameter to be passed to the associated stylesheet
setStylesheetParameter(String, String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
setStylesheetURI(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Sets the URI of the stylesheet to be used to process the result.
setStylesheetURI(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
setSystemId(String) - Method in class javax.xml.transform.dom.DOMResult
Method setSystemId Set the systemID that may be used in association with the node.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMSource
Set the base ID (URL or system ID) from where URLs will be resolved.
setSystemId(String) - Method in interface javax.xml.transform.Result
Set the system identifier for this Result.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXResult
Method setSystemId Set the systemID that may be used in association with the ContentHandler.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXSource
Set the system identifier for this Source.
setSystemId(String) - Method in interface javax.xml.transform.sax.TemplatesHandler
Set the base ID (URI or system ID) for the Templates object created by this builder.
setSystemId(String) - Method in interface javax.xml.transform.sax.TransformerHandler
Set the base ID (URI or system ID) from where relative URLs will be resolved.
setSystemId(String) - Method in interface javax.xml.transform.Source
Set the system identifier for this Source.
setSystemId(String) - Method in class javax.xml.transform.stream.StreamResult
Set the systemID that may be used in association with the byte or character stream, or, if neither is set, use this value as a writeable URI (probably a file name).
setSystemId(File) - Method in class javax.xml.transform.stream.StreamResult
Set the system ID from a File reference.
setSystemId(String) - Method in class javax.xml.transform.stream.StreamSource
Set the system identifier for this Source.
setSystemId(File) - Method in class javax.xml.transform.stream.StreamSource
Set the system ID from a File reference.
setSystemId(String) - Method in class oracle.xml.parser.v2.XMLNotation
Sets the System Identifier
setSystemId(String) - Method in class oracle.xml.scalable.BinaryStream
 
setSystemId(String) - Method in interface org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
setSystemId(String) - Method in interface org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setTextContent(String) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
setTextDecl(String, String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of a Text XML Declaration.
setTextDecl(String, String) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of a Text XML Declaration.
setTextDecl(String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of a Text XML Declaration.
setTextDecl(String, String) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a Text XML Declaration.
setToken(int, boolean) - Method in class oracle.xml.parser.v2.XMLTokenizer
Applications can use this to register a new token for XML tokenizer.
setTokenHandler(XMLToken) - Method in class oracle.xml.parser.v2.XMLTokenizer
Applications can use this to register a new XML tokenizer event handler.
setTransformMonitor(TransformMonitor) - Method in class oracle.xml.jaxp.JXTransformer
 
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setUpdateColumnList(String[]) - Method in class oracle.xml.sql.dml.OracleXMLSave
Sets and limits the list of columns for INSERT and UPDATE operations.
setUpdateMode(int) - Method in interface oracle.xml.xquery.OXQDynamicContext
Sets the update mode.
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setURIResolver(URIResolver) - Method in class javax.xml.transform.Transformer
Set an object that will be used to resolve URIs used in document().
setURIResolver(URIResolver) - Method in class javax.xml.transform.TransformerFactory
Set an object that is used by default during the transformation to resolve URIs used in xsl:import, or xsl:include.
setURIResolver(URIResolver) - Method in class oracle.xml.jaxp.JXSAXTransformerFactory
Set an object that is used by default during the transformation to resolve URIs used in xsl:import, or xsl:include.
setURIResolver(URIResolver) - Method in class oracle.xml.jaxp.JXTransformer
Set an object that will be used to resolve URIs used in document().
setURL(URL, String, String) - Method in interface oracle.xml.binxml.DBBinXMLMetadataProvider
Used for setting up OCI connection
setURL(URL, String, String) - Method in class oracle.xml.binxml.DBBinXMLMetadataProviderImpl
For HTTP communication only or OCI driver?
setUrl1(String) - Method in class oracle.xml.differ.XMLDiff
Sets the first XML url which need to be compared.
setUrl2(String) - Method in class oracle.xml.differ.XMLDiff
Sets the second XML url which need to be compared.
setUserData(String, Object, UserDataHandler) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
setUserExtension(Object) - Method in interface oracle.xml.xquery.OXQDynamicContext
Sets the user extension.
setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
Specifies whether or not the default validation mechanism of the Unmarshaller should validate during unmarshal operations.
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValidationMode(boolean) - Method in class oracle.xml.async.DOMBuilder
Set the validation mode
setValidationMode(boolean) - Method in class oracle.xml.parser.v2.XMLParser
Deprecated.
Replaced by setValidationMode(int).
setValidationMode(int) - Method in class oracle.xml.parser.v2.XMLParser
Set the validation mode This method sets the validation mode of the parser.
setValidationMode(boolean) - Method in interface oracle.xml.transx.TransX
Set the validation mode.
setValue(String) - Method in class oracle.xdb.dom.XDBAttribute
Deprecated.
set the value of the node
setValue(String) - Method in class oracle.xml.parser.v2.XMLAttr
Sets the value.
setValue(String) - Method in interface org.w3c.dom.Attr
 
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValueSequence(XQSequence) - Method in interface oracle.xml.xquery.OXQStackTraceVariable
Binds the variable to the specified value.
setVersion(String) - Method in class oracle.xml.parser.v2.XMLDeclPI
Sets the version number stored in the <?
setVersion(String) - Method in class oracle.xml.parser.v2.XMLDocument
Sets the version number stored in the <?
setVersion(String) - Method in class oracle.xml.scalable.BinaryStream
Set Version
setVersion(String) - Method in interface oracle.xml.xquery.OXQSerializationParameters
Sets the version parameter.
setVocabID(byte[]) - Method in class oracle.xml.binxml.BinXMLVocabId
This method sets the vocabulary Id for the class.
setWriter(Writer) - Method in class javax.xml.transform.stream.StreamResult
Set the writer that is to receive the result.
setXMLDecl(String, String, String) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of an XML Declaration.
setXMLDecl(String, String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of a XML Declaration.
setXMLDecl(String, String, String) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a XML Declaration.
setXMLDocument(XMLDocument) - Method in class oracle.xml.xmlcomp.XMLCompress
Sets the XMLDocument object that needs to be Compressed
setXMLProperty(String, Object) - Method in class oracle.xml.parser.schema.XSDBuilder
 
setXMLProperty(String, Object) - Method in class oracle.xml.parser.schema.XSDValidator
Set a property.
setXMLProperty(String, Object) - Method in class oracle.xml.parser.v2.XMLParser
Set a property.
setXMLReader(XMLReader) - Method in class javax.xml.transform.sax.SAXSource
Set the XMLReader to be used for the Source.
setXMLSchema(Object) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of a XMLSchema object.
setXMLSchema(XMLSchema) - Method in class oracle.xml.parser.schema.XSDInputSource
 
setXMLSchema(XMLSchema) - Method in class oracle.xml.parser.schema.XSDValidator
Deprecated. 
setXMLSchema(Object) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of a XMLSchema object.
setXMLSchema(Object) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of a XMLSchema object.
setXMLSchema(Object) - Method in class oracle.xml.parser.v2.XMLParser
Set an XMLSchema for validating the instance document
setXmlStandalone(boolean) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
setXmlTextInputStream(InputStream) - Method in class oracle.xml.xmlcomp.XMLCompress
Sets the Text Inputstream to compress the data
setXmlTextOutputStream(OutputStream) - Method in class oracle.xml.xmlcomp.XMLCompress
Sets the Text outputstream to write the XML data
setXmlVersion(String) - Method in class oracle.xdb.dom.XDBDocument
Deprecated.
 
setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the version property.
setXobCstate(long) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
setXSDValidator(XSDValidator) - Method in class oracle.xml.comp.CXMLHandlerBase
Set the XSDValidator used to retrieve PSVI info
setXSLT(String, String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Registers an XSL transformation that should be applied to generated XML.
setXSLT(Reader, String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Registers an XSL transformation that should be applied to generated XML.
setXSLT(String, String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the XSL transformation to be applied to generated XML.
setXSLT(Reader, String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the XSL transformation to be applied to generated XML.
setXSLTParam(String, String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Sets the value of the top-level stylesheet parameter.
setXSLTParam(String, String) - Method in class oracle.xml.sql.query.OracleXMLQuery
Sets the value for top-level stylesheet parameter.
setXSLTProcessor(XSLProcessor) - Method in class oracle.xml.sql.dml.OracleXMLSave
Set XSLT processor
setXSLTVersion(XSLProcessor.XSLTVersion) - Method in class oracle.xml.async.XSLTransformer
Sets the XSLT Version flag used by the XSL processor
setXSLTVersion(XSLProcessor.XSLTVersion) - Method in class oracle.xml.parser.v2.XSLProcessor
Set the specification version to be used for transformation.
setZeroDigit(int) - Method in interface oracle.xml.xquery.OXQDecimalFormat
Sets the zero-digit property.
SEVERITY_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is error
SEVERITY_FATAL_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is fatal error
SEVERITY_WARNING - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is warning
sFacets - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
Array of facet strings, can be indexed using the above const
SHORT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
SHOW_ALL - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show all Nodes.
SHOW_ATTRIBUTE - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Attr nodes.
SHOW_CDATA_SECTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show CDATASection nodes.
SHOW_COMMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Comment nodes.
SHOW_DOCUMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Document nodes.
SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show DocumentFragment nodes.
SHOW_DOCUMENT_TYPE - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show DocumentType nodes.
SHOW_ELEMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Element nodes.
SHOW_ENTITY - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Entity nodes.
SHOW_ENTITY_REFERENCE - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show EntityReference nodes.
SHOW_NOTATION - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Notation nodes.
SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show ProcessingInstruction nodes.
SHOW_TEXT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Text nodes.
SHOW_WARNINGS - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
Boolean to ignore warnings - Boolean.TRUE or Boolean.FALSE
SHOW_WARNINGS - Static variable in class oracle.xml.parser.v2.DOMParser
Boolean to ignore warnings Boolean.TRUE or Boolean.FALSE
SHOW_WARNINGS_ID - Static variable in class oracle.xml.parser.v2.DOMParser
 
showWarnings(boolean) - Method in class oracle.xml.async.DOMBuilder
Switch to determine whether to print warnings
showWarnings(boolean) - Method in class oracle.xml.async.XSLTransformer
Sets the showWarnings flag used by the XSL processor
showWarnings(boolean) - Method in class oracle.xml.parser.v2.DOMParser
Switch to determine whether to print warnings
showWarnings(boolean) - Method in class oracle.xml.parser.v2.XSLProcessor
Switch to determine whether to output warnings.
showWarnings(boolean) - Method in class oracle.xml.util.XMLError
Turn reporting warning on/off
signalError(int, String[], Object[]) - Method in interface oracle.xml.xsql.XSQLPageRequest
Signals a processing error for this request
signalError(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Signals a processing error for this request
signalError(int, String[], Object[]) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Signals a processing error for this request
signalError(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
Signals a processing error for this request
size() - Method in class oracle.xml.util.Queue
 
skip() - Method in interface oracle.xml.scalable.InfosetReader
Skip this parsing event and the complete subtree This method has different behavior (as compared next()) only when the current event is START_DOCUMENT or START_ELEMENT The getEventType will return END_DOCUMENT or END_ELEMENT, skipping the content of the document or element This method will throw an IllegalStateException if it is called after hasNext() returns false.
SKIP_DUPLICATES - Static variable in class oracle.xml.transx.LoadingMode
skip duplicate rows
skippedEntity(String) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
SKIPROWS_ALL - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Specifies that all rows be skipped in the result.
SKIPROWS_DEFAULT - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since v2.0; Use 0 instead
SKIPROWS_NONE - Static variable in class oracle.xml.sql.query.OracleXMLQuery
Deprecated.
since v2.0; Use 0 instead
sleep(int) - Method in class oracle.xml.async.ResourceManager
Allows usage of Thread.sleep() without try/catch
SNOTATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
SORT_SCHEMA_IMPORTS - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
Source - Interface in javax.xml.transform
An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).
SourceLocator - Interface in javax.xml.transform
This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.
sourceToInputSource(Source) - Static method in class javax.xml.transform.sax.SAXSource
Attempt to obtain a SAX InputSource object from a TrAX Source object.
SPACE - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a space, events are only reported as SPACE if they are ignorable white space.
splitText(int) - Method in class oracle.xdb.dom.XDBText
Deprecated.
 
splitText(int) - Method in class oracle.xml.parser.v2.XMLText
Breaks Text node into two Text nodes at specified offset, so they are both siblings, and the node only contains content up to the offset.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
SQL_OFFLINE_SIZE - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
SQLXML_EMPTY - Static variable in class oracle.xdb.XDBError
 
SQLXML_INVRESULT - Static variable in class oracle.xdb.XDBError
 
SQLXML_INVSOURCE - Static variable in class oracle.xdb.XDBError
 
SQLXMLType - Class in oracle.xdb
 
SQLXMLType(Connection, InputStream) - Constructor for class oracle.xdb.SQLXMLType
 
SQLXMLType(Connection, InputStream, String) - Constructor for class oracle.xdb.SQLXMLType
 
SQLXMLType(OpaqueDescriptor, Connection, Object) - Constructor for class oracle.xdb.SQLXMLType
 
SQLXMLType(OpaqueDescriptor, Connection, Object, String) - Constructor for class oracle.xdb.SQLXMLType
 
SQLXMLType(Connection, long) - Constructor for class oracle.xdb.SQLXMLType
 
SQLXMLType() - Constructor for class oracle.xdb.SQLXMLType
 
STag - Static variable in interface oracle.xml.parser.v2.XMLToken
STag ::= '<' STagName (S Attribute)* S?
STagName - Static variable in interface oracle.xml.parser.v2.XMLToken
STagName ::= Name
STANDALONE - Static variable in class javax.xml.transform.OutputKeys
standalone = "yes" | "no".
STANDALONE - Static variable in class oracle.xml.parser.v2.XMLParser
Sets the standalone property of the input files.
STANDALONE_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
STANDALONE_NO - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
The value that indicates standalone='no' should appear in the document declaration.
STANDALONE_OMIT - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
The value that indicates standalone will not appear in the document declaration.
STANDALONE_YES - Static variable in interface oracle.xml.xquery.OXQSerializationParameters
The value that indicates standalone='yes' should appear in the document declaration.
STANDARD - Static variable in class oracle.xml.transx.LangTag
 
START_DOCUMENT - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a start document
START_ELEMENT - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is a start element
START_ENTITY - Static variable in interface oracle.xml.scalable.InfosetReader
Indicates an event is the start of a resolved entity
START_TO_END - Static variable in interface org.w3c.dom.ranges.Range
Compare start boundary-point of sourceRange to end boundary-point of Range on which compareBoundaryPoints is invoked.
START_TO_START - Static variable in interface org.w3c.dom.ranges.Range
Compare start boundary-point of sourceRange to start boundary-point of Range on which compareBoundaryPoints is invoked.
startCDATA() - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of start of CDATA
startCDATA() - Method in class oracle.xml.parser.v2.DocumentBuilder
Report the start of a CDATA section.
startCDATA() - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report the start of a CDATA section.
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDocument() - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of the begining of the document.
startDocument() - Method in class oracle.xml.parser.schema.XSDValidator
Receive notification of the beginning of the document.
startDocument() - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of the beginning of the document.
startDocument() - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of the beginning of a document.
startDocument() - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDTD(String, String, String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of start of DTD declaratoin
startDTD(String, String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startElement(String, String, String, Attributes) - Method in class oracle.xml.comp.CXMLHandlerBase
Recieve notification of the begining of an element.
startElement(NSName, SAXAttrList) - Method in class oracle.xml.comp.CXMLHandlerBase
Recieve notification of the begining of an element.
startElement(String, String, String, Attributes) - Method in class oracle.xml.parser.schema.XSDValidator
Receive notification of the beginning of an element.
startElement(NSName, SAXAttrList) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Receive notification of the beginning of an element.
startElement(NSName, SAXAttrList) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class oracle.xml.parser.v2.DocumentBuilder
Receive notification of the beginning of an element.
startElement(NSName, SAXAttrList) - Method in interface oracle.xml.parser.v2.XMLDocumentHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Receive notification of the beginning of an element.
startElement(long) - Method in class oracle.xml.scalable.BinaryIndex
 
startElement(Element) - Method in interface org.w3c.dom.ls.LSParserFilter
The parser will call this method after each Element start tag has been scanned, but before the remainder of the Element is processed.
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 startElement event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startEntity(String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of begininning of some internal or external XML entities
startEntity(String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Report the beginning of some internal and external XML entities.
startEntity(String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Report the beginning of some internal and external XML entities.
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
startPrefixMapping(String, String) - Method in class oracle.xml.comp.CXMLHandlerBase
Receive notification of the begin the scope of prefix URI mapping.
startPrefixMapping(String, String) - Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class oracle.xml.parser.v2.DocumentBuilder
Begin the scope of a prefix/URI namespace mapping.
startPrefixMapping(String, String) - Method in class oracle.xml.parser.v2.XMLMultiHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
step(XQStackTraceElement) - Method in class oracle.xml.xquery.OXQDebugListener
Invoked before a line of XQuery source code is about to be processed.
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
STREAM_READ - Static variable in class oracle.xml.parser.v2.XMLDocument
 
StreamResult - Class in javax.xml.transform.stream
Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
StreamResult() - Constructor for class javax.xml.transform.stream.StreamResult
Zero-argument default constructor.
StreamResult(OutputStream) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a byte stream.
StreamResult(Writer) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a character stream.
StreamResult(String) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a URL.
StreamResult(File) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a File.
STREAMRESULT - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
StreamSource - Class in javax.xml.transform.stream
Acts as an holder for a transformation Source in the form of a stream of XML markup.
StreamSource() - Constructor for class javax.xml.transform.stream.StreamSource
Zero-argument default constructor.
StreamSource(InputStream) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a byte stream.
StreamSource(InputStream, String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a byte stream.
StreamSource(Reader) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a character reader.
StreamSource(Reader, String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a character reader.
StreamSource(String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a URL.
StreamSource(File) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a File.
STREAMSOURCE - Static variable in interface oracle.xml.pipeline.controller.PipelineConstants
 
STRICT_VALIDATION - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
STRING - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
stringParamValue(Object) - Static method in class oracle.xml.xsql.XSQLUtil
 
stringParamValues(Object) - Static method in class oracle.xml.xsql.XSQLUtil
 
sTypes - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
Array of types indexed by above consts
substringData(int, int) - Method in class oracle.xdb.dom.XDBCharData
Deprecated.
gets the specified substring of the char data
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
SUN_FI - Static variable in class oracle.xml.scalable.BinaryStream
 
supportType(int) - Method in class oracle.xml.pipeline.controller.Input
Set the types of input to support for this Input.
supportType(int) - Method in class oracle.xml.pipeline.controller.Output
Set the types of output to support for this Output object.
surroundContents(Node) - Method in interface org.w3c.dom.ranges.Range
Reparents the contents of the Range to the given node and inserts the node at the position of the start of the Range.
SYNTAX_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal string is specified.

T

Templates - Interface in javax.xml.transform
An object that implements this interface is the runtime representation of processed transformation instructions.
TemplatesHandler - Interface in javax.xml.transform.sax
A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.
Text - Interface in org.w3c.dom
The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
TEXT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Text node.
TEXT_ONLY - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
TextDecl - Static variable in interface oracle.xml.parser.v2.XMLToken
TextDecl ::= '<' '?'
THICK - Static variable in class oracle.xml.parser.v2.XMLDocument
 
THIN - Static variable in class oracle.xml.parser.v2.XMLDocument
 
THIN_NOT_SUPPORTED - Static variable in class oracle.xdb.XDBError
Error message
TIME - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
TIME_DURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
TIME_INSTANT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
TIME_PERIOD - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
timestampOf(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
toBlob(int) - Method in class oracle.xdb.XMLType
Get the OracleBlob value containing the XMLdata from the XMLType
toClob() - Method in class oracle.xdb.XMLType
Get the OracleClob value containing the XMLdata from the XMLType
toCState() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Returns a long integer, which is actually the pointer to the underlying qmxob struct.
TOKEN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
token(int, String) - Method in interface oracle.xml.parser.v2.XMLToken
The interface call-back method.
tokenize(URL) - Method in class oracle.xml.parser.v2.XMLTokenizer
Tokenizes the XML document pointed to by the given URL and creates the corresponding XML document hierarchy.
tokenize(InputSource) - Method in class oracle.xml.parser.v2.XMLTokenizer
Tokenizes the XML from given input source
tokenize(String) - Method in class oracle.xml.parser.v2.XMLTokenizer
Tokenizes the XML from the URL indicated
tokenize(InputStream) - Method in class oracle.xml.parser.v2.XMLTokenizer
Tokenizes the XML from given input stream.
tokenize(Reader) - Method in class oracle.xml.parser.v2.XMLTokenizer
Tokenizes the XML from given input stream.
tokenizeIntoArray(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
tokenizeIntoArrayUsingCommasIfPresent(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
TOP_LEVEL - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
toString() - Method in exception javax.xml.bind.JAXBException
Returns a short description of this JAXBException.
toString() - Method in interface javax.xml.xquery.XQItemType
Returns a human-readable implementation-defined string representation of the item type.
toString() - Method in interface javax.xml.xquery.XQSequenceType
Returns a human-readable implementation-defined string representation of the sequence type.
toString() - Method in class oracle.xdb.dom.XDBNode
Deprecated.
 
toString() - Method in class oracle.xdb.servlet.XDBPrincipal
Return the string representation.
toString() - Method in exception oracle.xml.util.XMLException
Override toString to pick up any embedded exception.
toString() - Method in interface org.w3c.dom.ranges.Range
Returns the contents of a Range as a string.
toString() - Method in exception org.xml.sax.SAXException
Override toString to pick up any embedded exception.
TOTAL_DIGITS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
transform(Source, Result) - Method in class javax.xml.transform.Transformer
Process the source tree to the output result.
transform(XMLType, String) - Method in class oracle.xdb.XMLType
Function to transform the XMLType using the given XSL document.
transform(Source, Result) - Method in class oracle.xml.jaxp.JXTransformer
Process the source tree to the output result.
Transformer - Class in javax.xml.transform
An instace of this abstract class can transform a source tree into a result tree.
TransformerConfigurationException - Exception in javax.xml.transform
Indicates a serious configuration error.
TransformerConfigurationException() - Constructor for exception javax.xml.transform.TransformerConfigurationException
Create a new TransformerConfigurationException with no detail mesage.
TransformerConfigurationException(String) - Constructor for exception javax.xml.transform.TransformerConfigurationException
Create a new TransformerConfigurationException with the String specified as an error message.
TransformerConfigurationException(Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
Create a new TransformerConfigurationException with a given Exception base cause of the error.
TransformerConfigurationException(String, Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
Create a new TransformerConfigurationException with the given Exception base cause and detail message.
TransformerConfigurationException(String, SourceLocator) - Constructor for exception javax.xml.transform.TransformerConfigurationException
Create a new TransformerConfigurationException from a message and a Locator.
TransformerConfigurationException(String, SourceLocator, Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
Wrap an existing exception in a TransformerConfigurationException.
TransformerException - Exception in javax.xml.transform
This class specifies an exceptional condition that occured during the transformation process.
TransformerException(String) - Constructor for exception javax.xml.transform.TransformerException
Create a new TransformerException.
TransformerException(Throwable) - Constructor for exception javax.xml.transform.TransformerException
Create a new TransformerException wrapping an existing exception.
TransformerException(String, Throwable) - Constructor for exception javax.xml.transform.TransformerException
Wrap an existing exception in a TransformerException.
TransformerException(String, SourceLocator) - Constructor for exception javax.xml.transform.TransformerException
Create a new TransformerException from a message and a Locator.
TransformerException(String, SourceLocator, Throwable) - Constructor for exception javax.xml.transform.TransformerException
Wrap an existing exception in a TransformerException.
TransformerFactory - Class in javax.xml.transform
A TransformerFactory instance can be used to create Transformer and Template objects.
TransformerFactoryConfigurationError - Error in javax.xml.transform
Thrown when a problem with configuration with the Transformer Factories exists.
TransformerFactoryConfigurationError() - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
Create a new TransformerFactoryConfigurationError with no detail mesage.
TransformerFactoryConfigurationError(String) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
Create a new TransformerFactoryConfigurationError with the String specified as an error message.
TransformerFactoryConfigurationError(Exception) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
Create a new TransformerFactoryConfigurationError with a given Exception base cause of the error.
TransformerFactoryConfigurationError(Exception, String) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
Create a new TransformerFactoryConfigurationError with the given Exception base cause and detail message.
TransformerHandler - Interface in javax.xml.transform.sax
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
transformNode(XSLStylesheet) - Method in class oracle.xml.parser.v2.XMLNode
Transforms a node in the tree using the given stylesheet
translate(String, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
translate(URL, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
translateURL(String) - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns a string representing an absolute URL resolved relative to the base URI for this request.
translateURL(String) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
translateURL(String) - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
TransX - Interface in oracle.xml.transx
TransX Utility API
TRAVERSAL_DELETE_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to set traversal delete event
TRAVERSAL_REPLACE_EVENT - Static variable in class oracle.xml.parser.v2.XMLNode
Flag to set traversal replace event
TreeWalker - Interface in org.w3c.dom.traversal
TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by their whatToShow flags and filter (if any).
TYPE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
TYPE_RESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
TYPE_UNRESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
TypeConstraintException - Exception in javax.xml.bind
This exception indicates that a violation of a dynamically checked type constraint was detected.
TypeConstraintException() - Constructor for exception javax.xml.bind.TypeConstraintException
 
TypeInfo - Interface in org.w3c.dom
The TypeInfo interface represent a type referenced from Element or Attr nodes, specified in the schemas associated with the document.

U

unbindAllExternalVariablesAndContextItem() - Method in interface oracle.xml.xquery.OXQDynamicContext
Unbinds all external variables and context item.
undeclareFunction(QName, int) - Method in interface oracle.xml.xquery.OXQStaticContext
Undeclares a previously declared external function.
undeclareVariable(QName) - Method in interface oracle.xml.xquery.OXQStaticContext
Undeclares a previously declared external variable.
UNDEF - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
unexpectedAttr - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
unexpectedElem - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
UnicodeUtil - Class in oracle.xml.util
 
UnicodeUtil() - Constructor for class oracle.xml.util.UnicodeUtil
 
unload(int, boolean, byte[]) - Method in class oracle.xml.scalable.BinaryStream
 
unload(String, String[]) - Method in interface oracle.xml.transx.TransX
Unload a dataset.
unload(String, String[], Writer) - Method in interface oracle.xml.transx.TransX
Unload a dataset.
unload(OXQEntityKind, String) - Method in interface oracle.xml.xquery.OXQEntityLoader
Removes the loaded entity (module/schema) and transitively all other entities that depend on it.
unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified file and return the resulting content tree.
unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified InputStream and return the resulting content tree.
unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified URL and return the resulting content tree.
unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified DOM tree and return the resulting content tree.
unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source and return the resulting content tree.
UnmarshalException - Exception in javax.xml.bind
This exception indicates that an error has occured while performing an unmarshal operation.
UnmarshalException(String) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message.
UnmarshalException(String, String) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with a linkedException.
UnmarshalException(String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
Unmarshaller - Interface in javax.xml.bind
The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.
UnmarshallerHandler - Interface in javax.xml.bind
Unmarshaller implemented as SAX ContentHandler.
unparsedEntityDecl(String, String, String, String) - Method in class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
 
unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an unparsed entity declaration event.
UNSIGNED_BYTE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
UNSIGNED_INT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
UNSIGNED_LONG - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
UNSIGNED_SHORT - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
UNSPECIFIED_EVENT_TYPE_ERR - Static variable in exception org.w3c.dom.events.EventException
If the Event's type was not specified by initializing the event before the method was called.
UNSUPPORTED_DOM - Static variable in class oracle.xdb.XDBError
 
untrustedAbsoluteStylesheetURL(String) - Static method in class oracle.xml.xsql.XSQLUtil
 
UNTYPED_ATOMIC - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
untypedAtomic - Static variable in class oracle.xml.parser.schema.XSDSimpleType
 
UPDATE_DUPLICATES - Static variable in class oracle.xml.transx.LoadingMode
update the rows
UPDATE_MODE_DISABLED - Static variable in class oracle.xml.xquery.OXQConstants
An OXQDynamicContext constant indicating that XML may not be updated by the query.
UPDATE_MODE_ENABLED - Static variable in class oracle.xml.xquery.OXQConstants
An OXQDynamicContext constant indicating that XML may be updated by the query.
UPDATEABLE - Static variable in class oracle.xml.parser.v2.XMLDocument
 
updateLastUsed() - Method in class oracle.xml.xsql.XSQLConnection
 
updateXML(URL) - Method in class oracle.xml.sql.dml.OracleXMLSave
Updates the columns in a database table, based on the element values in the input XML document.
updateXML(String) - Method in class oracle.xml.sql.dml.OracleXMLSave
Updates the table given the XML document in a string form.
updateXML(Reader) - Method in class oracle.xml.sql.dml.OracleXMLSave
Updates the table given the XML document in a stream form.
updateXML(InputStream) - Method in class oracle.xml.sql.dml.OracleXMLSave
Updates the table given the XML document in a stream form.
updateXML(Document) - Method in class oracle.xml.sql.dml.OracleXMLSave
Updates the table given the XML document in a DOM tree form.
UPPERCASE - Static variable in class oracle.xml.transx.LangTag
 
URI_REFERENCE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
URIResolver - Interface in javax.xml.transform
An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
USE_DTD_ONLY_FOR_VALIDATION - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
If true, DTD Object is used only for validation and is not added to the parser document
USE_DTD_ONLY_FOR_VALIDATION - Static variable in class oracle.xml.parser.v2.XMLParser
If true, DTD Object is used only for validation and is not added to the parser document (Boolean.TRUE or Boolean.FALSE) This property/attribute is only if setDoctype is called to use a fixed DTD.
USE_DTD_ONLY_FOR_VALIDATION_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
USE_EXTERNAL_STORAGE - Static variable in class oracle.xml.xquery.OXQDataSource
A property that when set to "true" will cause the query processor use an instance of oracle.xml.scalable.PageManager when materializing XML.
useConnectionPooling() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns true if connection pooling is desired for this request
useConnectionPooling() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
useDBDates(boolean) - Method in class oracle.xml.sql.dml.OracleXMLSave
Tells XSU to assume dates in XML doc are in DB format.
useHTMLErrors() - Method in interface oracle.xml.xsql.XSQLPageRequest
Returns true if HTML-formatted error messages are desired for this request
useHTMLErrors() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
 
useHTMLErrors() - Method in class oracle.xml.xsql.XSQLServletPageRequest
 
useLowerCaseTagNames() - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies use of lower case for all tag names.
useNullAttributeIndicator(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies whether to use an XML attribute to indicate NULLness, or by omitting the entity from the XML document.
UserDataHandler - Interface in org.w3c.dom
When associating an object to a key on a node using Node.setUserData() the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed.
useTypeForCollElemTag(boolean) - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies the use of collection element's type name as the collection element tag name when called with a TRUE value for the flag parameter.
useUpperCaseTagNames() - Method in class oracle.xml.sql.query.OracleXMLQuery
Specifies use of upper case for all tag names.

V

VAL_ANY_CONTENTTYPE - Static variable in interface org.w3c.dom.validation.ElementEditVAL
The content model contains unordered child information item(s), i.e., element, processing instruction, unexpanded entity reference, character, and comment information items as defined in the XML Information Set.
VAL_ELEMENTS_CONTENTTYPE - Static variable in interface org.w3c.dom.validation.ElementEditVAL
The content model contains a sequence of ele ment information items optionally separated by whitespace.
VAL_EMPTY_CONTENTTYPE - Static variable in interface org.w3c.dom.validation.ElementEditVAL
The content model does not allow any content.
VAL_FALSE - Static variable in interface org.w3c.dom.validation.NodeEditVAL
False if the node is invalid with regards to the operation, or if the operation cannot be done.
VAL_INCOMPLETE - Static variable in interface org.w3c.dom.validation.NodeEditVAL
Check if the node's immediate children are those expected by the content model.
VAL_MIXED_CONTENTTYPE - Static variable in interface org.w3c.dom.validation.ElementEditVAL
The content model contains a sequence of ordered ele ment information items optionally interspersed with character data.
VAL_NS_WF - Static variable in interface org.w3c.dom.validation.NodeEditVAL
Check if the node is namespace well-formed.
VAL_SCHEMA - Static variable in interface org.w3c.dom.validation.NodeEditVAL
Check if the node's entire subtree are those expected by the the content model.
VAL_SIMPLE_CONTENTTYPE - Static variable in interface org.w3c.dom.validation.ElementEditVAL
The content model contains character information items.
VAL_TRUE - Static variable in interface org.w3c.dom.validation.NodeEditVAL
True if the node is valid with regards to the operation, or if the operation can be done.
VAL_UNKNOWN - Static variable in interface org.w3c.dom.validation.NodeEditVAL
The validity of the node is unknown.
VAL_WF - Static variable in interface org.w3c.dom.validation.NodeEditVAL
Check if the node is well-formed.
validate(Object) - Method in interface javax.xml.bind.Validator
Validate the Java content tree starting at subrootObj.
validate(XMLDocument) - Method in class oracle.xml.schemavalidator.XSDValidator
Validates an XMLDocument against the XMLSchema object.
validate(InputStream) - Method in class oracle.xml.schemavalidator.XSDValidator
Validates the InputStream containing the XML instance document against the XMLSchema object.
validate(URL) - Method in class oracle.xml.schemavalidator.XSDValidator
Validates the URL containing the XML instance document against the XMLSchema object.
validate(String) - Method in interface oracle.xml.transx.TransX
Validate a dataset on a file.
validate(URL) - Method in interface oracle.xml.transx.TransX
Validate a dataset on a URL.
validateContent(Element) - Method in class oracle.xml.parser.v2.ElementDecl
Validates the content of a element node.
validateContent(DTD) - Method in class oracle.xml.parser.v2.XMLElement
Validates the content of a element node.
validateContent(XMLSchema) - Method in class oracle.xml.parser.v2.XMLElement
Validates the content of the element against given XML Schema
validateContent(XSDValidator, boolean) - Method in class oracle.xml.parser.v2.XMLElement
Validates the content of the element using given validator
validateContent(XMLSchema, String) - Method in class oracle.xml.parser.v2.XMLElement
Validates the content of the element against given XML Schema in the given mode.
validateDocument() - Method in class oracle.xml.parser.v2.XMLDocument
Validates the document against the schema, e.g., a DTD or an XML Schema or another.
validateDocument() - Method in interface org.w3c.dom.validation.DocumentEditVAL
Validates the document against the schema, e.g., a DTD or an XML Schema or another.
validateElementContent(Element) - Method in class oracle.xml.parser.v2.XMLDocument
Validates the content of a element node.
validateFacet(XSDDataValue) - Method in class oracle.xml.parser.schema.XSDConstrainingFacet
 
validateName(String) - Static method in class oracle.xml.util.XMLUtil
Validates an XML Name, with or without a colon
validatePrefix(String) - Static method in class oracle.xml.util.XMLUtil
Validates a prefix in a qualified name.
validateQualifiedName(String, String) - Static method in class oracle.xml.util.XMLUtil
validates qualified name
validateQualifiedName(String) - Static method in class oracle.xml.util.XMLUtil
validates qualified name
validateQualifiedNameOld(String, String) - Static method in class oracle.xml.util.XMLUtil
validates qualified name using old behavior of setAttributeNS() in XMLElement
validateRoot(Object) - Method in interface javax.xml.bind.Validator
Validate the Java content tree rooted at rootObj.
validateValue(String) - Method in class oracle.xml.parser.schema.XSDSimpleType
Validates the string value with the facets defined for this type
VALIDATION_MODE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
ValidationEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation or while performing on-demand validation of the Java content tree.
ValidationEventHandler - Interface in javax.xml.bind
A basic event handler interface for validation errors.
ValidationEventLocator - Interface in javax.xml.bind
Encapsulate the location of a ValidationEvent.
ValidationException - Exception in javax.xml.bind
This exception indicates that an error has occured while performing a validate operation.
ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message.
ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and vendor specific errorCode.
ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with a linkedException.
ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and linkedException.
ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and vendor specific errorCode.
Validator - Interface in javax.xml.bind
The Validator class is responsible for controlling the validation of content trees during runtime.
valueOf(String) - Static method in enum oracle.xml.diff.DiffOp.Name
Returns the enum constant of this type with the specified name.
valueOf(String, NSResolver) - Method in class oracle.xml.parser.v2.XMLNode
Selects the value of the first node from tree that matches the pattern
valueOf(String) - Method in class oracle.xml.parser.v2.XMLNode
Selects the value of the first node from tree that matches the pattern
valueOf(String) - Static method in enum oracle.xml.xquery.OXQEntityKind
Returns the enum constant of this type with the specified name.
valueOf(Element, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
valueOf(Node, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
valueOf(XMLElement, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
valueOf(XMLNode, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
values() - Static method in enum oracle.xml.diff.DiffOp.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.xml.xquery.OXQEntityKind
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class javax.xml.transform.OutputKeys
version = nmtoken.
VIOLATE_FACET - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 

W

WARNING - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
warning(TransformerException) - Method in interface javax.xml.transform.ErrorListener
Receive notification of a warning.
WARNING - Static variable in exception oracle.xml.parser.v2.XMLParseException
Code for warning
warning(String, PipelineException) - Method in class oracle.xml.pipeline.controller.orapipe
Handle all warnings thrown by the pipeline
warning(String, PipelineException) - Method in interface oracle.xml.pipeline.controller.PipelineErrorHandler
 
warning(SAXParseException) - Method in class oracle.xml.schemavalidator.DocErrorHandler
Adds a warning message to the vector
WARNING - Static variable in exception oracle.xml.util.XMLException
Code for warning
warning(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a warning.
warning(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a parser warning.
warning(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.
warning(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a warning event.
wasCreatedFromJDBCConnection() - Method in interface javax.xml.xquery.XQMetaData
Query if this connection was created from a JDBC connection.
WHITESPACE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
write(OutputStream, String, short) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Writes the XML for this Node (and all subnodes) to an OutputStream.
write(byte[]) - Method in class oracle.xdb.event.XDBRenderStream
Writes b.length bytes from specified byte array to this output stream.
write(byte[], int, int) - Method in class oracle.xdb.event.XDBRenderStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class oracle.xdb.event.XDBRenderStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class oracle.xdb.servlet.XDBServletResponse
Write data
write(byte[], int, int) - Method in class oracle.xdb.servlet.XDBServletResponse
Write data
write(int) - Method in class oracle.xdb.servlet.XDBServletResponse
Write data
write(byte[]) - Method in class oracle.xdb.XDBOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class oracle.xdb.XDBOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class oracle.xdb.XDBOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class oracle.xml.parser.v2.XMLOutputStream
Outputs character according to type of the output stream
write(byte[], int, int) - Method in class oracle.xml.scalable.FilePageManager
Write at the given offset from the buffer
write(Node, LSOutput) - Method in interface org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeChars(String) - Method in class oracle.xml.parser.v2.XMLOutputStream
Write string to the output
writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.AttrDecl
This method saves the state of the object by creating a binary compressed stream with information about this object.
writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.DTD
This method saves the state of the object by creating a binray compressed stream with information about this object.
writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.ElementDecl
This method saves the state of the object by creating a binray compressed stream with information about this object.
writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.XMLEntity
This method saves the state of the object by creating a binary compressed stream with information about this object.
writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.XMLNode
This method saves the state of the object by creating a binary compressed stream with information about this object.
writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.XMLNotation
This method saves the state of the object by creating a binray compressed stream with information about this object.
writeIndent() - Method in class oracle.xml.parser.v2.XMLOutputStream
Output the indentation
writeItem(OutputStream, Properties) - Method in interface javax.xml.xquery.XQItemAccessor
Serializes the current item to a Writer according to XSLT 2.0 and XQuery 1.0 serialization.
writeItem(Writer, Properties) - Method in interface javax.xml.xquery.XQItemAccessor
Serializes the current item to a Writer according to XSLT 2.0 and XQuery 1.0 serialization.
writeItemToResult(Result) - Method in interface javax.xml.xquery.XQItemAccessor
Writes the current item to a Result.
writeItemToSAX(ContentHandler) - Method in interface javax.xml.xquery.XQItemAccessor
Writes the current item to a SAX handler, as described in in Section 12.2 Serializing an XDM instance into a SAX event stream, XQuery API for Java (XQJ) 1.0.
writeNewLine() - Method in class oracle.xml.parser.v2.XMLOutputStream
Newline writer
writePage(byte[], int, int) - Method in interface oracle.xml.scalable.PageManager
Writes/Stores a page.
writePage(PageManager.PageId, byte[], int, int) - Method in interface oracle.xml.scalable.PageManager
Updates a page for the given page id.
writeQuotedString(String) - Method in class oracle.xml.parser.v2.XMLOutputStream
Write string with surrounding quotes
writeSequence(OutputStream, Properties) - Method in interface javax.xml.xquery.XQSequence
Serializes the sequence starting from the current position to an OutputStream according to the XSLT 2.0 and XQuery 1.0 serialization.
writeSequence(Writer, Properties) - Method in interface javax.xml.xquery.XQSequence
Serializes the sequence starting from the current position to a Writer according to the XSLT 2.0 and XQuery 1.0 serialization.
writeSequenceToResult(Result) - Method in interface javax.xml.xquery.XQSequence
Writes the entire sequence starting from the current position to a Result.
writeSequenceToSAX(ContentHandler) - Method in interface javax.xml.xquery.XQSequence
Writes the entire sequence starting from the current position to a SAX handler, as described in Section 12.2 Serializing an XDM instance into a SAX event stream, XQuery API for Java (XQJ) 1.0.
writeToOutputStream(OutputStream) - Method in class oracle.xdb.dom.XDBNode
Deprecated.
Write the contents of the node to an OutputStream.
writeToOutputStream(OutputStream) - Method in class oracle.xdb.XMLType
Deprecated. 
writeToOutputStream(OutputStream, int, int) - Method in class oracle.xdb.XMLType
Deprecated. 
writeToString(Node) - Method in interface org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeToURI(Node, String) - Method in interface org.w3c.dom.ls.LSSerializer
A convenience method that acts as if LSSerializer.write was called with a LSOutput with no encoding specified and LSOutput.systemId set to the uri argument.
writeXMLNative(long, String, short) - Method in class oracle.xdb.servlet.XDBServletResponse
Write native XML.
writeXMLNative(long, String, short) - Method in interface oracle.xdb.servlet.XDBStream
Write the XOB to the underlying stream
WRONG_DOCUMENT_ERR - Static variable in exception org.w3c.dom.DOMException
If a node is used in a different document than the one that created it (that doesn't support it)

X

XDB_BINXML - Static variable in class oracle.xml.scalable.BinaryStream
 
XDB_SQLINLINE - Static variable in class oracle.xml.parser.schema.XSDBuilder
 
XDBAttribute - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLAttr
XDBBasicEventListener - Class in oracle.xdb.event
An example class to show how application writers can create there own event listeners.
XDBBasicEventListener() - Constructor for class oracle.xdb.event.XDBBasicEventListener
 
XDBBinaryDocument - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1
XDBBinaryDocument() - Constructor for class oracle.xdb.dom.XDBBinaryDocument
Deprecated.
 
XDBBinaryDocument(Connection) - Constructor for class oracle.xdb.dom.XDBBinaryDocument
Deprecated.
 
XDBBinaryDocument(Connection, long) - Constructor for class oracle.xdb.dom.XDBBinaryDocument
Deprecated.
 
XDBCData - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLCDATA
XDBCharData - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.CharData
XDBComment - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLComment
XDBCookie - Class in oracle.xdb.servlet
XDB cookie accessor class.
XDBDocFragment - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLDocumentFragment
XDBDocFragment(XDBDocument, long) - Constructor for class oracle.xdb.dom.XDBDocFragment
Deprecated.
Constructor of XDBDocFragment node
XDBDocument - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLDocument
XDBDocument() - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocument(Connection) - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocument(String) - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocument(Connection, String) - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocument(byte[]) - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocument(Connection, byte[]) - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocument(Connection, long) - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocument(XMLType, Connection, long) - Constructor for class oracle.xdb.dom.XDBDocument
Deprecated.
 
XDBDocumentType - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.DTD
XDBDOMException - Exception in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLDomException
XDBDOMException(short, String) - Constructor for exception oracle.xdb.dom.XDBDOMException
Deprecated.
 
XDBDomImplementation - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLDOMImplementation
XDBDomImplementation() - Constructor for class oracle.xdb.dom.XDBDomImplementation
Deprecated.
 
XDBDomImplementation(Connection) - Constructor for class oracle.xdb.dom.XDBDomImplementation
Deprecated.
 
XDBDOMNotFoundErrException - Exception in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1
XDBElement - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLElement
XDBEntity - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLEntity
XDBEntityReference - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLEntityReference
XDBError - Class in oracle.xdb
This class contains the error messages thrown by XDB.
XDBError() - Constructor for class oracle.xdb.XDBError
 
XDBEvent - Class in oracle.xdb.event
This class stores the information about the event that is fired.
xdbGetNodeId() - Method in class oracle.xml.parser.v2.XMLNode
 
XDBHandler - Class in oracle.xdb.event
This class stores information about handlers defined in resource configuration.
XDBHandlerList - Class in oracle.xdb.event
This class is used to store and manage the list of XDBHandler objects.
XDBInvalidOperationException - Exception in oracle.xdb.event
The exception thrown when an operation is not allowed
XDBInvalidOperationException(String) - Constructor for exception oracle.xdb.event.XDBInvalidOperationException
Creates an XDBInvalidOperationException object with the given message.
XDBLink - Class in oracle.xdb.event
This class stores information about the link of a resource.
XDBNamedNodeMap - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLAttrList
XDBNode - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLNode
XDBNodeList - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLNodeList
XDBNotation - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLNotation
XDBNotImplementedException - Exception in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1
XDBNotImplementedException() - Constructor for exception oracle.xdb.dom.XDBNotImplementedException
Deprecated.
 
XDBNotImplementedException(String) - Constructor for exception oracle.xdb.dom.XDBNotImplementedException
Deprecated.
 
XDBOutputStream - Class in oracle.xdb
 
XDBPath - Class in oracle.xdb.event
This class stores information about the path of a resource
XDBPrincipal - Class in oracle.xdb.servlet
Implementation of java.security.principal for database user.
XDBProcInst - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLPI
XDBRenderStream - Class in oracle.xdb.event
This class is used by the XDBRepositoryEvent class by getOutputStream and setRenderStream methods
XDBRepositoryEvent - Class in oracle.xdb.event
This class stores information about the repository event that is fired.
XDBRepositoryEventListener - Interface in oracle.xdb.event
Interface for Java handlers.
XDBServletConfig - Class in oracle.xdb.servlet
Servlet configuration parameters (from the XML configuration resource)
XDBServletContainer - Class in oracle.xdb.servlet
XDB Servlet Container, called by the native HTTP server to handle servlet requests.
XDBServletContainer() - Constructor for class oracle.xdb.servlet.XDBServletContainer
 
XDBServletContext - Class in oracle.xdb.servlet
Servlet context for the current servlet.
XDBServletRequest - Class in oracle.xdb.servlet
Servlet request object.
XDBServletRequest() - Constructor for class oracle.xdb.servlet.XDBServletRequest
 
XDBServletResponse - Class in oracle.xdb.servlet
Servlet response object, providing access to the HTTP response.
XDBStream - Interface in oracle.xdb.servlet
Interface for supporting native streaming.
XDBText - Class in oracle.xdb.dom
Deprecated.
as of Oracle Database 11g release 1, use oracle.xml.parser.v2.XMLText
XDK_ATTRIBUTE_ENTITY_EXPANSION_COUNT_LIMIT - Static variable in class oracle.xml.parser.v2.XMLParser
Defines the limit on the number of entity expansions.
XDK_ATTRIBUTE_ENTITY_EXPANSION_COUNT_LIMIT_DEFAULT - Static variable in class oracle.xml.parser.v2.XMLParser
 
XDK_ATTRIBUTE_ENTITY_EXPANSION_COUNT_LIMIT_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
XDK_ATTRIBUTE_ENTITY_EXPANSION_COUNT_LIMIT_SECURE - Static variable in class oracle.xml.parser.v2.XMLParser
 
XDK_CXML - Static variable in class oracle.xml.scalable.BinaryStream
 
XDK_FEATURE_ALLOW_ILLEGAL_UTF8_ENCODING - Static variable in class oracle.xml.parser.v2.XMLParser
This property can be set to true in order to allow the parser to tolerate certain illegal UTF-8 encodings.
XDK_FEATURE_ALLOW_ILLEGAL_UTF8_ENCODING_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
XDK_FEATURE_CONTENT_MODEL_DETERMINISTIC - Static variable in class oracle.xml.parser.v2.XMLParser
Do not verify if the content model is deterministic if this property is set to false.
XDK_FEATURE_CONTENT_MODEL_DETERMINISTIC_ID - Static variable in class oracle.xml.parser.v2.XMLParser
 
XDK_XTI - Static variable in class oracle.xml.scalable.BinaryStream
 
xDocIsEsc - Variable in class oracle.xml.sql.dml.OracleXMLSave
 
XL(String, String) - Static method in class oracle.xml.xsql.XSQLHttpUtil
 
XL(String, String) - Static method in class oracle.xml.xsql.XSQLUtil
 
XLArr(String[], String) - Static method in class oracle.xml.xsql.XSQLUtil
 
XML_NS_OXQ_VARIABLE - Static variable in interface oracle.xml.xquery.OXQStackTraceVariable
The namespace for the names of non-user variables.
XMLAttr - Class in oracle.xml.parser.v2
This class implements the DOM Attr interface and holds information on each attribute of an element.
XMLAttr() - Constructor for class oracle.xml.parser.v2.XMLAttr
Deprecated.
use createAttribute(String) or createAttributeNS(String, String) of XMLDocument
XMLAttr(String, String) - Constructor for class oracle.xml.parser.v2.XMLAttr
Deprecated.
use createAttribute(String) method of XMLDocument
XMLAttr(String, String, String, String) - Constructor for class oracle.xml.parser.v2.XMLAttr
Deprecated.
use createAttributeNS(String, String) method of XMLDocument
XMLAttr(String, String, String, String, String) - Constructor for class oracle.xml.parser.v2.XMLAttr
Deprecated.
use crateAttribute(String) or createAttributeNS(String, String) of XMLDocument
XMLCDATA - Class in oracle.xml.parser.v2
This class implements the DOM CDATASection interface.
XMLCDATA() - Constructor for class oracle.xml.parser.v2.XMLCDATA
Deprecated.
use createCDATASection(String) method of XMLDocument
XMLCDATA(String) - Constructor for class oracle.xml.parser.v2.XMLCDATA
Deprecated.
see createCDATASection(String) method of XMLDocument
XMLComment - Class in oracle.xml.parser.v2
This class implements the DOM Comment interface.
XMLComment() - Constructor for class oracle.xml.parser.v2.XMLComment
Deprecated.
use createComment(String) method of XMLDocument
XMLComment(String) - Constructor for class oracle.xml.parser.v2.XMLComment
Deprecated.
use createComment(String) method of XMLDocument
XMLCompress - Class in oracle.xml.xmlcomp
This bean class is a simple encapsulation of the XML Compression functionality.
XMLCompress() - Constructor for class oracle.xml.xmlcomp.XMLCompress
Constructs this object by setting the various parameter
XMLCompressBeanInfo - Class in oracle.xml.xmlcomp
Provides information about the XLMCompress bean
XMLCompressBeanInfo() - Constructor for class oracle.xml.xmlcomp.XMLCompressBeanInfo
 
XMLContext - Class in oracle.xdb
 
XMLContext() - Constructor for class oracle.xdb.XMLContext
 
XMLDBAccess - Class in oracle.xml.xmldbaccess
This Bean is a simple extension of the DBAccess bean to support the XMLType Functionality that was introduced as a part of Oracle 9i database This bean lets user to create XMLType tables and store XML documents.
XMLDBAccess() - Constructor for class oracle.xml.xmldbaccess.XMLDBAccess
 
XMLDBAccessBeanInfo - Class in oracle.xml.xmldbaccess
This class provides information for the non-graphical XMLDBAccess bean.
XMLDBAccessBeanInfo() - Constructor for class oracle.xml.xmldbaccess.XMLDBAccessBeanInfo
 
XMLDecl - Static variable in interface oracle.xml.parser.v2.XMLToken
XMLDecl ::= '<' '?'
XMLDECL_NODE - Static variable in class oracle.xml.parser.v2.XMLNode
A attribute declaration node
XMLDeclPI - Class in oracle.xml.parser.v2
This class implements the XML Decl Processing Instruction.
XMLDeclPI() - Constructor for class oracle.xml.parser.v2.XMLDeclPI
Construct a default XMLDecl
XMLDeclPI(String, String, String, boolean) - Constructor for class oracle.xml.parser.v2.XMLDeclPI
Construct a XML Decl using the parameters
XMLDiff - Class in oracle.xml.differ
Defines an interface for comparing two XML files.
XMLDiff() - Constructor for class oracle.xml.differ.XMLDiff
Constructor
XMLDiffBeanInfo - Class in oracle.xml.differ
Provides information about the XMLDiff bean.
XMLDiffBeanInfo() - Constructor for class oracle.xml.differ.XMLDiffBeanInfo
 
XMLDocument - Class in oracle.xml.parser.v2
This class implements the DOM Document interface, represents an entire XML document and serves the root of the Document Object Model tree.
XMLDocument() - Constructor for class oracle.xml.parser.v2.XMLDocument
Creates an empty document.
XMLDocumentFragment - Class in oracle.xml.parser.v2
This class implements the DOM interface for DocumentFragment.
XMLDocumentFragment() - Constructor for class oracle.xml.parser.v2.XMLDocumentFragment
Deprecated.
use createDocumentFragment() method in XMLDocuemnt
XMLDocumentHandler - Interface in oracle.xml.parser.v2
This interface extends the org.xml.sax.DocumentHandler interface.
XMLDOMException - Exception in oracle.xml.parser.v2
This class is used to throw DOM exceptions.
XMLDOMException(short, String) - Constructor for exception oracle.xml.parser.v2.XMLDOMException
Constructs a XMLDOMException exception with a specified message and a code.
XMLDOMException(short) - Constructor for exception oracle.xml.parser.v2.XMLDOMException
Constructs a XMLDOMException exception with a specified message and a code.
XMLDOMImplementation - Class in oracle.xml.parser.v2
This class implements the DOMImplementation
XMLDOMImplementation() - Constructor for class oracle.xml.parser.v2.XMLDOMImplementation
 
XMLElement - Class in oracle.xml.parser.v2
This class implements the DOM Element Interface
XMLEntity - Class in oracle.xml.parser.v2
This class implements the DOM Entity interface and represents an XML internal or external entity as defined in the XML Document Type Definition (DTD).
XMLEntity() - Constructor for class oracle.xml.parser.v2.XMLEntity
Default constructor.
XMLEntityReference - Class in oracle.xml.parser.v2
This class implements DOM EntityReference interface.
XMLEntityReference() - Constructor for class oracle.xml.parser.v2.XMLEntityReference
Deprecated.
use createEntityReference(String) method of XMLDocument
XMLEntityReference(String) - Constructor for class oracle.xml.parser.v2.XMLEntityReference
Deprecated.
see createEntityReference(String) method of XMLDocuement
XMLError - Class in oracle.xml.parser.v2
This class hold error message and the line number where it occured
XMLError() - Constructor for class oracle.xml.parser.v2.XMLError
Default constructor
XMLError - Class in oracle.xml.util
This class hold error message and the line number where it occured
XMLError() - Constructor for class oracle.xml.util.XMLError
Default constructor
XMLException - Exception in oracle.xml.util
Indicates that a parsing exception occurred while processing an XML document
XMLException(String, Throwable) - Constructor for exception oracle.xml.util.XMLException
 
XMLException(String, String, String, int, int, int) - Constructor for exception oracle.xml.util.XMLException
 
XMLException(XMLError, int) - Constructor for exception oracle.xml.util.XMLException
 
XMLException(XMLError, int, Exception) - Constructor for exception oracle.xml.util.XMLException
 
XMLException(XMLError, Exception) - Constructor for exception oracle.xml.util.XMLException
 
XMLFilter - Interface in org.xml.sax
Interface for an XML filter.
XMLFilterImpl - Class in org.xml.sax.helpers
Base class for deriving an XML filter.
XMLFilterImpl() - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an empty XML filter, with no parent.
XMLFilterImpl(XMLReader) - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an XML filter with the specified parent.
XMLLocator - Interface in oracle.xml.parser.v2
 
XMLMultiHandler - Class in oracle.xml.parser.v2
This utility class allow multiple content handlers registered and send all the events to the registered content handlers.
XMLMultiHandler() - Constructor for class oracle.xml.parser.v2.XMLMultiHandler
 
XMLNode - Class in oracle.xml.parser.v2
Implements the DOM Node interface and serves as the primary datatype for the entire Document Object Model.
XMLNotation - Class in oracle.xml.parser.v2
This class implements the DOM Notation interface and represents a notation declared in the Document Type Definition.
XMLNotation() - Constructor for class oracle.xml.parser.v2.XMLNotation
Deprecated.
use XMLNotation(String)
XMLNotation(String) - Constructor for class oracle.xml.parser.v2.XMLNotation
Create a notation with the given name
XMLNS - Static variable in class org.xml.sax.helpers.NamespaceSupport
The XML Namespace as a constant.
XMLNSNode - Class in oracle.xml.parser.v2
Extends XMLNode to add support for Namespace names and children
XMLObjectInputStream - Class in oracle.xml.parser.v2
This purpose of this class is to provide compatibility for applications between different versions of the XDK for Java, with regards to serialization and deserialization.
XMLObjectInputStream(InputStream) - Constructor for class oracle.xml.parser.v2.XMLObjectInputStream
 
XMLOutputStream - Class in oracle.xml.parser.v2
XMLOutputSteam -- writes output stream, can handle XML encoding It writes either to a character stream (e.g., java.io.Writer), or to a byte stream (e.g., java.io.OutputStream).
XMLOutputStream(OutputStream) - Constructor for class oracle.xml.parser.v2.XMLOutputStream
Builds the ASCII output stream (as a byte stream)
XMLOutputStream(Writer) - Constructor for class oracle.xml.parser.v2.XMLOutputStream
Builds the output stream from a Writer (also PrintWriter) (as a character stream)
XMLParseException - Exception in oracle.xml.parser.v2
Indicates that a parsing exception occurred while processing an XML document
XMLParseException(String, String, String, int, int, int) - Constructor for exception oracle.xml.parser.v2.XMLParseException
 
XMLParser - Class in oracle.xml.parser.v2
This class serves as a base class for the DOMParser and SAXParser classes.
XMLPI - Class in oracle.xml.parser.v2
This class implements the DOM Processing Instruction interface.
XMLPI() - Constructor for class oracle.xml.parser.v2.XMLPI
Deprecated.
use createProcessingInstruction(String) method of XMLDocument
XMLPI(String, String) - Constructor for class oracle.xml.parser.v2.XMLPI
Deprecated.
see createProcessingInstruction(String) of XMLDocument
XMLPrintDriver - Class in oracle.xml.parser.v2
The XMLPrintDriver implements PrintDriver interface.
XMLPrintDriver(PrintWriter) - Constructor for class oracle.xml.parser.v2.XMLPrintDriver
Create a new PrintDriver to output XML to PrintWriter
XMLPrintDriver(OutputStream) - Constructor for class oracle.xml.parser.v2.XMLPrintDriver
Create a new PrintDriver to output XML to OutputStream
XMLReader - Interface in org.xml.sax
Interface for reading an XML document using callbacks.
XMLReaderAdapter - Class in org.xml.sax.helpers
Adapt a SAX2 XMLReader as a SAX1 Parser.
XMLReaderAdapter() - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderAdapter(XMLReader) - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderFactory - Class in org.xml.sax.helpers
Factory for creating an XML reader.
XMLSAXSerializer - Class in oracle.xml.parser.v2
Deprecated.
Use either XMLPrintDriver or ScalableDOMPrintDriver.
XMLSAXSerializer(PrintWriter) - Constructor for class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Create a XMLSAXSerializer to print the XML to the given PrintWriter
XMLSAXSerializer(OutputStream) - Constructor for class oracle.xml.parser.v2.XMLSAXSerializer
Deprecated.
Create a XMLSAXSerializer to print the XML to the given OutputStream
XMLSchema - Class in oracle.xml.parser.schema
This class represents XML Schema component model.
XMLSchema() - Constructor for class oracle.xml.parser.schema.XMLSchema
XMLSchema constructor.
XMLSchemaNode - Class in oracle.xml.parser.schema
This class represents schema components in a target namespace, including type definitions, element and attribute delcarations, group and attribute group definitions.
XMLSchemaNode() - Constructor for class oracle.xml.parser.schema.XMLSchemaNode
XNLSchema constructor.
xmlTableExists(Connection, String) - Method in class oracle.xml.dbaccess.DBAccess
Checks if the XML table exists
xmlTableExists(Connection, String) - Method in class oracle.xml.transviewer.DBAccess
Deprecated.
Checks if the XML table exists
XMLText - Class in oracle.xml.parser.v2
This class implements the DOM Text interface.
XMLText() - Constructor for class oracle.xml.parser.v2.XMLText
Deprecated.
use createTextNode(String) of XMLDocument
XMLText(String) - Constructor for class oracle.xml.parser.v2.XMLText
Deprecated.
use createTextNode(String) method of XMLDocument
XMLToken - Interface in oracle.xml.parser.v2
Basic interface for XMLToken All XMLParser applications with Tokenizer feature must implement this interface.
XMLTokenizer - Class in oracle.xml.parser.v2
This class implements an eXtensible Markup Language (XML) 1.0 parser according to the World Wide Web Consortium (W3C) recommendation.
XMLTokenizer() - Constructor for class oracle.xml.parser.v2.XMLTokenizer
Creates a new Tokenizer object.
XMLTokenizer(XMLToken) - Constructor for class oracle.xml.parser.v2.XMLTokenizer
Creates a new Tokenizer object.
XMLType - Class in oracle.xdb
Class that deals with XMLType objects.
XMLType(Connection, String) - Constructor for class oracle.xdb.XMLType
Deprecated.
use java.sql.Connection myconn; SQLXML newXML = myconn.createSQLXML(); newXML.setString(xmlval);
XMLType(Connection, String, String, boolean, boolean) - Constructor for class oracle.xdb.XMLType
Deprecated.
use java.sql.Connection myconn; SQLXML newXML = myconn.createSQLXML(); newXML.setString(xmlval); newXML.setSchemaURL(surl);
XMLType(Connection, CLOB) - Constructor for class oracle.xdb.XMLType
Deprecated.
use createXML(Connection, OracleClob);
XMLType(Connection, CLOB, String, boolean, boolean) - Constructor for class oracle.xdb.XMLType
Deprecated.
use oracle.jdbc.OracleClob someClob; SQLXML newXML = someClob.toSQLXML(); newXML.setSchemaURL(surl);
XMLType(Connection, BLOB, int) - Constructor for class oracle.xdb.XMLType
Deprecated.
use oracle.jdbc.OracleBlob someBlob; SQLXML newXML = someBlob.toSQLXML();
XMLType(Connection, InputStream) - Constructor for class oracle.xdb.XMLType
Construct an XMLType given a InputStream containing the XML data.
XMLType(OpaqueDescriptor, Connection, Object) - Constructor for class oracle.xdb.XMLType
Deprecated. 
XMLType(Connection, Document) - Constructor for class oracle.xdb.XMLType
Deprecated.
use java.sql.Connection myconn; SQLXML newXML = myconn.createSQLXML(); DOMResult domResult = newXML.setResult(DOMResult.class); domResult.setNode(myNode);
XMLType(Connection, Node) - Constructor for class oracle.xdb.XMLType
Deprecated.
use java.sql.Connection myconn; SQLXML newXML = myconn.createSQLXML(); DOMResult domResult = newXML.setResult(DOMResult.class); domResult.setNode(myNode);
XMLType(Connection, byte[]) - Constructor for class oracle.xdb.XMLType
Deprecated. 
XMLTYPE_PICKLE_AS_BINXML - Static variable in class oracle.xdb.XMLType
 
XMLTYPE_PICKLE_AS_TEXT - Static variable in class oracle.xdb.XMLType
Flags to specify pickle preference, used in setPicklePreference
XMLTypeFactory - Class in oracle.xdb
The XMLTypeFactory which instantiates the XMLType classes.
XMLTypeFactory() - Constructor for class oracle.xdb.XMLTypeFactory
 
XMLUtil - Class in oracle.xml.util
 
XMLUtil() - Constructor for class oracle.xml.util.XMLUtil
 
XmlUtils - Class in oracle.xml.diff
XmlUtils.
XmlUtils() - Constructor for class oracle.xml.diff.XmlUtils
Constructs a new XmlUtilsobject.
XPathProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to select node(s) from an XML Document or an XML DocumentFragment, given an XPath pattern.
XQBASETYPE_ANYATOMICTYPE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:anyAtomicType
XQBASETYPE_ANYSIMPLETYPE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:anySimpleType
XQBASETYPE_ANYTYPE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:anyType
XQBASETYPE_ANYURI - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:anyURI
XQBASETYPE_BASE64BINARY - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:base64Binary
XQBASETYPE_BOOLEAN - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:boolean
XQBASETYPE_BYTE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:byte
XQBASETYPE_DATE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:date
XQBASETYPE_DATETIME - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:dateTime
XQBASETYPE_DAYTIMEDURATION - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:dayTimeDuration
XQBASETYPE_DECIMAL - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:decimal
XQBASETYPE_DOUBLE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:double
XQBASETYPE_DURATION - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:duration
XQBASETYPE_ENTITIES - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:ENTITIES
XQBASETYPE_ENTITY - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:ENTITY
XQBASETYPE_FLOAT - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:float
XQBASETYPE_GDAY - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:gDay
XQBASETYPE_GMONTH - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:gMonth
XQBASETYPE_GMONTHDAY - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:gMonthDay
XQBASETYPE_GYEAR - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:gYear
XQBASETYPE_GYEARMONTH - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:gYearMonth
XQBASETYPE_HEXBINARY - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:hexBinary
XQBASETYPE_ID - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:ID
XQBASETYPE_IDREF - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:IDREF
XQBASETYPE_IDREFS - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:IDREFS.
XQBASETYPE_INT - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:int
XQBASETYPE_INTEGER - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:integer
XQBASETYPE_LANGUAGE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:language
XQBASETYPE_LONG - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:long
XQBASETYPE_NAME - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:Name
XQBASETYPE_NCNAME - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:NCName
XQBASETYPE_NEGATIVE_INTEGER - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:negativeInteger
XQBASETYPE_NMTOKEN - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:NMToken
XQBASETYPE_NMTOKENS - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:NMTOKENS
XQBASETYPE_NONNEGATIVE_INTEGER - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:nonNegativeInteger
XQBASETYPE_NONPOSITIVE_INTEGER - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:nonPositiveInteger
XQBASETYPE_NORMALIZED_STRING - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:normalizedString
XQBASETYPE_NOTATION - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:NOTATION
XQBASETYPE_POSITIVE_INTEGER - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:positiveInteger
XQBASETYPE_QNAME - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:QName
XQBASETYPE_SHORT - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:short
XQBASETYPE_STRING - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:string
XQBASETYPE_TIME - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:time
XQBASETYPE_TOKEN - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:token
XQBASETYPE_UNSIGNED_BYTE - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:unsignedByte
XQBASETYPE_UNSIGNED_INT - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:unsignedInt
XQBASETYPE_UNSIGNED_LONG - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:unsignedLong
XQBASETYPE_UNSIGNED_SHORT - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:unsignedShort
XQBASETYPE_UNTYPED - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:untyped
XQBASETYPE_UNTYPEDATOMIC - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:untypedAtomic
XQBASETYPE_YEARMONTHDURATION - Static variable in interface javax.xml.xquery.XQItemType
Represents the schema type xs:yearMonthDuration
XQCancelledException - Exception in javax.xml.xquery
XQCancelledException is an exception to indicate that the current XQuery processing is cancelled by the application through a cancel() request.
XQCancelledException(String, String, QName, int, int, int, String, XQSequence, XQStackTraceElement[]) - Constructor for exception javax.xml.xquery.XQCancelledException
Constructs an XQCancelledException object with a given message, vendor code, error code, line number, column number, position, module URI, error object, and stack trace.
XQConnection - Interface in javax.xml.xquery
A connection (session) with a specific XQuery engine.
XQConnectionEvent - Class in javax.xml.xquery
An event object that provides information about the source of a connection-related event.
XQConnectionEvent(PooledXQConnection) - Constructor for class javax.xml.xquery.XQConnectionEvent
Constructs an XQConnectionEvent object initialized with the given PooledXQConnection object.
XQConnectionEvent(PooledXQConnection, XQException) - Constructor for class javax.xml.xquery.XQConnectionEvent
Constructs an XQConnectionEvent object initialized with the given PooledXQConnection object and XQException object.
XQConnectionEventListener - Interface in javax.xml.xquery
An object that registers to be notified of events generated by a PooledXQConnection object.
XQConstants - Class in javax.xml.xquery
XQConstants class provides constants that can be used in the XQJ API.
XQDataFactory - Interface in javax.xml.xquery
This interface represents a factory to obtain sequences, item objects and types.
XQDataSource - Interface in javax.xml.xquery
An XQDataSource is a factory for XQConnection objects.
XQDynamicContext - Interface in javax.xml.xquery
XQDynamicContext provides access to the dynamic context as defined in 2.1.2 Dynamic Context, XQuery 1.0: An XML Query Language.
XQException - Exception in javax.xml.xquery
An exception that provides information on XQJ, XQuery or other errors reported by an XQJ implementation.
XQException(String) - Constructor for exception javax.xml.xquery.XQException
Constructs an XQException object with a given message.
XQException(String, String) - Constructor for exception javax.xml.xquery.XQException
Constructs an XQException object with a given message and vendor code.
XQExpression - Interface in javax.xml.xquery
This interface describes the execute immediate functionality for expressions.
XQItem - Interface in javax.xml.xquery
This interface represents an item in the XDM.
XQItemAccessor - Interface in javax.xml.xquery
This interface represents a common interface for accessing the values of an XQuery item.
XQITEMKIND_ATOMIC - Static variable in interface javax.xml.xquery.XQItemType
Some atomic type.
XQITEMKIND_ATTRIBUTE - Static variable in interface javax.xml.xquery.XQItemType
Attribute node
XQITEMKIND_COMMENT - Static variable in interface javax.xml.xquery.XQItemType
Comment node
XQITEMKIND_DOCUMENT - Static variable in interface javax.xml.xquery.XQItemType
Document type (the type information represents the type of the document element)
XQITEMKIND_DOCUMENT_ELEMENT - Static variable in interface javax.xml.xquery.XQItemType
Document node containing a single element node as its child (type information represents type of the element child)
XQITEMKIND_DOCUMENT_SCHEMA_ELEMENT - Static variable in interface javax.xml.xquery.XQItemType
Document node containing a single schema element node as its child (type information represents type of the schema element child)
XQITEMKIND_ELEMENT - Static variable in interface javax.xml.xquery.XQItemType
Element node
XQITEMKIND_ITEM - Static variable in interface javax.xml.xquery.XQItemType
Any kind of item
XQITEMKIND_NODE - Static variable in interface javax.xml.xquery.XQItemType
Some node type
XQITEMKIND_PI - Static variable in interface javax.xml.xquery.XQItemType
Processing instruction node
XQITEMKIND_SCHEMA_ATTRIBUTE - Static variable in interface javax.xml.xquery.XQItemType
Schema attribute node
XQITEMKIND_SCHEMA_ELEMENT - Static variable in interface javax.xml.xquery.XQItemType
Schema element node
XQITEMKIND_TEXT - Static variable in interface javax.xml.xquery.XQItemType
Text node
XQItemType - Interface in javax.xml.xquery
The XQItemType interface represents an item type as defined in XQuery 1.0: An XML Query language.
XQMetaData - Interface in javax.xml.xquery
XQMetaData interface provides information about the data source, in various aspects, such as the product name and version identification, supported features, specific behaviors, user information, product limits and so forth.
XQPreparedExpression - Interface in javax.xml.xquery
This interface describes an expression that can be prepared for multiple subsequent executions.
XQQueryException - Exception in javax.xml.xquery
An exception that provides information on errors occurring during the evaluation of an xquery.
XQQueryException(String) - Constructor for exception javax.xml.xquery.XQQueryException
Constructs an XQQueryException object with a given message.
XQQueryException(String, QName) - Constructor for exception javax.xml.xquery.XQQueryException
Constructs an XQQueryException object with a given message, and error code.
XQQueryException(String, QName, int, int, int) - Constructor for exception javax.xml.xquery.XQQueryException
Constructs an XQQueryException object with a given message, error code, line number, column number, and position.
XQQueryException(String, String, QName, int, int, int) - Constructor for exception javax.xml.xquery.XQQueryException
Constructs an XQQueryException object with a given message, vendor code, error code, line number, column number, and position.
XQQueryException(String, String, QName, int, int, int, String, XQSequence, XQStackTraceElement[]) - Constructor for exception javax.xml.xquery.XQQueryException
Constructs an XQQueryException object with a given message, vendor code, error code, line number, column number, position, module URI, error object, and stack trace.
XQResultItem - Interface in javax.xml.xquery
This interface represents an immutable item object obtained from an XQResultSequence using the getItem method.
XQResultSequence - Interface in javax.xml.xquery
This interface represents a sequence of items obtained as a result of evaluation XQuery expressions.
XQSequence - Interface in javax.xml.xquery
This interface represents a sequence of items as defined in the XDM.
XQSequenceType - Interface in javax.xml.xquery
The XQSequenceType interface represents a sequence type as XQuery 1.0: An XML Query language.
XQStackTraceElement - Class in javax.xml.xquery
This class represents a frame in a stack trace, akin to the java.lang.StackTraceElement but for XQuery callstacks instead of Java.
XQStackTraceElement(String, int, int, int, QName, XQStackTraceVariable[]) - Constructor for class javax.xml.xquery.XQStackTraceElement
Construct an XQStackTraceElement object representing a frame in a stack trace.
XQStackTraceVariable - Class in javax.xml.xquery
This class represents the list of variables and their values in an error stack.
XQStackTraceVariable(QName, String) - Constructor for class javax.xml.xquery.XQStackTraceVariable
Construct a stack trace variable object.
XQStaticContext - Interface in javax.xml.xquery
An XQStaticContext represents default values for various XQuery Static Context Components.
XSDAnalyzerContext - Class in oracle.xml.parser.schema
Contains user configuration and cached data
XSDAnalyzerContext(String, int) - Constructor for class oracle.xml.parser.schema.XSDAnalyzerContext
 
XSDAny - Class in oracle.xml.parser.schema
XSDAny Represents attribute/element wildcard particle.
XSDAttrGroup - Class in oracle.xml.parser.schema
 
XSDAttribute - Class in oracle.xml.parser.schema
Represents XMLSchema attribute declaration component
XSDBuilder - Class in oracle.xml.parser.schema
Builds an XMLSchema object from XMLSchema document.
XSDBuilder() - Constructor for class oracle.xml.parser.schema.XSDBuilder
XSDBuilder constructor
XSDComplexType - Class in oracle.xml.parser.schema
XSDComplexType represents schema complexType definition
XSDConstants - Class in oracle.xml.parser.schema
Deprecated.
This class is replaced by XSDConstantValues
XSDConstants() - Constructor for class oracle.xml.parser.schema.XSDConstants
Deprecated.
 
XSDConstantValues - Interface in oracle.xml.parser.schema
This interface defines constants used in schema processor
XSDConstrainingFacet - Class in oracle.xml.parser.schema
This class represents constraining facets for XML Schema simple types.
XSDDataValue - Class in oracle.xml.parser.schema
Class used to represent a value as per XML Schema Part 2, simple types.
XSDDataValue(int, String) - Constructor for class oracle.xml.parser.schema.XSDDataValue
Construct a XSDDataValue based of the type and lexical value
XSDElement - Class in oracle.xml.parser.schema
Represents XMLSchema element declaration component
XSDException - Exception in oracle.xml.parser.schema
 
XSDGroup - Class in oracle.xml.parser.schema
This class represents Schema model groups: <xsd:group>, <xsd:all>, <xsd:sequence>, and <xsd:choice>.
XSDIdentity - Class in oracle.xml.parser.schema
Represents XMLSchema identity constraint: unique, key and keyref
XSDInputSource - Class in oracle.xml.parser.schema
 
XSDInputSource() - Constructor for class oracle.xml.parser.schema.XSDInputSource
 
XSDNode - Class in oracle.xml.parser.schema
Root class for most of XSD classes.
XSDParticleNode - Interface in oracle.xml.parser.schema
 
XSDRECNS - Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
XMLSchema attribute value for validation.
XSDRECNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
XSDRECTYPENS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
XSDSchemaBuilder - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to create a wrapper around XSDBuilder to be used by the pipeline framework.
XSDSimpleType - Class in oracle.xml.parser.schema
This class represents Schema simpleType definitions
XSDSimpleType(int, String) - Constructor for class oracle.xml.parser.schema.XSDSimpleType
Deprecated. 
XSDTypeConstants - Interface in oracle.xml.parser.schema
 
XSDValidator - Class in oracle.xml.parser.schema
XSDValidator validates instance XML document against an XMLSchema.
XSDValidator() - Constructor for class oracle.xml.parser.schema.XSDValidator
XSDValidator constructor.
XSDValidator - Class in oracle.xml.schemavalidator
This class encapsulates the oracle.xml.parser.schema.XSDValidator class and adds functionalities for validating a DOM tree.
XSDValidator() - Constructor for class oracle.xml.schemavalidator.XSDValidator
Constructor for oracle.xml.XSDValidator.
XSDValidatorBeanInfo - Class in oracle.xml.schemavalidator
Provides information about the XSDValidator bean
XSDValidatorBeanInfo() - Constructor for class oracle.xml.schemavalidator.XSDValidatorBeanInfo
 
XSDValProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to validate an XML dom node against an xml schema using oracle.xml.parser.schema.XSDValidator.
XSIRECNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
XSITYPE_ABSENT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
XSLException - Exception in oracle.xml.parser.v2
Indicates that an exception occurred during XSL tranformation
XSLException(String) - Constructor for exception oracle.xml.parser.v2.XSLException
Constructs a XSLException with the given message
XSLExtensionElement - Class in oracle.xml.parser.v2
Base element for extension elements
XSLExtensionElement() - Constructor for class oracle.xml.parser.v2.XSLExtensionElement
Default Constructor
XSLProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to create a wrapper around JXTransformer to be used by the pipeline framework.
XSLProcessor - Class in oracle.xml.parser.v2
This class provides methods to create XSLStylesheet objects and to transform an input XML document using a previously constructed XSLStylesheet.
XSLProcessor() - Constructor for class oracle.xml.parser.v2.XSLProcessor
Default Constructor
XSLProcessor.XSLTVersion - Class in oracle.xml.parser.v2
Version class used in XSLProcessor.setXSLTVersion()
XSLStylesheet - Class in oracle.xml.parser.v2
The class holds XSL stylesheet information such as templates, keys, variables, and attribute sets.
XSLStylesheet() - Constructor for class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
Use XSLProcessor.newXSLStylesheet instead
XSLStylesheet(XMLDocument, URL) - Constructor for class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
Use XSLProcessor.newXSLStylesheet instead
XSLStylesheet(InputStream, URL) - Constructor for class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
Use XSLProcessor.newXSLStylesheet instead
XSLStylesheet(URL, URL) - Constructor for class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
Use XSLProcessor.newXSLStylesheet instead
XSLStylesheet(Reader, URL) - Constructor for class oracle.xml.parser.v2.XSLStylesheet
Deprecated.
Use XSLProcessor.newXSLStylesheet instead
XSLStylesheetProcess - Class in oracle.xml.pipeline.processes
Extends the pipeline Process class to create a wrapper around creation of XSLStylesheet to be used by the pipeline framework.
XSLT10 - Static variable in class oracle.xml.parser.v2.XSLProcessor
XSLTVersion for XSLT 1.0 specification.
XSLT20 - Static variable in class oracle.xml.parser.v2.XSLProcessor
XSLTVersion for XSLT 2.0 WD specification.
XSLTContext - Class in oracle.xml.parser.v2
Class for Xpath processing Context
XSLTransformer - Class in oracle.xml.async
Applies XSL transformation in a background thread.
XSLTransformer() - Constructor for class oracle.xml.async.XSLTransformer
XSLTransformer constructor
XSLTransformer(int) - Constructor for class oracle.xml.async.XSLTransformer
XSLTransformer constructor accepting an identifier
XSLTransformerBeanInfo - Class in oracle.xml.async
This class provides information about the XSLTransformer Bean.
XSLTransformerBeanInfo() - Constructor for class oracle.xml.async.XSLTransformerBeanInfo
The default Constructor
xslTransformerError(XSLTransformerEvent) - Method in interface oracle.xml.async.XSLTransformerListener
This method is called when parse or transformation error occur.
xslTransformerErrorCalled(XSLTransformerErrorEvent) - Method in interface oracle.xml.async.XSLTransformerErrorListener
This method is called when parse or transformation error occurs.
XSLTransformerErrorEvent - Class in oracle.xml.async
The error event object that XSLTransformer uses to notify all registered listeners about transformation error events.
XSLTransformerErrorEvent(Object, Exception) - Constructor for class oracle.xml.async.XSLTransformerErrorEvent
Constructor for XSLTransformerErrorEvent.
XSLTransformerErrorListener - Interface in oracle.xml.async
This interface must be implemented in order to receive notifications about error events during the asynchronous transformation.
XSLTransformerEvent - Class in oracle.xml.async
This class represents the event object used by XSLTransformer to notify XSL transformation events to all its registered listeners.
XSLTransformerEvent(Object, int) - Constructor for class oracle.xml.async.XSLTransformerEvent
Constructs the XSLTransformerEvent object using the XSLTransformer source object and its unique id.
XSLTransformerListener - Interface in oracle.xml.async
This interface must be implemented in order to receive notifications about events during the asynchronous transformation.
xslTransformerOver(XSLTransformerEvent) - Method in interface oracle.xml.async.XSLTransformerListener
This method is called when the transformation is complete
xslTransformerStarted(XSLTransformerEvent) - Method in interface oracle.xml.async.XSLTransformerListener
This method is called when the transformation starts
XSLTVersion() - Constructor for class oracle.xml.parser.v2.XSLProcessor.XSLTVersion
Default constructor.
XSQLActionHandler - Interface in oracle.xml.xsql
Interface that must be implemented by all XSQL Action Element Handlers Upon encountering an XSQL Action Element of the form <xsql:xxxx> in an XSQL page, the XSQL Page Processor invokes the associated XSQL Action Handler by: Constructing an instance of the handler using the no-args constructor Invoking the XSQL Action Handler's init() method Invoking the XSQL Action Handler's handleAction() method NOTE: conn parameter can be null if no connection specified for the XSQL page being processed.
XSQLActionHandlerImpl - Class in oracle.xml.xsql
Base Implementation of XSQLActionHandler that can be extended to create your own custom handlers.
XSQLActionHandlerImpl() - Constructor for class oracle.xml.xsql.XSQLActionHandlerImpl
 
XSQLCommandLine - Class in oracle.xml.xsql
Command-line Utility to process XSQL Pages.
XSQLCommandLine() - Constructor for class oracle.xml.xsql.XSQLCommandLine
 
XSQLConnection - Class in oracle.xml.xsql
 
XSQLConnection(Connection, String) - Constructor for class oracle.xml.xsql.XSQLConnection
 
XSQLConnection(Connection, String, boolean) - Constructor for class oracle.xml.xsql.XSQLConnection
 
XSQLConnectionManager - Interface in oracle.xml.xsql
One of two interfaces that must be implemented to override the built-in connection manager implementation.
XSQLConnectionManagerFactory - Interface in oracle.xml.xsql
One of two interfaces that must be implemented to override the built-in connection manager implementation.
XSQLDatasourceConnectionManager - Class in oracle.xml.xsql
Generic implementation of XSQLConnectionManager that uses JNDI to lookup a JDBC datasource from the container in which the XSQL servlet is running.
XSQLDatasourceConnectionManager() - Constructor for class oracle.xml.xsql.XSQLDatasourceConnectionManager
 
XSQLDiagnostic - Class in oracle.xml.xsql
 
XSQLDiagnostic(String) - Constructor for class oracle.xml.xsql.XSQLDiagnostic
 
XSQLDocumentSerializer - Interface in oracle.xml.xsql
Interface that must be implemented by all XSQL Serializers which serialize an XSQL data page as an XML Document to a PrintWriter.
XSQLError - Class in oracle.xml.xsql
Represents a fatal error in the XSQL page processing engine.
XSQLErrorHandler - Interface in oracle.xml.xsql
Any custom XSQL Error Handler must implement this interface in order to perform custom processing when an XSQL page processing engine fatal error occurs.
XSQLErrorWriter - Class in oracle.xml.xsql
 
XSQLErrorWriter(String, Throwable, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLErrorWriter
 
XSQLErrorWriter(String, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLErrorWriter
 
XSQLErrorWriter(String, String, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLErrorWriter
 
XSQLErrorWriter(String, String, SAXParseException, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLErrorWriter
 
XSQLErrorWriter(String, SAXParseException, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLErrorWriter
 
XSQLErrorWriter(SAXParseException, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLErrorWriter
 
XSQLHttpUtil - Class in oracle.xml.xsql
 
XSQLHttpUtil() - Constructor for class oracle.xml.xsql.XSQLHttpUtil
 
XSQLLogger - Interface in oracle.xml.xsql
One of two interfaces that must be implemented to provide a custom logging implementation.
XSQLLoggerFactory - Interface in oracle.xml.xsql
One of two interfaces that must be implemented to provide a custom logging implementation.
XSQLNamedConnection - Class in oracle.xml.xsql
 
XSQLNamedConnectionManager - Class in oracle.xml.xsql
 
XSQLNamedConnectionManager() - Constructor for class oracle.xml.xsql.XSQLNamedConnectionManager
 
XSQLPageRequest - Interface in oracle.xml.xsql
Interface representing a request for an XSQL Page
XSQLPageRequestImpl - Class in oracle.xml.xsql
Base implementation of the XSQLPageRequest interface that case be used to derive new kinds of page request implementations.
XSQLPageRequestImpl() - Constructor for class oracle.xml.xsql.XSQLPageRequestImpl
 
XSQLPageRequestImpl(String, Hashtable) - Constructor for class oracle.xml.xsql.XSQLPageRequestImpl
 
XSQLParserHelper - Class in oracle.xml.xsql
Common XML Parsing Routines
XSQLParserHelper() - Constructor for class oracle.xml.xsql.XSQLParserHelper
 
XSQLRequest - Class in oracle.xml.xsql
Programmatically process a request for an XSQL Page.
XSQLRequest(XMLDocument, URL) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(XSQLConnectionManagerFactory, XMLDocument, URL) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(String) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(XSQLConnectionManagerFactory, String) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page using a custom connection manager factory
XSQLRequest(URL, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(String, XSQLPageRequest) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page, relative to current request
XSQLRequest(URL) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(XSQLConnectionManagerFactory, URL) - Constructor for class oracle.xml.xsql.XSQLRequest
Create a Request for an XSQL Page with a custom connection manager factory.
XSQLRequestObjectListener - Interface in oracle.xml.xsql
Objects that implement this interface and which are added to the current request context using setRequestObject() will be notified when the page processing of the outermost page is completed.
XSQLServlet - Class in oracle.xml.xsql
Servlet to enable HTTP GET-ing of and POST-ing to XSQL Pages
XSQLServlet() - Constructor for class oracle.xml.xsql.XSQLServlet
 
XSQLServletPageRequest - Class in oracle.xml.xsql
 
XSQLServletPageRequest(HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class oracle.xml.xsql.XSQLServletPageRequest
 
XSQLStylesheetProcessor - Class in oracle.xml.xsql
XSLT Stylesheet Processing Engine
XSQLStylesheetProcessor() - Constructor for class oracle.xml.xsql.XSQLStylesheetProcessor
 
XSQLUtil - Class in oracle.xml.xsql
 
XSQLUtil() - Constructor for class oracle.xml.xsql.XSQLUtil
 

Y

YEAR - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
YEARMONTH_DURATION - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
yearMonthDuration - Static variable in class oracle.xml.parser.schema.XSDSimpleType
 

Z

ZIPPREF - Static variable in class oracle.xml.xsql.XSQLUtil
 

_

_abstract - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_all - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_annotation - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_any - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_anyAttribute - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_anySimpleType - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_anyType - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_appinfo - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_atomic - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
_attrFormDefault - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_attribute - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_attributeGroup - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_attrTag - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_base - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_base64 - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
_block - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_blockDefault - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_choice - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_collapse - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
_complexContent - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_complexType - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_content - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_default - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_derivedBy - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_documentation - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_element - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_elementOnly - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_elemFormDefault - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_empty - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_enumeration - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_equivClass - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_extension - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_false - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_field - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_final - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_finalDefault - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_fixed - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_form - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_group - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_hex - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
_id - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_import - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_include - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_itemType - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_key - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_keyref - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_lax - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_list - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_maxOccurs - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_memberTypes - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_minOccurs - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_mixed - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nall - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_name - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_namespace - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nil - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nillable - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nnany - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nnlist - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nnlocal - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nnother - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nntargetNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_noNSSchemaLocation - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_notation - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_null - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_nullable - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_optional - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_pattern - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_preserve - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
_processContents - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_prohibited - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_publicid - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_qualified - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_redefine - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_ref - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_refer - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_replace - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
 
_required - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_restriction - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_restrictions - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_schemaLocation - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_selector - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_sequence - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_simpleContent - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_simpleType - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_skip - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_SQL_TYPECODE - Static variable in class oracle.xdb.XMLType
Deprecated. 
_SQL_TYPECODE - Static variable in class oracle.xdb.XMLTypeFactory
A constant set to OPAQUE oracle type.
_SQL_TYPENAME - Static variable in class oracle.xdb.XMLTypeFactory
A constant set to SYS.XMLTYPE.
_strict - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_substitution - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_substitutionGrp - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_systemid - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_targetNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_textOnly - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_this - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_true - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_type - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_undef - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_union - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_unique - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_unqualified - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_use - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_value - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_version - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
_xmlns - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links
Oracle® Database XML Java API Reference
Release 21c
F31401-01

Copyright © 2003, 2020, Oracle and/or its affiliates.