supports RPC-based invocation unmarshalls request parameters This provider is thread-safe.
- StatelessEJBProvider() - Constructor for class oracle.soap.providers.ejbprov.StatelessEJBProvider
-
- StdOutLogger - class oracle.soap.server.impl.StdOutLogger.
StdOutLogger
logs to standard out (System.out).
- StdOutLogger() - Constructor for class oracle.soap.server.impl.StdOutLogger
-
- StreamResult - class javax.xml.transform.stream.StreamResult.
- 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.
- StreamSource - class javax.xml.transform.stream.StreamSource.
- 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.
- StringDeserializer - class org.apache.soap.encoding.soapenc.StringDeserializer.
- This deserializer can be used to deserialize something into a String.
- StringDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.StringDeserializer
-
- StringUtils - class org.apache.soap.util.StringUtils.
- Deals with strings (probably need to elaborate some more).
- StringUtils() - Constructor for class org.apache.soap.util.StringUtils
-
- sFacets - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Array of facet strings, can be indexed using the above const
- sTypes - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Array of types indexed by above consts
- safeURLAsString(URL) - Static method in class oracle.xml.xsql.XSQLUtil
-
- sameCookie(Cookie, Cookie) - Static method in class org.apache.soap.transport.http.Cookie
- Compares two Cookies.
- save() - Method in class org.apache.soap.transport.TransportMessage
- Write message to byte array.
- schemaValidate() - Method in class oracle.xdb.XMLType
- Validate the schema-based document against its own schema.
- 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
- send(URL, String, Hashtable, Envelope, SOAPMappingRegistry, SOAPContext) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- This method is used to request that an envelope be posted to the given URL.
- send(URL, String, Envelope) - Method in class org.apache.soap.messaging.Message
- Send an envelope to the given URL via the SOAPTransport that has been configured for this instance (or SOAPHTTPConnection by default).
- send(URL, String, Hashtable, Envelope, SOAPMappingRegistry, SOAPContext) - Method in class org.apache.soap.transport.FilterTransport
- This method is used to request that an envelope be posted to the given URL.
- send(URL, String, Hashtable, Envelope, SOAPMappingRegistry, SOAPContext) - Method in interface org.apache.soap.transport.SOAPTransport
- This method is used to request that an envelope be sent.
- send(URL, String, Hashtable, Envelope, SOAPMappingRegistry, SOAPContext) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- This method is used to request that an envelope be posted to the given URL.
- send(URL, String, Hashtable, Envelope, SOAPMappingRegistry, SOAPContext) - Method in class org.apache.soap.transport.smtp.SOAPSMTPConnection
- This method is used to request that an envelope be sent.
- 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.
- sendToURL(URL) - Method in class org.apache.soap.transport.http.Cookie
- Returns whether the cookie should be sent to the URL.
- serialize(Document, XSQLPageRequest) - Method in interface oracle.xml.xsql.XSQLDocumentSerializer
-
- serializeAsXML(Node, Writer) - Static method in class org.apache.soap.util.xml.DOM2Writer
- Serialize this node into the writer as XML.
- serializeAsXML(Node, Writer) - Static method in class org.apache.soap.util.xml.DOMWriter
- Serialize this node into the writer as XML.
- 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, Object) - Method in class oracle.soap.server.ContainerContext
- Binds an object to a given attribute name in this SOAP context.
- setAttribute(String, Object) - Method in class oracle.soap.server.SOAPServerContext
- Binds an object to a given attribute name in this SOAP context.
- setAttribute(String, String) - Method in class oracle.xdb.dom.XDBElement
-
- 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(String, 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.DocumentBuilder
- 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(String, Object) - Method in class oracle.xml.parser.v2.XSLProcessor
- Allows the user to set specific attributes on the underlying implementation.
- setAttribute(QName, String) - Method in class org.apache.soap.Body
-
- setAttribute(QName, String) - Method in class org.apache.soap.Envelope
-
- setAttribute(QName, String) - Method in class org.apache.soap.Fault
-
- setAttribute(QName, String) - Method in class org.apache.soap.Header
-
- 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.
- setAttributeNS(String, String, String) - Method in class oracle.xdb.dom.XDBElement
-
- 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.
- setAttributeNode(Attr) - Method in class oracle.xdb.dom.XDBElement
-
- 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
-
- 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.
- setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
- Copy an entire Attributes object.
- setAuthType(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the HTTP authentication type.
- 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.
- 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
- setBody(Body) - Method in class org.apache.soap.Envelope
-
- setBodyEntries(Vector) - Method in class org.apache.soap.Body
-
- setBufferSize(int) - Method in class oracle.xdb.servlet.XDBServletResponse
- Set buffer size
- 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.
- setBytes(byte[]) - Method in class org.apache.soap.transport.TransportMessage
- Set the byte array of the response.
- setCertificate(Object) - Method in class oracle.soap.server.OracleSOAPContext
- Set the user certificate.
- 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(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.
- setCheckMustUnderstands(boolean) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the mustUnderstand attribute processing mode
- setCiphers(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the cipher suites
- setClassLoader(ClassLoader) - Method in class org.apache.soap.rpc.SOAPContext
-
- setClassname(String) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
- Set the name of the class that implements this provider.
- 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.
- 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)
- setContainerType(String) - Method in class oracle.soap.server.ContainerContext
- Set the container type.
- 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 interface org.xml.sax.XMLReader
- 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.
- 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
-
- setContentType(String) - Method in class org.apache.soap.transport.TransportMessage
- Set Content-Type as String.
- setContentType(String) - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Set the content type.
- setContext(ServletContext) - Method in interface oracle.soap.server.ConfigManager
- Set the servlet context for this configuration manager.
- setContext(ServletContext) - Method in class oracle.soap.server.impl.BaseConfigManager
- Set the servlet context
- 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
-
- setCookies(Cookie[]) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Sets the cookies.
- setCookies2(Cookie[]) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Sets the cookie2's.
- setCurrentId(String) - Method in class org.apache.soap.rpc.SOAPContext
- Sets the id attribute for the element currently being deserialized.
- setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
-
- setDOMErrorOption(boolean) - Method in class oracle.xml.parser.v2.XMLError
- Sets the flag for DOM Errors to be returned.
- setDTDHandler(DTDHandler) - Method in class oracle.xml.parser.v2.SAXParser
- Allow an application to register a 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.
- 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.
- setData(String) - Method in class oracle.xdb.dom.XDBCharData
- sets the char data
- setData(String) - Method in class oracle.xdb.dom.XDBProcInst
- set the value of the PI node
- 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.
- setDebugInfo(int, int, String) - Method in class oracle.xml.parser.v2.XMLNode
- Set debug information in the node
- 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.DOMParser
- Sets a flag to turn on debug information in the document
- setDebugMode(boolean) - Method in class oracle.xml.parser.v2.DocumentBuilder
- Sets a flag to turn on debug information in the document
- setDefaultEncodingStyle(String) - Method in class org.apache.soap.encoding.SOAPMappingRegistry
- Set the default encoding style.
- setDefaultEncodingStyle(String) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
- Set the default encoding style.
- setDefaultSMRClass(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the default SOAP mapping registry class.
- setDelWSBeforeDeletes(boolean) - Method in class oracle.xml.differ.XMLDiff
- Set option to remove whitespaces-only before a deleted node.
- setDetailEntries(Vector) - Method in class org.apache.soap.Fault
-
- 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
- setDocumentHandler(DocumentHandler) - Method in class oracle.xml.parser.v2.SAXParser
- Deprecated. as of SAX2.0 - Replaced by setContentHandler
- setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
- Deprecated. Allow an application to register a document event handler.
- setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
- Register the SAX1 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 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.
- setEOLChars(String) - Method in class oracle.xml.parser.v2.XMLOutputStream
- Set Newline charachters
- 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
- setEncoding(String) - Method in class oracle.xml.parser.v2.XMLPrintDriver
- Sets the encoding of the print driver.
- 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 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.InputSource
- Set the character encoding, if known.
- setEncodingStyleURI(String) - Method in class org.apache.soap.rpc.Parameter
-
- setEncodingStyleURI(String) - Method in class org.apache.soap.rpc.RPCMessage
-
- 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 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 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.
- 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.
- setEnvelope(String) - Method in class org.apache.soap.transport.TransportMessage
- Set SOAP Envelope.
- setEnvelopeEntries(Vector) - Method in class org.apache.soap.Envelope
-
- 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 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.
- 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.
- 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.
- setErrorStatusParamIfPresent() - Method in class oracle.xml.xsql.XSQLActionHandlerImpl
-
- 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 class 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.
- 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 class 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
- setFault(Fault) - Method in class org.apache.soap.rpc.Response
-
- setFaultActorURI(String) - Method in class org.apache.soap.Fault
-
- setFaultCode(String) - Method in class org.apache.soap.Fault
-
- setFaultCode(String) - Method in class org.apache.soap.SOAPException
-
- setFaultEntries(Vector) - Method in class org.apache.soap.Fault
-
- setFaultListener(String[]) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the fault listener list.
- setFaultListener(SOAPFaultListener[]) - Method in class org.apache.soap.server.SOAPFaultRouter
- Registers N listeners
- setFaultListener(int, SOAPFaultListener) - Method in class org.apache.soap.server.SOAPFaultRouter
- Changes a listener
- setFaultString(String) - Method in class org.apache.soap.Fault
-
- 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.JXSAXParserFactory
- Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
- 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 interface org.xml.sax.XMLReader
- Set the state of a 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.
- 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
- setFullTargetObjectURI(String) - Method in class org.apache.soap.rpc.RPCMessage
-
- setGlobalContext(Hashtable) - Method in class oracle.soap.server.SOAPServerContext
- Set the global context, which contains SOAP server-wide objects.
- 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.
- setHeader(Header) - Method in class org.apache.soap.Envelope
-
- setHeader(Header) - Method in class org.apache.soap.rpc.RPCMessage
-
- setHeader(String, String) - Method in class org.apache.soap.transport.TransportMessage
- Set a transport header.
- setHeaderEntries(Vector) - Method in class org.apache.soap.Header
-
- setHttpServlet(HttpServlet) - Method in class oracle.soap.server.ContainerContext
- Set the HTTP servlet for a SOAP server running in a SERVLET_CONTAINER type of container.
- setHttpServlet(HttpServlet) - Method in class oracle.soap.server.OracleSOAPContext
- Set the HTTP servlet.
- setHttpServletRequest(HttpServletRequest) - Method in class oracle.soap.server.OracleSOAPContext
- Set the HTTP servlet request.
- setHttpServletResponse(HttpServletResponse) - Method in class oracle.soap.server.OracleSOAPContext
- Set the HTTP servlet response.
- setHttpSession(HttpSession) - Method in class oracle.soap.server.OracleSOAPContext
- Set the HTTP session.
- setId(String) - Method in class oracle.soap.server.DeploymentDescriptor
- Set the unique ID.
- setId(int) - Method in class org.apache.soap.encoding.soapenc.MultiRefContext
-
- setIgnoreCase(boolean) - Method in class oracle.xml.sql.dml.OracleXMLSave
- Sets XML element names, based on XML tags, to be case insensitive when converting to database columns and attributes.
- 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).
- 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.
- setIndentIncr(int) - Method in class oracle.xml.differ.XMLDiff
- Sets the indentation for the XSL generation.
- 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.
- setIntHeader(String, int) - Method in class oracle.xdb.servlet.XDBServletResponse
- Set header whose value is an int.
- setIsApacheDescriptor(boolean) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set whether this is an Apache SOAP deployment descriptor or not.
- setIsStatic(boolean) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the attribute which indicates whether the methods exposed by this service are static or not.
- 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.
- setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
- Set the line number for this locator (1-based).
- setLinkedException(Throwable) - Method in class javax.xml.bind.JAXBException
- Add a linked Exception.
- setLoadingMode(int) - Method in interface oracle.xml.transx.TransX
- Set the operation mode on duplicates.
- setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
- Set the local name of a specific attribute.
- setLocalPart(String) - Method in class org.apache.soap.util.xml.QName
-
- 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 interface org.xml.sax.Parser
- Deprecated. Allow an application to request a locale for errors and warnings.
- setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
- Set the locale for error reporting.
- setLocator(SourceLocator) - Method in class 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
- setLogger(Logger) - Method in class oracle.soap.server.SOAPServerContext
- Set the logger, which is used for text-based logging of informational and debug messages.
- setMaintainSession(boolean) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Indicate whether to maintain HTTP sessions.
- setMaintainSession(boolean) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Indicate whether to maintain HTTP sessions.
- 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.
- setMetaHeader(Reader) - Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the XML meta header.
- setMethodName(String) - Method in class oracle.soap.server.RequestContext
- Set the method name for this SOAP request.
- setMethodName(String) - Method in class org.apache.soap.rpc.RPCMessage
-
- setMethods(String[]) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the list of methods that are provided by this service.
- 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
-
- setName(String) - Method in class oracle.soap.handlers.audit.AuditLogger
-
- setName(String) - Method in interface oracle.soap.server.Handler
- Set the name of the handler.
- setName(String) - Method in class org.apache.soap.rpc.Parameter
-
- setNamedItem(Node) - Method in class oracle.xdb.dom.XDBNamedNodeMap
-
- 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
-
- 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.
- setNamespaceURI(String) - Method in class org.apache.soap.util.xml.QName
-
- 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.
- setNoMoves() - Method in class oracle.xml.differ.XMLDiff
- Assume that there are no moves to be detected by the diff algorithm.
- 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(NodeFactory) - Method in class oracle.xml.parser.v2.DOMParser
- 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
- 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
- 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
-
- setNodeXob(int) - Method in class oracle.xdb.dom.XDBNode
- Set the Xob state based on the owner document
- setOptions(Properties) - Method in class oracle.soap.handlers.audit.AuditLogger
-
- setOptions(Properties) - Method in interface oracle.soap.server.ConfigManager
- Set configuration manager options specified in the SOAP server configuration.
- setOptions(Properties) - Method in interface oracle.soap.server.Handler
- Set the options for the handler for subsequent use by init.
- setOptions(Hashtable) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
- Set the options.
- setOptions(Properties) - Method in class oracle.soap.server.impl.BinaryProviderConfigManager
- Set configuration manager options specified in the SOAP server configuration.
- setOptions(Properties) - Method in class oracle.soap.server.impl.BinaryServiceConfigManager
- Set configuration manager options specified in the SOAP server configuration.
- setOptions(Properties) - Method in class oracle.soap.server.impl.XMLProviderConfigManager
- Set configuration manager options specified in the SOAP server configuration.
- setOptions(Properties) - Method in class oracle.soap.server.impl.XMLServiceConfigManager
- Set configuration manager options specified in the SOAP server configuration.
- setOutputBufferSize(int) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Sets the output buffer size (in bytes).
- setOutputBufferSize(int) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Sets the output buffer size (in bytes).
- 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.
- setOutputStyle(int) - Method in class oracle.xml.parser.v2.XMLOutputStream
- Sets the Output the style
- setOwner(XDBDocument) - Method in class oracle.xdb.dom.XDBNode
-
- setPSVI(boolean) - Method in class oracle.xml.comp.CXMLHandlerBase
- Set flag to store PSVI information
- 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
-
- 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.
- setParams(Vector) - Method in class org.apache.soap.rpc.RPCMessage
-
- setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
- Set the parent reader.
- setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
- Set the parent reader.
- setParsedDoctype(String, String, String) - Method in class oracle.xml.parser.v2.XMLDocument
- Sets the doctype object by parsing sysid
- setPassword(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the password for HTTP authentication.
- setPassword(String) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set the password for HTTP Basic authentication.
- 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
-
- 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 class org.apache.soap.util.xml.PrefixedName
-
- 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
-
- setProperties(Properties) - Method in interface oracle.soap.transport.OracleSOAPTransport
- Set the connection properties.
- setProperties(Properties) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the connection properties.
- 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, 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
- Set output printing properties
- setProperty(String, Object) - Method in class org.apache.soap.rpc.SOAPContext
- Store something in the hold-all 'bag'
- setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
- Set the value of a property.
- 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.
- setProviderClass(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the provider class.
- setProviderId(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the id of the provider for this service.
- setProviderOptions(Hashtable) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the provider-specific options.
- setProviderType(byte) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the provider type.
- setProxyAuthType(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the HTTP proxy authentication type.
- setProxyHost(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set HTTP proxy host.
- setProxyHost(String) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set HTTP proxy host.
- setProxyPassword(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the password for HTTP proxy authentication.
- setProxyPassword(String) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set the password for HTTP proxy basic authentication.
- setProxyPort(int) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set HTTP proxy port.
- setProxyPort(int) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set HTTP proxy port.
- setProxyRealm(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the realm for HTTP proxy authentication.
- setProxyUserName(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the username for HTTP proxy authentication.
- setProxyUserName(String) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set the username for HTTP proxy basic authentication.
- 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.InputSource
- Set the public identifier for this input source.
- setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
- Set the public identifier for this locator.
- setQName(QName) - Method in class org.apache.soap.util.xml.PrefixedName
-
- setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
- Set the qualified name of a specific attribute.
- 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.
- setRealm(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the realm for HTTP authentication.
- setRemoteAddress(String) - Method in class oracle.soap.server.OracleSOAPContext
- Set the remote IP address of the client
- setRemoteHost(String) - Method in class oracle.soap.server.OracleSOAPContext
- Set the host name of the client making the SOAP request
- setRequestCopy(StringBuffer) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set buffer for capturing copy of the request.
- setRequestEncodingStyle(String) - Method in class oracle.soap.server.RequestContext
- Set the encoding style that was used on the request.
- setRequestEnvelope(Envelope) - Method in class oracle.soap.server.RequestContext
- Set the envelope that represents the actual SOAP request.
- setRequestHeaders(Properties) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Sets the HTTP request headers.
- 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
- setRequestSOAPContext(OracleSOAPContext) - Method in class oracle.soap.server.RequestContext
- Set the Oracle extended SOAPContext for this SOAP request.
- setRequestURI(String) - Method in class oracle.soap.server.OracleSOAPContext
- Set the URI of the request.
- setResponseCopy(StringBuffer) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set buffer for capturing copy of the response.
- setResponseEnvelope(Envelope) - Method in class oracle.soap.server.RequestContext
- Set the envelope that represents the SOAP response.
- setResponseMap(SOAPMappingRegistry) - Method in class oracle.soap.server.RequestContext
- Set the mapping registry that must be used to serialize the SOAP response envelope.
- setResponseSOAPContext(OracleSOAPContext) - Method in class oracle.soap.server.RequestContext
- Set the Oracle extended SOAPContext for the response to this SOAP request.
- 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.
- setReturnValue(Parameter) - Method in class org.apache.soap.rpc.Response
-
- setRootPart(MimeBodyPart) - Method in class org.apache.soap.rpc.SOAPContext
- Adds the root BodyPart.
- setRootPart(String, String) - Method in class org.apache.soap.rpc.SOAPContext
- Set the root part to a provided string (usually the SOAP envelope).
- setRootPart(byte[], String) - Method in class org.apache.soap.rpc.SOAPContext
- Set the root part to a provided string (usually the SOAP envelope).
- 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.
- 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.
- setRowsetTag(String) - Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the tag used to enclose the XML dataset.
- setSOAPContext(SOAPContext) - Method in class org.apache.soap.rpc.RPCMessage
-
- setSOAPMappingRegistry(SOAPMappingRegistry) - Method in class org.apache.soap.rpc.Call
-
- setSOAPTransport(SOAPTransport) - Method in class org.apache.soap.messaging.Message
-
- setSOAPTransport(SOAPTransport) - Method in class org.apache.soap.rpc.Call
-
- 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.
- 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.
- 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.
- setScope(int) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the execution scope.
- setSecureChannel(boolean) - Method in class oracle.soap.server.OracleSOAPContext
- Set the indicator of whether the channel is secure.
- setServiceClass(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the Java class for this service.
- setServiceDeploymentDescriptor(ServiceDeploymentDescriptor) - Method in class oracle.soap.server.OracleSOAPContext
- Set the service deployment descriptor associated with the request/response.
- setServiceId(String) - Method in class oracle.soap.server.RequestContext
- Set the service id (URI) for this SOAP request.
- setServiceManager(ServiceManager) - Method in interface oracle.soap.server.ProviderManager
- Make the service manager that is being used to manage service deployment information available to the provider manager.
- setServiceManager(ServiceManager) - Method in class oracle.soap.server.impl.ProviderManagerImpl
- Make the service manager that is being used to manage service deployment information available to the provider manager.
- setServiceType(int) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the service type.
- setServletClassLoaderIntoContext(ServletContext, ClassLoader) - Static method in class org.apache.soap.server.http.ServerHTTPUtils
- Registers the ClassLoader into the ServletContext.
- setSeverity(int) - Method in class oracle.soap.server.Logger
- Set the current severity.
- setSkipRows(int) - Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the number of rows to skip.
- setSqlMap(Hashtable) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the map that maps from SQL type to Java type.
- 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 <?
- 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
- 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
-
- 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.
- 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
-
- setSubType(String) - Method in class org.apache.soap.rpc.SOAPContext
- Set the MultiPart Mime subtype.
- setSystemId(String) - Method in interface javax.xml.transform.Result
- Set the system identifier for this Result.
- setSystemId(String) - Method in interface javax.xml.transform.Source
- Set the system identifier for this Source.
- 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 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 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 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.InputSource
- Set the system identifier for this input source.
- setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
- Set the system identifier for this locator.
- setTargetException(Throwable) - Method in class org.apache.soap.SOAPException
-
- setTargetObjectURI(String) - Method in class org.apache.soap.rpc.RPCMessage
-
- setTcpNoDelay(Boolean) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set the TCPNoDelay setting.
- 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.
- setTimeout(int) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the HTTP read timeout.
- setTimeout(int) - Method in class org.apache.soap.rpc.Call
- Set timeout in our MessageContext.
- setTimeout(int) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set the HTTP read timeout.
- 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.
- setTopRequest(XSQLPageRequest) - Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- setType(Class) - Method in class org.apache.soap.rpc.Parameter
-
- setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
- Set the type of a specific attribute.
- setTypeInfo(int, int, QxName) - Method in class oracle.xml.parser.v2.SAXAttrList
- Set the type name and primitive id of the attribute
- setTypeMappings(TypeMapping[]) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the XML-Java type mappings, which define how to deserialize XML into Java and serialize Java into XML.
- 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().
- setUpdateColumnList(String[]) - Method in class oracle.xml.sql.dml.OracleXMLSave
- Sets and limits the list of columns for
INSERT
and UPDATE
operations.
- 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.
- setUserInteraction(boolean) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set user interaction.
- setUserName(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the username for HTTP authentication.
- setUserName(String) - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
- Set the username for HTTP Basic authentication.
- setUsername(String) - Method in class oracle.soap.server.OracleSOAPContext
- Set the protocol-specific username.
- 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
- set the value of the node
- setValue(String) - Method in class oracle.xml.parser.v2.XMLAttr
- Sets the value.
- setValue(Object) - Method in class org.apache.soap.rpc.Parameter
-
- 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.
- 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 <?
- setWalletLocation(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the Oracle Wallet Location.
- setWalletPassword(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the Oracle Wallet password.
- 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.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.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
- 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.
- 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.
- 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
- setXobCstate(long) - Method in class oracle.xdb.dom.XDBNode
-
- setupErrorWriter() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- setupErrorWriter() - Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- setupOutputStream() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- setupOutputStream() - Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- setupWriter() - Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- setupWriter() - Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- short1999QName - Static variable in class org.apache.soap.Constants
-
- short2000QName - Static variable in class org.apache.soap.Constants
-
- short2001QName - Static variable in class org.apache.soap.Constants
-
- 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.soap.providers.sp.Hashset
- Return the size of the set.
- size() - Method in class oracle.xml.util.Queue
-
- 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.
- sleep(int) - Method in class oracle.xml.async.ResourceManager
- Allows usage of Thread.sleep() without try/catch
- sourceToInputSource(Source) - Static method in class javax.xml.transform.sax.SAXSource
- Attempt to obtain a SAX InputSource object from a TrAX Source object.
- splitText(int) - Method in class oracle.xdb.dom.XDBText
-
- 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.
- sqlType - Variable in class org.apache.soap.server.TypeMapping
-
- 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
- Report the start of a CDATA section.
- startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
- Report the start of a CDATA section.
- 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
- 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.
- 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
- 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.
- 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
- Receive notification of the beginning of an element.
- 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
- 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.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.
- stopPropagation() - Method in interface org.w3c.dom.events.Event
- The
stopPropagation
method is used prevent further propagation of an event during event flow.
- strictErrorChecking - Variable in class oracle.xml.util.XMLError
-
- string1999QName - Static variable in class org.apache.soap.Constants
-
- string2000QName - Static variable in class org.apache.soap.Constants
-
- string2001QName - Static variable in class org.apache.soap.Constants
-
- stringParamValue(Object) - Static method in class oracle.xml.xsql.XSQLUtil
-
- stringParamValues(Object) - Static method in class oracle.xml.xsql.XSQLUtil
-
- styleURI - Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- substringData(int, int) - Method in class oracle.xdb.dom.XDBCharData
- 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.
- 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.
- sysId - Variable in class oracle.xml.util.XMLError
-
T
- 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
-
- 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
-
- TOKEN - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- TOP_LEVEL - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- TOTAL_DIGITS - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- 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
- TYPE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- TYPE_HOST - Static variable in interface oracle.soap.handlers.audit.Filter
-
- TYPE_IP - Static variable in interface oracle.soap.handlers.audit.Filter
-
- TYPE_RESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- TYPE_UNRESOLVED - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- TYPE_URN - Static variable in interface oracle.soap.handlers.audit.Filter
-
- TYPE_USERNAME - Static variable in interface oracle.soap.handlers.audit.Filter
-
- TcpTunnel - class org.apache.soap.util.net.TcpTunnel.
- A
TcpTunnel
object listens on the given port, and once Start
is pressed, will forward all bytes to the given host and port.
- TcpTunnel() - Constructor for class org.apache.soap.util.net.TcpTunnel
-
- TcpTunnelGui - class org.apache.soap.util.net.TcpTunnelGui.
- A
TcpTunnelGui
object listens on the given port, and once Start
is pressed, will forward all bytes to the given host and port.
- TcpTunnelGui(int, String, int) - Constructor for class org.apache.soap.util.net.TcpTunnelGui
-
- Templates - interface javax.xml.transform.Templates.
- An object that implements this interface is the runtime representation of processed transformation instructions.
- TemplatesHandler - interface javax.xml.transform.sax.TemplatesHandler.
- A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.
- Text - interface org.w3c.dom.Text.
- The
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an Element
or Attr
.
- TextDecl - Static variable in interface oracle.xml.parser.v2.XMLToken
- TextDecl ::= '<' '?'
- TransX - interface oracle.xml.transx.TransX.
- TransX Utility API
- Transformer - class javax.xml.transform.Transformer.
- An instace of this abstract class can transform a source tree into a result tree.
- Transformer() - Constructor for class javax.xml.transform.Transformer
- Default constructor is protected on purpose.
- TransformerConfigurationException - exception javax.xml.transform.TransformerConfigurationException.
- Indicates a serious configuration error.
- TransformerConfigurationException() - Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with no detail mesage.
- TransformerConfigurationException(String) - Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with the String
specified as an error message.
- TransformerConfigurationException(Throwable) - Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with a given Exception
base cause of the error.
- TransformerConfigurationException(String, Throwable) - Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with the given Exception
base cause and detail message.
- TransformerConfigurationException(String, SourceLocator) - Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new TransformerConfigurationException from a message and a Locator.
- TransformerConfigurationException(String, SourceLocator, Throwable) - Constructor for class javax.xml.transform.TransformerConfigurationException
- Wrap an existing exception in a TransformerConfigurationException.
- TransformerException - exception javax.xml.transform.TransformerException.
- This class specifies an exceptional condition that occured during the transformation process.
- TransformerException(String) - Constructor for class javax.xml.transform.TransformerException
- Create a new TransformerException.
- TransformerException(Throwable) - Constructor for class javax.xml.transform.TransformerException
- Create a new TransformerException wrapping an existing exception.
- TransformerException(String, Throwable) - Constructor for class javax.xml.transform.TransformerException
- Wrap an existing exception in a TransformerException.
- TransformerException(String, SourceLocator) - Constructor for class javax.xml.transform.TransformerException
- Create a new TransformerException from a message and a Locator.
- TransformerException(String, SourceLocator, Throwable) - Constructor for class javax.xml.transform.TransformerException
- Wrap an existing exception in a TransformerException.
- TransformerFactory - class javax.xml.transform.TransformerFactory.
- A TransformerFactory instance can be used to create Transformer and Template objects.
- TransformerFactory() - Constructor for class javax.xml.transform.TransformerFactory
- Default constructor is protected on purpose.
- TransformerFactoryConfigurationError - error javax.xml.transform.TransformerFactoryConfigurationError.
- Thrown when a problem with configuration with the Transformer Factories exists.
- TransformerFactoryConfigurationError() - Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with no detail mesage.
- TransformerFactoryConfigurationError(String) - Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with the String
specified as an error message.
- TransformerFactoryConfigurationError(Exception) - Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with a given Exception
base cause of the error.
- TransformerFactoryConfigurationError(Exception, String) - Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with the given Exception
base cause and detail message.
- TransformerHandler - interface javax.xml.transform.sax.TransformerHandler.
- A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
- TransportMessage - class org.apache.soap.transport.TransportMessage.
- Transport type-independent encapsulation of SOAP message content.
- TransportMessage() - Constructor for class org.apache.soap.transport.TransportMessage
- No-argument constructor.
- TransportMessage(String, SOAPContext, Hashtable) - Constructor for class org.apache.soap.transport.TransportMessage
- Create a message from an already built envelope and/or SOAPContext.
- TransportMessage(InputStream, int, String, SOAPContext, Hashtable) - Constructor for class org.apache.soap.transport.TransportMessage
- Create a message from an InputStream.
- TreeWalker - interface org.w3c.dom.traversal.TreeWalker.
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).
- TxuResourceBundle_ca - class oracle.xml.transx.TxuResourceBundle_ca.
- This class is a ResourceBundle for TransX Messages
- TxuResourceBundle_ca() - Constructor for class oracle.xml.transx.TxuResourceBundle_ca
-
- TypeConstraintException - exception javax.xml.bind.TypeConstraintException.
- This exception indicates that a violation of a dynamically checked type constraint was detected.
- TypeConstraintException() - Constructor for class javax.xml.bind.TypeConstraintException
-
- TypeInfo - interface org.w3c.dom.TypeInfo.
- The
TypeInfo
interface represent a type referenced from Element
or Attr
nodes, specified in the schemas associated with the document.
- TypeMapping - class org.apache.soap.server.TypeMapping.
- This class keeps all the info about a type mapping: the encoding style, the XML element type, the Java type that's spsed to map to and the names of the Java classes that implement the mapping between XML and Java.
- TypeMapping(String, QName, String, String, String) - Constructor for class org.apache.soap.server.TypeMapping
-
- TypeMapping(String, QName, String, String, String, String) - Constructor for class org.apache.soap.server.TypeMapping
-
- TypeMappingSerializer - class org.apache.soap.server.TypeMappingSerializer.
- Serialize and deserialize type mappings according to SOAP-Enc.
- TypeMappingSerializer() - Constructor for class org.apache.soap.server.TypeMappingSerializer
-
- targetObjectURI - Variable in class org.apache.soap.rpc.RPCMessage
-
- timeInst1999QName - Static variable in class org.apache.soap.Constants
-
- timeInst2000QName - Static variable in class org.apache.soap.Constants
-
- timeInst2001QName - Static variable in class org.apache.soap.Constants
-
- timestampOf(String) - Static method in class oracle.xml.xsql.XSQLUtil
-
- toByteArray() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Return the content as a byte array.
- toCState() - Method in class oracle.xdb.dom.XDBNode
- Returns a long integer, which is actually the pointer to the underlying qmxob struct.
- toString() - Method in class javax.xml.bind.JAXBException
- Returns a short description of this JAXBException.
- toString() - Method in class oracle.soap.providers.ejb.EjbArray
-
- toString() - Method in class oracle.soap.providers.ejb.EjbSerializer
-
- toString() - Method in class oracle.soap.providers.ejb.EjbStruct
-
- toString() - Method in class oracle.soap.providers.ejb.EjbVector
-
- toString() - Method in class oracle.soap.server.ProviderDeploymentDescriptor
-
- toString() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get a printable representation of this descriptor.
- toString() - Method in class oracle.xdb.dom.XDBNode
-
- toString() - Method in class oracle.xdb.servlet.XDBPrincipal
- Return the string representation.
- toString() - Method in class oracle.xml.util.XMLException
- Override toString to pick up any embedded exception.
- toString() - Method in class org.apache.soap.Body
-
- toString() - Method in class org.apache.soap.Envelope
-
- toString() - Method in class org.apache.soap.Fault
-
- toString() - Method in class org.apache.soap.Header
-
- toString() - Method in class org.apache.soap.SOAPException
-
- toString() - Method in class org.apache.soap.encoding.Hex
-
- toString() - Method in class org.apache.soap.encoding.soapenc.MultiRefContext
-
- toString() - Method in class org.apache.soap.rpc.Parameter
-
- toString() - Method in class org.apache.soap.rpc.RPCMessage
-
- toString() - Method in class org.apache.soap.rpc.SOAPContext
- String representation for debug purposes.
- toString() - Method in class org.apache.soap.server.TypeMapping
-
- toString() - Method in class org.apache.soap.transport.http.Cookie
- Returns the cookie as a string appropriate for a Cookie or Cookie2 header.
- toString() - Method in class org.apache.soap.util.xml.NSStack
-
- toString() - Method in class org.apache.soap.util.xml.PrefixedName
-
- toString() - Method in class org.apache.soap.util.xml.QName
-
- toString() - Method in interface org.w3c.dom.ranges.Range
- Returns the contents of a Range as a string.
- toString() - Method in class org.xml.sax.SAXException
- Override toString to pick up any embedded exception.
- toXML(Writer) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
- Write out the service deployment descriptor as XML.
- toXML(Writer) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Write out the service deployment descriptor as XML.
- 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
-
- 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.
- 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
-
- type - Variable in class oracle.xml.util.XMLError
-
- type - Variable in class org.apache.soap.util.Bean
-
- types - Variable in class oracle.xml.util.XMLError
-
U
- UNDEF - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- 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 class org.w3c.dom.events.EventException
- If the
Event
's type was not specified by initializing the event before the method was called.
- UNTYPED_ATOMIC - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- UPDATE_DUPLICATES - Static variable in class oracle.xml.transx.LoadingMode
-
- URIResolver - interface javax.xml.transform.URIResolver.
- 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.
- URI_REFERENCE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- URI_SEPARATION_CHAR - Static variable in class org.apache.soap.util.StringUtils
-
- URN - Static variable in interface oracle.soap.handlers.audit.Filter
-
- USERNAME - Static variable in interface oracle.soap.handlers.audit.Filter
-
- USERNAME - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- property used for defining http username
- 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.
- UnicodeUtil - class oracle.xml.util.UnicodeUtil.
-
- UnicodeUtil() - Constructor for class oracle.xml.util.UnicodeUtil
-
- UnmarshalException - exception javax.xml.bind.UnmarshalException.
- This exception indicates that an error has occured while performing an unmarshal operation.
- UnmarshalException(String) - Constructor for class javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) - Constructor for class javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
- UnmarshalException(Throwable) - Constructor for class javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with a linkedException.
- UnmarshalException(String, Throwable) - Constructor for class javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message and linkedException.
- UnmarshalException(String, String, Throwable) - Constructor for class javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
- Unmarshaller - interface javax.xml.bind.Unmarshaller.
- 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 javax.xml.bind.UnmarshallerHandler.
- Unmarshaller implemented as SAX ContentHandler.
- UrTypeDeserializer - class org.apache.soap.encoding.soapenc.UrTypeDeserializer.
- An
UrTypeDeserializer
deserializes xsd:ur-type
objects, but right now only deals with nulls.
- UrTypeDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.UrTypeDeserializer
-
- UserDataHandler - interface org.w3c.dom.UserDataHandler.
- 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.
- Utils - class org.apache.soap.Utils.
- SOAP utilities.
- Utils() - Constructor for class org.apache.soap.Utils
-
- undeploy(String) - Method in class oracle.soap.client.ProviderManagerClient
-
- undeploy(String) - Method in class oracle.soap.client.ServiceManagerClient
-
- undeploy(String) - Method in interface oracle.soap.server.ConfigManager
- Undeploy the entity identified by its ID and return its descriptor.
- undeploy(String) - Method in interface oracle.soap.server.ProviderManager
- Undeploy the given provider, and return its descriptor.
- undeploy(String) - Method in interface oracle.soap.server.ServiceManager
- Undeploy the given service, and return its descriptor.
- undeploy(String) - Method in class oracle.soap.server.impl.BaseConfigManager
- Undeploy the entity identified by its ID and return its descriptor.
- undeploy(String) - Method in class oracle.soap.server.impl.ProviderManagerImpl
- Undeploy the given provider, and return its descriptor.
- undeploy(String) - Method in class oracle.soap.server.impl.ServiceManagerImpl
- Undeploy the given service, and return its descriptor.
- unexpectedAttr - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- unexpectedElem - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- 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.
- 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.
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class oracle.soap.encoding.soapenc.DocumentFragmentSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class oracle.soap.encoding.soapenc.DocumentSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class oracle.soap.providers.ejb.EjbArray
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class oracle.soap.providers.ejb.EjbSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class oracle.soap.providers.ejb.EjbStruct
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class oracle.soap.providers.ejb.EjbVector
-
- unmarshall(Node, SOAPContext) - Static method in class org.apache.soap.Body
-
- unmarshall(Node) - Static method in class org.apache.soap.Envelope
- Supported for backward compatibility.
- unmarshall(Node, SOAPContext) - Static method in class org.apache.soap.Envelope
-
- unmarshall(String, Node, XMLJavaMappingRegistry, SOAPContext) - Static method in class org.apache.soap.Fault
-
- unmarshall(Node, SOAPContext) - Static method in class org.apache.soap.Header
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.literalxml.XMLParameterSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ArraySerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.Base64Serializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BeanMultiRefSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BooleanDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BooleanObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ByteDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ByteObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.CalendarSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DateSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DecimalDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DoubleDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DoubleObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.FloatDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.FloatObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.HashtableSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.HexDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.IntDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.IntObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.LongDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.LongObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.MapSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.MimePartSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ParameterSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.QNameSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ShortDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ShortObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.StringDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.UrTypeDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.VectorSerializer
-
- unmarshall(String, Node, Class, SOAPMappingRegistry, SOAPContext) - Static method in class org.apache.soap.rpc.RPCMessage
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.server.TypeMappingSerializer
- The deserializer interface.
- unmarshall(DocumentBuilder) - Method in class org.apache.soap.transport.TransportMessage
- Parse envelope.
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in interface org.apache.soap.util.xml.Deserializer
-
- unmarshall(String, QName, Node, SOAPContext) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
-
- 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.
- unregister(String) - Method in class org.apache.soap.util.ObjectRegistry
-
- untrustedAbsoluteStylesheetURL(String) - Static method in class oracle.xml.xsql.XSQLUtil
-
- untypedAtomic - Static variable in class oracle.xml.parser.schema.XSDSimpleType
-
- updateCookies(Cookie[], Cookie[]) - Static method in class org.apache.soap.transport.http.Cookie
- Updates an array of cookies with another array of cookies.
- 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.
- url - Variable in class oracle.xml.async.DOMBuilder
- URL to parse XML data from
- 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.
- 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
- VALIDATION_MODE - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- 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.
- VERSION - Static variable in class javax.xml.transform.OutputKeys
- version = nmtoken.
- VIOLATE_FACET - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- ValidationEvent - interface javax.xml.bind.ValidationEvent.
- 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.
- ValidationEventCollector - class javax.xml.bind.util.ValidationEventCollector.
ValidationEventHandler
implementation that collects all events.
- ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
-
- ValidationEventHandler - interface javax.xml.bind.ValidationEventHandler.
- A basic event handler interface for validation errors.
- ValidationEventLocator - interface javax.xml.bind.ValidationEventLocator.
- Encapsulate the location of a ValidationEvent.
- ValidationException - exception javax.xml.bind.ValidationException.
- This exception indicates that an error has occured while performing a validate operation.
- ValidationException(String) - Constructor for class javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message.
- ValidationException(String, String) - Constructor for class javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message and vendor specific errorCode.
- ValidationException(Throwable) - Constructor for class javax.xml.bind.ValidationException
- Construct an ValidationException with a linkedException.
- ValidationException(String, Throwable) - Constructor for class javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message and linkedException.
- ValidationException(String, String, Throwable) - Constructor for class javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message and vendor specific errorCode.
- Validator - interface javax.xml.bind.Validator.
- The Validator class is responsible for controlling the validation of content trees during runtime.
- VectorSerializer - class org.apache.soap.encoding.soapenc.VectorSerializer.
- A
VectorSerializer
can be used to serialize (but not deserialize) Vectors and Enumerations using the SOAP-ENC
encoding style.
- VectorSerializer() - Constructor for class org.apache.soap.encoding.soapenc.VectorSerializer
-
- VersionInfo - class oracle.soap.server.VersionInfo.
-
- VersionInfo() - Constructor for class oracle.soap.server.VersionInfo
-
- 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.xdb.dom.XDBNode
-
- validateName(String) - Static method in class oracle.xml.util.XMLUtil
- Validates a XML Name
- validatePrefix(String) - Static method in class oracle.xml.util.XMLUtil
-
- 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
- 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
- value - Variable in class org.apache.soap.util.Bean
-
- 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(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
-
- valueOfXPathInPostedXML(String) - Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to return the value of any XPath expression against the posted XML document.
- variableValue(String, Element) - Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to return the value of a parameter variable.
- variableValues(String, Element) - Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to return the value of a parameter variable that might have multiple values.
- version() - Method in class oracle.soap.client.ServiceManagerClient
-
- version() - Method in interface oracle.soap.server.ServiceManager
- Returns the current soap version
- version() - Method in class oracle.soap.server.impl.ServiceManagerImpl
- Reurns current soap version
W
- WALLET_LOCATION - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- property used for defining wallet location used for HTTPS
- WALLET_PASSWORD - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- property used for defining wallet password used for HTTPS
- 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 - Static variable in class oracle.xml.parser.v2.XMLParseException
- Code for warning
- WARNING - Static variable in class oracle.xml.util.XMLException
- Code for warning
- WHITESPACE - Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- WILD_CARD - Static variable in interface oracle.soap.handlers.audit.Filter
-
- WRONG_DOCUMENT_ERR - Static variable in class org.w3c.dom.DOMException
- If a node is used in a different document than the one that created it (that doesn't support it)
- WaitQueue - class oracle.soap.providers.sp.WaitQueue.
- A
WaitQueue
instance is a container of objects that can be handed out to users in a serialized manner.
- WaitQueue(Object[]) - Constructor for class oracle.soap.providers.sp.WaitQueue
- Create a new wait queue given an array of objects that it should manage.
- walk_name_space(Context, String, String, Vector) - Static method in class oracle.soap.providers.ejb.SessionUtil
-
- warning(TransformerException) - Method in interface javax.xml.transform.ErrorListener
- Receive notification of a warning.
- warning(String, PipelineException) - Method in interface oracle.xml.pipeline.controller.PipelineErrorHandler
-
- warning(String, PipelineException) - Method in class oracle.xml.pipeline.controller.orapipe
- Handle all warnings thrown by the pipeline
- warning(SAXParseException) - Method in class oracle.xml.schemavalidator.DocErrorHandler
- Adds a warning message to the vector
- 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.
- wrapConnection(Connection, String) - Method in class oracle.xml.xsql.XSQLDatasourceConnectionManager
-
- write(OutputStream, String, short) - Method in class oracle.xdb.dom.XDBNode
- Writes the XML for this Node (and all subnodes) to an OutputStream.
- 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(int) - Method in class oracle.xml.parser.v2.XMLOutputStream
- Outputs character according to type of the output stream
- 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.XMLAttr
- This method saves the state of the object.
- writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.XMLCDATA
- 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.XMLComment
- 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.XMLDeclPI
- 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.XMLDocument
- 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.XMLElement
- This method saves the state of the object by writing the object information in a binary compressed stream.
- 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.XMLEntityReference
- 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.
- writeExternal(ObjectOutput) - Method in class oracle.xml.parser.v2.XMLPI
- 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.XMLText
- This method saves the state of the object by creating a binary compressed stream with information about this object.
- writeIndent() - Method in class oracle.xml.parser.v2.XMLOutputStream
- Output the indentation
- writeNewLine() - Method in class oracle.xml.parser.v2.XMLOutputStream
- Newline writer
- writeQuotedString(String) - Method in class oracle.xml.parser.v2.XMLOutputStream
- Write string with surrounding quotes
- writeRegistry() - Method in class oracle.soap.server.impl.BaseConfigManager
- Save the deployed descriptors to the registry
- writeRegistry() - Method in class oracle.soap.server.impl.BinaryProviderConfigManager
-
- writeRegistry() - Method in class oracle.soap.server.impl.BinaryServiceConfigManager
-
- writeRegistry() - Method in class oracle.soap.server.impl.XMLProviderConfigManager
-
- writeRegistry() - Method in class oracle.soap.server.impl.XMLServiceConfigManager
-
- writeTo(OutputStream) - Method in class org.apache.soap.rpc.SOAPContext
- Encode the root part or multipart and write to an OutputStream.
- writeTo(OutputStream) - Method in class org.apache.soap.transport.TransportMessage
- Write content.
- writeTo(OutputStream) - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Write the content to an OutputStream.
- writeToOutputStream(OutputStream) - Method in class oracle.xdb.XMLType
- Write the contents of the XMLType to an OutputStream
- writeToOutputStream(OutputStream) - Method in class oracle.xdb.dom.XDBNode
- Write the contents of the node to an OutputStream.
- 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
X
- XDBAttribute - class oracle.xdb.dom.XDBAttribute.
- This class implements the W3C DOM Node interface for interacting with XOBs.
- XDBBinaryDocument - class oracle.xdb.dom.XDBBinaryDocument.
-
- XDBBinaryDocument() - Constructor for class oracle.xdb.dom.XDBBinaryDocument
-
- XDBBinaryDocument(Connection) - Constructor for class oracle.xdb.dom.XDBBinaryDocument
-
- XDBBinaryDocument(Connection, long) - Constructor for class oracle.xdb.dom.XDBBinaryDocument
-
- XDBCData - class oracle.xdb.dom.XDBCData.
- This class implements the W3C Text interface
- XDBCharData - class oracle.xdb.dom.XDBCharData.
- This class implements the W3C CharacterData interface
- XDBComment - class oracle.xdb.dom.XDBComment.
- This class implements the W3C CharacterData interface
- XDBCookie - class oracle.xdb.servlet.XDBCookie.
- XDB cookie accessor class.
- XDBCookie(int) - Constructor for class oracle.xdb.servlet.XDBCookie
- Construct an XDBCookie given an index.
- XDBDOMException - exception oracle.xdb.dom.XDBDOMException.
-
- XDBDOMException(short, String) - Constructor for class oracle.xdb.dom.XDBDOMException
-
- XDBDOMNotFoundErrException - exception oracle.xdb.dom.XDBDOMNotFoundErrException.
-
- XDBDocFragment - class oracle.xdb.dom.XDBDocFragment.
- This class implements the W3C DocFragment interface
- XDBDocFragment(XDBDocument, long) - Constructor for class oracle.xdb.dom.XDBDocFragment
- Constructor of XDBDocFragment node
- XDBDocument - class oracle.xdb.dom.XDBDocument.
-
- XDBDocument() - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocument(Connection) - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocument(String) - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocument(Connection, String) - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocument(byte[]) - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocument(Connection, byte[]) - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocument(Connection, long) - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocument(XMLType, Connection, long) - Constructor for class oracle.xdb.dom.XDBDocument
-
- XDBDocumentType - class oracle.xdb.dom.XDBDocumentType.
- This class implements the W3C Notation interface
- XDBDomImplementation - class oracle.xdb.dom.XDBDomImplementation.
- This class implements the DOMImplementation class of DOM.
- XDBDomImplementation() - Constructor for class oracle.xdb.dom.XDBDomImplementation
-
- XDBDomImplementation(Connection) - Constructor for class oracle.xdb.dom.XDBDomImplementation
-
- XDBElement - class oracle.xdb.dom.XDBElement.
-
- XDBElement(XDBDocument, long) - Constructor for class oracle.xdb.dom.XDBElement
-
- XDBEntity - class oracle.xdb.dom.XDBEntity.
- This class implements the W3C Notation interface
- XDBEntityReference - class oracle.xdb.dom.XDBEntityReference.
- This class implements the W3C EntityReference interface
- XDBError - class oracle.xdb.XDBError.
- This class contains the error messages thrown by XDB.
- XDBError() - Constructor for class oracle.xdb.XDBError
-
- XDBNamedNodeMap - class oracle.xdb.dom.XDBNamedNodeMap.
-
- XDBNode - class oracle.xdb.dom.XDBNode.
- This class implements the W3C DOM Node interface for interacting with XOBs.
- XDBNodeList - class oracle.xdb.dom.XDBNodeList.
- This class implements the W3C NodeList interface
- XDBNotImplementedException - exception oracle.xdb.dom.XDBNotImplementedException.
-
- XDBNotImplementedException() - Constructor for class oracle.xdb.dom.XDBNotImplementedException
-
- XDBNotImplementedException(String) - Constructor for class oracle.xdb.dom.XDBNotImplementedException
-
- XDBNotation - class oracle.xdb.dom.XDBNotation.
- This class implements the W3C Notation interface
- XDBPrincipal - class oracle.xdb.servlet.XDBPrincipal.
- Implementation of java.security.principal for database user.
- XDBProcInst - class oracle.xdb.dom.XDBProcInst.
- This class implements the W3C DOM ProcessingInstruction interface.
- XDBServletConfig - class oracle.xdb.servlet.XDBServletConfig.
- Servlet configuration parameters (from the XML configuration resource)
- XDBServletContainer - class oracle.xdb.servlet.XDBServletContainer.
- XDB Servlet Container, called by the native HTTP server to handle servlet requests.
- XDBServletContainer() - Constructor for class oracle.xdb.servlet.XDBServletContainer
-
- XDBServletContext - class oracle.xdb.servlet.XDBServletContext.
- Servlet context for the current servlet.
- XDBServletContext() - Constructor for class oracle.xdb.servlet.XDBServletContext
-
- XDBServletRequest - class oracle.xdb.servlet.XDBServletRequest.
- Servlet request object.
- XDBServletRequest() - Constructor for class oracle.xdb.servlet.XDBServletRequest
-
- XDBServletResponse - class oracle.xdb.servlet.XDBServletResponse.
- Servlet response object, providing access to the HTTP response.
- XDBServletResponse() - Constructor for class oracle.xdb.servlet.XDBServletResponse
-
- XDBStream - interface oracle.xdb.servlet.XDBStream.
- Interface for supporting native streaming.
- XDBText - class oracle.xdb.dom.XDBText.
- This class implements the W3C Text interface
- XDB_DATA - Static variable in class oracle.xml.parser.v2.XMLNode
-
- XDTNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- 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
-
- XMISerializer - class org.apache.soap.util.xml.XMISerializer.
- An
XMISerializer
...
- XMISerializer() - Constructor for class org.apache.soap.util.xml.XMISerializer
-
- XMLAttr - class oracle.xml.parser.v2.XMLAttr.
- This class implements the DOM Attr interface and holds information on each attribute of an element.
- XMLAttr(XMLDocument) - Constructor for class oracle.xml.parser.v2.XMLAttr
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLAttr(XMLDocument, String, String) - Constructor for class oracle.xml.parser.v2.XMLAttr
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- 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 oracle.xml.parser.v2.XMLCDATA.
- 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
- XMLCDATA(XMLDocument) - Constructor for class oracle.xml.parser.v2.XMLCDATA
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLComment - class oracle.xml.parser.v2.XMLComment.
- This class implements the DOM Comment interface.
- XMLComment() - Constructor for class oracle.xml.parser.v2.XMLComment
- Deprecated. use createComment(String) method of XMLDocument
- XMLComment(XMLDocument) - Constructor for class oracle.xml.parser.v2.XMLComment
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLComment(String) - Constructor for class oracle.xml.parser.v2.XMLComment
- Deprecated. use createComment(String) method of XMLDocument
- XMLCompress - class oracle.xml.xmlcomp.XMLCompress.
- 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 oracle.xml.xmlcomp.XMLCompressBeanInfo.
- Provides information about the XLMCompress bean
- XMLCompressBeanInfo() - Constructor for class oracle.xml.xmlcomp.XMLCompressBeanInfo
-
- XMLDBAccess - class oracle.xml.xmldbaccess.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 oracle.xml.xmldbaccess.XMLDBAccessBeanInfo.
- This class provides information for the non-graphical XMLDBAccess bean.
- XMLDBAccessBeanInfo() - Constructor for class oracle.xml.xmldbaccess.XMLDBAccessBeanInfo
-
- XMLDECL_NODE - Static variable in class oracle.xml.parser.v2.XMLNode
- A attribute declaration node
- XMLDOMException - exception oracle.xml.parser.v2.XMLDOMException.
- This class is used to throw DOM exceptions.
- XMLDOMException(short, String) - Constructor for class oracle.xml.parser.v2.XMLDOMException
- Constructs a
XMLDOMException
exception with a specified message and a code.
- XMLDOMException(short) - Constructor for class oracle.xml.parser.v2.XMLDOMException
- Constructs a
XMLDOMException
exception with a specified message and a code.
- XMLDOMImplementation - class oracle.xml.parser.v2.XMLDOMImplementation.
- This class implements the DOMImplementation
- XMLDOMImplementation() - Constructor for class oracle.xml.parser.v2.XMLDOMImplementation
-
- XMLDecl - Static variable in interface oracle.xml.parser.v2.XMLToken
- XMLDecl ::= '<' '?'
- XMLDeclPI - class oracle.xml.parser.v2.XMLDeclPI.
- 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 oracle.xml.differ.XMLDiff.
- Defines an interface for comparing two XML files.
- XMLDiff() - Constructor for class oracle.xml.differ.XMLDiff
- Constructor
- XMLDiffBeanInfo - class oracle.xml.differ.XMLDiffBeanInfo.
- Provides information about the XMLDiff bean.
- XMLDiffBeanInfo() - Constructor for class oracle.xml.differ.XMLDiffBeanInfo
-
- XMLDocument - class oracle.xml.parser.v2.XMLDocument.
- 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 oracle.xml.parser.v2.XMLDocumentFragment.
- This class implements the DOM DocumentFragment interface.
- XMLDocumentFragment() - Constructor for class oracle.xml.parser.v2.XMLDocumentFragment
- Deprecated. use createDocumentFragment() method in XMLDocuemnt
- XMLDocumentFragment(XMLDocument) - Constructor for class oracle.xml.parser.v2.XMLDocumentFragment
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLDocumentHandler - interface oracle.xml.parser.v2.XMLDocumentHandler.
- This interface extends the
org.xml.sax.DocumentHandler
interface.
- XMLElement - class oracle.xml.parser.v2.XMLElement.
- This class implements the DOM
Element
Interface
- XMLElement(XMLDocument) - Constructor for class oracle.xml.parser.v2.XMLElement
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLElement(XMLDocument, String, String) - Constructor for class oracle.xml.parser.v2.XMLElement
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLEntity - class oracle.xml.parser.v2.XMLEntity.
- This class implements the DOM
Entity
interface and represens 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 oracle.xml.parser.v2.XMLEntityReference.
- 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 oracle.xml.parser.v2.XMLError.
- 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 oracle.xml.util.XMLError.
- This class hold error message and the line number where it occured
- XMLError() - Constructor for class oracle.xml.util.XMLError
- Default constructor
- XMLException - exception oracle.xml.util.XMLException.
- Indicates that a parsing exception occurred while processing an XML document
- XMLException(String, String, String, int, int, int) - Constructor for class oracle.xml.util.XMLException
-
- XMLException(XMLError, int) - Constructor for class oracle.xml.util.XMLException
-
- XMLException(XMLError, int, Exception) - Constructor for class oracle.xml.util.XMLException
-
- XMLException(XMLError, Exception) - Constructor for class oracle.xml.util.XMLException
-
- XMLFilter - interface org.xml.sax.XMLFilter.
- Interface for an XML filter.
- XMLFilterImpl - class org.xml.sax.helpers.XMLFilterImpl.
- 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.
- XMLJavaMappingRegistry - class org.apache.soap.util.xml.XMLJavaMappingRegistry.
- An
XMLJavaMappingRegistry
...
- XMLJavaMappingRegistry() - Constructor for class org.apache.soap.util.xml.XMLJavaMappingRegistry
-
- XMLMultiHandler - class oracle.xml.parser.v2.XMLMultiHandler.
- 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
-
- XMLNS - Static variable in class org.xml.sax.helpers.NamespaceSupport
- The XML Namespace as a constant.
- XMLNSNode - class oracle.xml.parser.v2.XMLNSNode.
- Extends XMLNode to add support for Namespace names and children
- XMLNode - class oracle.xml.parser.v2.XMLNode.
- Implements the DOM
Node
interface and serves as the primary datatype for the entire Document Object Model.
- XMLNode() - Constructor for class oracle.xml.parser.v2.XMLNode
- Constructs a new
XMLNode
- XMLNotation - class oracle.xml.parser.v2.XMLNotation.
- 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
- XMLOutputStream - class oracle.xml.parser.v2.XMLOutputStream.
- XMLOutputSteam -- writes output stream, can handle XML encoding
- XMLOutputStream(OutputStream) - Constructor for class oracle.xml.parser.v2.XMLOutputStream
- Builds the ASCII output stream
- XMLOutputStream(Writer) - Constructor for class oracle.xml.parser.v2.XMLOutputStream
- Builds the output stream from PrintWriter
- XMLOutputStream(PrintWriter) - Constructor for class oracle.xml.parser.v2.XMLOutputStream
- Builds the output stream from PrintWriter
- XMLPI - class oracle.xml.parser.v2.XMLPI.
- 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(XMLDocument) - Constructor for class oracle.xml.parser.v2.XMLPI
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLPI(String, String) - Constructor for class oracle.xml.parser.v2.XMLPI
- Deprecated. see createProcessingInstruction(String) of XMLDocument
- XMLParameterSerializer - class org.apache.soap.encoding.literalxml.XMLParameterSerializer.
- An
XMLParameterSerializer
is used to serialize and deserialize parameters using the literal xml
encoding style.
- XMLParameterSerializer() - Constructor for class org.apache.soap.encoding.literalxml.XMLParameterSerializer
-
- XMLParseException - exception oracle.xml.parser.v2.XMLParseException.
- Indicates that a parsing exception occurred while processing an XML document
- XMLParseException(String, String, String, int, int, int) - Constructor for class oracle.xml.parser.v2.XMLParseException
-
- XMLParser - class oracle.xml.parser.v2.XMLParser.
- This class serves as a base class for the
DOMParser
and SAXParser
classes.
- XMLParserUtils - class org.apache.soap.util.xml.XMLParserUtils.
- XML Parser Utilities Provides methods to set and use JAXP compatible XML parsers.
- XMLParserUtils() - Constructor for class org.apache.soap.util.xml.XMLParserUtils
-
- XMLPrintDriver - class oracle.xml.parser.v2.XMLPrintDriver.
- 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
- XMLProviderConfigManager - class oracle.soap.server.impl.XMLProviderConfigManager.
XMLProviderConfigManager
is an implementation of a provider manager that stores its deployment information in a file.
- XMLProviderConfigManager() - Constructor for class oracle.soap.server.impl.XMLProviderConfigManager
-
- XMLReader - interface org.xml.sax.XMLReader.
- Interface for reading an XML document using callbacks.
- XMLReaderAdapter - class org.xml.sax.helpers.XMLReaderAdapter.
- 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 org.xml.sax.helpers.XMLReaderFactory.
- Factory for creating an XML reader.
- XMLSAXSerializer - class oracle.xml.parser.v2.XMLSAXSerializer.
- Class to print the document based on SAX Events
- XMLSAXSerializer(PrintWriter) - Constructor for class oracle.xml.parser.v2.XMLSAXSerializer
- Create a XMLSAXSerializer to print the XML to the given PrintWriter
- XMLSAXSerializer(OutputStream) - Constructor for class oracle.xml.parser.v2.XMLSAXSerializer
- Create a XMLSAXSerializer to print the XML to the given OutputStream
- XMLSchema - class oracle.xml.parser.schema.XMLSchema.
- This class represents XML Schema component model.
- XMLSchema() - Constructor for class oracle.xml.parser.schema.XMLSchema
- XMLSchema constructor.
- XMLSchemaNode - class oracle.xml.parser.schema.XMLSchemaNode.
- 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.
- XMLServiceConfigManager - class oracle.soap.server.impl.XMLServiceConfigManager.
- XMLServiceConfigManager maintains a registry of deployed services as a serialized object in a file.
- XMLServiceConfigManager() - Constructor for class oracle.soap.server.impl.XMLServiceConfigManager
-
- XMLText - class oracle.xml.parser.v2.XMLText.
- 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
- XMLText(XMLDocument) - Constructor for class oracle.xml.parser.v2.XMLText
- Protected constructor used to create custom DOM Node using XMLDocument as the factory.
- XMLToken - interface oracle.xml.parser.v2.XMLToken.
- Basic interface for XMLToken All XMLParser applications with Tokenizer feature must implement this interface.
- XMLTokenizer - class oracle.xml.parser.v2.XMLTokenizer.
- 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 oracle.xdb.XMLType.
- Class that deals with XMLType objects.
- XMLType(Connection, String) - Constructor for class oracle.xdb.XMLType
- Construct an XMLType given the string containing the XML data
- XMLType(Connection, String, String) - Constructor for class oracle.xdb.XMLType
-
- XMLType(Connection, String, String, boolean, boolean) - Constructor for class oracle.xdb.XMLType
- Construct an XMLType given the string containing the XML data
- XMLType(Connection, String, String, boolean, boolean, String) - Constructor for class oracle.xdb.XMLType
-
- XMLType(Connection, CLOB) - Constructor for class oracle.xdb.XMLType
- Construct an XMLType given a CLOB containing the XML data
- XMLType(Connection, CLOB, String) - Constructor for class oracle.xdb.XMLType
-
- XMLType(Connection, CLOB, String, boolean, boolean) - Constructor for class oracle.xdb.XMLType
- Construct an XMLType given a CLOB containing the XML data
- XMLType(Connection, CLOB, String, boolean, boolean, String) - Constructor for class oracle.xdb.XMLType
-
- XMLType(Connection, BLOB, int) - Constructor for class oracle.xdb.XMLType
- Construct an XMLType given a BLOB containing the XML data
- XMLType(Connection, BLOB, int, String) - Constructor for class oracle.xdb.XMLType
-
- XMLType(Connection, InputStream) - Constructor for class oracle.xdb.XMLType
- Construct an XMLType given a InputStream containing the XML data.
- XMLType(Connection, InputStream, String) - Constructor for class oracle.xdb.XMLType
-
- XMLType(OpaqueDescriptor, Connection, Object) - Constructor for class oracle.xdb.XMLType
- Create an XMLType given an opaque descriptor, connection and a pickled image.
- XMLType(OpaqueDescriptor, Connection, Object, String) - Constructor for class oracle.xdb.XMLType
-
- XMLType(Connection, Document) - Constructor for class oracle.xdb.XMLType
- Constructor to create an XMLType given an instance of the DOM document
- XMLTypeFactory - class oracle.xdb.XMLTypeFactory.
- The XMLTypeFactory which instantiates the XMLType classes.
- XMLTypeFactory() - Constructor for class oracle.xdb.XMLTypeFactory
-
- XMLUtil - class oracle.xml.util.XMLUtil.
-
- XMLUtil() - Constructor for class oracle.xml.util.XMLUtil
-
- XML_DECL - Static variable in class org.apache.soap.Constants
-
- XML_PARSER - Static variable in class org.apache.soap.Constants
-
- XPathProcess - class oracle.xml.pipeline.processes.XPathProcess.
- Extends the pipeline Process class to select node(s) from an XML Document or an XML DocumentFragment, given an XPath pattern.
- XSDAttribute - class oracle.xml.parser.schema.XSDAttribute.
- Represents XMLSchema attribute declaration component
- XSDBuilder - class oracle.xml.parser.schema.XSDBuilder.
- Builds an XMLSchema object from XMLSchema document.
- XSDBuilder() - Constructor for class oracle.xml.parser.schema.XSDBuilder
- XSDBuilder constructor
- XSDComplexType - class oracle.xml.parser.schema.XSDComplexType.
- XSDComplexType represents schema complexType definition
- XSDConstantValues - interface oracle.xml.parser.schema.XSDConstantValues.
- This interface defines constants used in schema processor
- XSDConstants - class oracle.xml.parser.schema.XSDConstants.
- Deprecated. This class is replaced by XSDConstantValues
- XSDConstants() - Constructor for class oracle.xml.parser.schema.XSDConstants
- Deprecated.
- XSDConstrainingFacet - class oracle.xml.parser.schema.XSDConstrainingFacet.
- This class represents constraining facets for Schema datatypes.
- XSDDataValue - class oracle.xml.parser.schema.XSDDataValue.
- 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 oracle.xml.parser.schema.XSDElement.
- Represents XMLSchema element declaration component
- XSDException - exception oracle.xml.parser.schema.XSDException.
-
- XSDGroup - class oracle.xml.parser.schema.XSDGroup.
- This class represents Schema model groups: group, all, sequence and choice
- XSDIdentity - class oracle.xml.parser.schema.XSDIdentity.
- Represents XMLSchema identity constraint: unique, key and keyref
- XSDNode - class oracle.xml.parser.schema.XSDNode.
- Root class for most of XSD classes.
- XSDParticleNode - interface oracle.xml.parser.schema.XSDParticleNode.
-
- 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 oracle.xml.pipeline.processes.XSDSchemaBuilder.
- Extends the pipeline Process class to create a wrapper around XSDBuilder to be used by the pipeline framework.
- XSDSimpleType - class oracle.xml.parser.schema.XSDSimpleType.
- This class represents Schema simpleType definitions
- XSDSimpleType(int, String) - Constructor for class oracle.xml.parser.schema.XSDSimpleType
- Deprecated.
- XSDTypeConstants - interface oracle.xml.parser.schema.XSDTypeConstants.
-
- XSDValProcess - class oracle.xml.pipeline.processes.XSDValProcess.
- Extends the pipeline Process class to validate an XML dom node against an xml schema using oracle.xml.parser.schema.XSDValidator.
- XSDValidator - class oracle.xml.parser.schema.XSDValidator.
- XSDValidator validates instance XML document against an XMLSchema.
- XSDValidator() - Constructor for class oracle.xml.parser.schema.XSDValidator
- XSDValidator constructor.
- XSDValidator - class oracle.xml.schemavalidator.XSDValidator.
- 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 oracle.xml.schemavalidator.XSDValidatorBeanInfo.
- Provides information about the XSDValidator bean
- XSDValidatorBeanInfo() - Constructor for class oracle.xml.schemavalidator.XSDValidatorBeanInfo
-
- XSIRECNS - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- XSITYPE_ABSENT - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- XSLException - exception oracle.xml.parser.v2.XSLException.
- Indicates that an exception occurred during XSL tranformation
- XSLException(String) - Constructor for class oracle.xml.parser.v2.XSLException
- Constructs a XSLException with the given message
- XSLExtensionElement - class oracle.xml.parser.v2.XSLExtensionElement.
- Base element for extension elements
- XSLExtensionElement() - Constructor for class oracle.xml.parser.v2.XSLExtensionElement
- Default Constructor
- XSLProcess - class oracle.xml.pipeline.processes.XSLProcess.
- Extends the pipeline Process class to create a wrapper around JXTransformer to be used by the pipeline framework.
- XSLProcessor - class oracle.xml.parser.v2.XSLProcessor.
- 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 oracle.xml.parser.v2.XSLProcessor.XSLTVersion.
- Version class used in XSLProcessor.setXSLTVersion()
- XSLProcessor.XSLTVersion() - Constructor for class oracle.xml.parser.v2.XSLProcessor.XSLTVersion
- Default constructor.
- XSLStylesheet - class oracle.xml.parser.v2.XSLStylesheet.
- 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 oracle.xml.pipeline.processes.XSLStylesheetProcess.
- 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 oracle.xml.parser.v2.XSLTContext.
- Class for Xpath processing Context
- XSLTransformer - class oracle.xml.async.XSLTransformer.
- 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 oracle.xml.async.XSLTransformerBeanInfo.
- This class provides information about the XSLTransformer Bean.
- XSLTransformerBeanInfo() - Constructor for class oracle.xml.async.XSLTransformerBeanInfo
- The default Constructor
- XSLTransformerErrorEvent - class oracle.xml.async.XSLTransformerErrorEvent.
- 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 oracle.xml.async.XSLTransformerErrorListener.
- This interface must be implemented in order to receive notifications about error events during the asynchronous transformation.
- XSLTransformerEvent - class oracle.xml.async.XSLTransformerEvent.
- 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 oracle.xml.async.XSLTransformerListener.
- This interface must be implemented in order to receive notifications about events during the asynchronous transformation.
- XSQLActionHandler - interface oracle.xml.xsql.XSQLActionHandler.
- 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 oracle.xml.xsql.XSQLActionHandlerImpl.
- Base Implementation of XSQLActionHandler that can be extended to create your own custom handlers.
- XSQLActionHandlerImpl() - Constructor for class oracle.xml.xsql.XSQLActionHandlerImpl
-
- XSQLCommandLine - class oracle.xml.xsql.XSQLCommandLine.
- Command-line Utility to process XSQL Pages.
- XSQLCommandLine() - Constructor for class oracle.xml.xsql.XSQLCommandLine
-
- XSQLConnection - class oracle.xml.xsql.XSQLConnection.
-
- XSQLConnection(Connection, String) - Constructor for class oracle.xml.xsql.XSQLConnection
-
- XSQLConnection(Connection, String, boolean) - Constructor for class oracle.xml.xsql.XSQLConnection
-
- XSQLConnectionManager - interface oracle.xml.xsql.XSQLConnectionManager.
- One of two interfaces that must be implemented to override the built-in connection manager implementation.
- XSQLConnectionManagerFactory - interface oracle.xml.xsql.XSQLConnectionManagerFactory.
- One of two interfaces that must be implemented to override the built-in connection manager implementation.
- XSQLDatasourceConnectionManager - class oracle.xml.xsql.XSQLDatasourceConnectionManager.
- 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 oracle.xml.xsql.XSQLDiagnostic.
-
- XSQLDiagnostic(String) - Constructor for class oracle.xml.xsql.XSQLDiagnostic
-
- XSQLDocumentSerializer - interface oracle.xml.xsql.XSQLDocumentSerializer.
- Interface that must be implemented by all XSQL Serializers which serialize an XSQL data page as an XML Document to a PrintWriter.
- XSQLError - class oracle.xml.xsql.XSQLError.
- Represents a fatal error in the XSQL page processing engine.
- XSQLErrorHandler - interface oracle.xml.xsql.XSQLErrorHandler.
- 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 oracle.xml.xsql.XSQLErrorWriter.
-
- 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 oracle.xml.xsql.XSQLHttpUtil.
-
- XSQLHttpUtil() - Constructor for class oracle.xml.xsql.XSQLHttpUtil
-
- XSQLLogger - interface oracle.xml.xsql.XSQLLogger.
- One of two interfaces that must be implemented to provide a custom logging implementation.
- XSQLLoggerFactory - interface oracle.xml.xsql.XSQLLoggerFactory.
- One of two interfaces that must be implemented to provide a custom logging implementation.
- XSQLNamedConnection - class oracle.xml.xsql.XSQLNamedConnection.
-
- XSQLNamedConnectionManager - class oracle.xml.xsql.XSQLNamedConnectionManager.
-
- XSQLNamedConnectionManager() - Constructor for class oracle.xml.xsql.XSQLNamedConnectionManager
-
- XSQLPageRequest - interface oracle.xml.xsql.XSQLPageRequest.
- Interface representing a request for an XSQL Page
- XSQLPageRequestImpl - class oracle.xml.xsql.XSQLPageRequestImpl.
- 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 oracle.xml.xsql.XSQLParserHelper.
- Common XML Parsing Routines
- XSQLParserHelper() - Constructor for class oracle.xml.xsql.XSQLParserHelper
-
- XSQLRequest - class oracle.xml.xsql.XSQLRequest.
- 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 oracle.xml.xsql.XSQLRequestObjectListener.
- 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 oracle.xml.xsql.XSQLServlet.
- Servlet to enable HTTP GET-ing of and POST-ing to XSQL Pages
- XSQLServlet() - Constructor for class oracle.xml.xsql.XSQLServlet
-
- XSQLServletPageRequest - class oracle.xml.xsql.XSQLServletPageRequest.
-
- XSQLServletPageRequest(HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class oracle.xml.xsql.XSQLServletPageRequest
-
- XSQLStylesheetProcessor - class oracle.xml.xsql.XSQLStylesheetProcessor.
- XSLT Stylesheet Processing Engine
- XSQLStylesheetProcessor() - Constructor for class oracle.xml.xsql.XSQLStylesheetProcessor
-
- XSQLUtil - class oracle.xml.xsql.XSQLUtil.
-
- XSQLUtil() - Constructor for class oracle.xml.xsql.XSQLUtil
-
- XmlUtils - class oracle.soap.util.xml.XmlUtils.
-
- XmlUtils() - Constructor for class oracle.soap.util.xml.XmlUtils
-
- xDocIsEsc - Variable in class oracle.xml.sql.dml.OracleXMLSave
-
- xdbGetNodeId() - Method in class oracle.xml.parser.v2.XMLNode
-
- xml2JavaClassName - Variable in class org.apache.soap.server.TypeMapping
-
- 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
- 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.
- 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
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
-
- ZeroFilter - class oracle.soap.handlers.audit.ZeroFilter.
- This implementation of the Filter interface in which the apply() method always returns false.
- ZeroFilter() - Constructor for class oracle.soap.handlers.audit.ZeroFilter
-
_
- _SQL_NAME - Static variable in class oracle.xdb.XMLType
- A constant set to SYS.XMLTYPE.
- _SQL_TYPECODE - Static variable in class oracle.xdb.XMLType
- A constant set to OPAQUE oracle type.
- _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.
- _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
-
- _attrTag - 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
-
- _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
-
- _elemFormDefault - 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
-
- _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
-
- _pageParameters - Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- _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
-
- _schema - 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
-
- _strict - Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- _styleParams - Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- _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 _
Copyright © 2003, 2005, Oracle. All rights reserved.