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 _
A
- acceptNode(Node) -
Method in interface org.w3c.dom.traversal.NodeFilter
- Test whether a specified node is visible in the logical view of a
TreeWalker
or NodeIterator
.
- activeFound() -
Method in class oracle.xml.async.ResourceManager
- Checks if any of the logical resources being managed are in active use
- addAttr(String, String, String, String, boolean, int) -
Method in class oracle.xml.parser.v2.SAXAttrList
-
- addAttr(String, String, String, String, boolean, int, String) -
Method in class oracle.xml.parser.v2.SAXAttrList
-
- addAttribute(String, String) -
Method in class oracle.xml.classgen.CGXSDElement
- Add the attribute of a given node to the hashtable.
- addAttribute(String, String, String) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Add an attribute to an attribute list.
- addAttribute(String, String, String, String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Add an attribute to the end of the list.
- addCDATASection(String) -
Method in class oracle.xml.classgen.CGNode
- Adds CDATA Section to the Element
- addData(String) -
Method in class oracle.xml.classgen.CGNode
- Adds PCDATA to the XMLElement theElement
- addDOMBuilderErrorListener(DOMBuilderErrorListener) -
Method in class oracle.xml.async.DOMBuilder
- Adds DOMBuilderErrorListener
- addDOMBuilderListener(DOMBuilderListener) -
Method in class oracle.xml.async.DOMBuilder
- Adds DOMBuilderListener
- addElement(Object) -
Method in class oracle.xml.classgen.CGXSDElement
- Add the elements of a given element node to the vector correspondig
to the elements.
- addEventListener(String, EventListener, boolean) -
Method in class oracle.xml.parser.v2.XMLNode
- DOMEvents
- addEventListener(String, EventListener, boolean) -
Method in interface org.w3c.dom.events.EventTarget
- This method allows the registration of event listeners on the event
target.
- addID(String, XMLElement) -
Method in class oracle.xml.parser.v2.XMLDocument
- Add a ID Element associated with this document
- addIndent(int) -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- ADDITION -
Static variable in interface org.w3c.dom.events.MutationEvent
- The
Attr
was just added.
- addNode(CGNode) -
Method in class oracle.xml.classgen.CGNode
- Adds a node as a child to the element
- addResultElement(Node, String, String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to add a single element with text
content as the result of your action handler.
- addText(char[], int, int) -
Method in class oracle.xml.parser.v2.XMLNSNode
- Adds text to this node, or appends str to the last child
if the last child is a text node.
- addText(char[], int, int) -
Method in class oracle.xml.parser.v2.XMLText
- Adds text to the data of the text node, similar to appendData
- addText(String) -
Method in class oracle.xml.parser.v2.XMLPI
-
- addText(String) -
Method in class oracle.xml.parser.v2.XMLNSNode
- Adds text to this node, or appends str to the last child
if the last child is a text node.
- addText(String) -
Method in class oracle.xml.parser.v2.XMLAttr
-
- addText(String) -
Method in class oracle.xml.parser.v2.XMLComment
-
- addXSLTransformerErrorListener(XSLTransformerErrorListener) -
Method in class oracle.xml.async.XSLTransformer
- Adds an XSLTransformer error event listener
- addXSLTransformerListener(XSLTransformerListener) -
Method in class oracle.xml.async.XSLTransformer
- Adds a XSLTransformer listener
- adoptNode(Node) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- alreadyGotOutputStream -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- alreadyGotWriter -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- ANY -
Static variable in class oracle.xml.parser.v2.ElementDecl
- Element content type - Children can be any element
- ANY_SIMPLE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- ANY_URI -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- APOS -
Static variable in class oracle.xml.xsql.XSQLStylesheetProcessor
-
- appendChild(Node) -
Method in class oracle.xml.parser.v2.XMLNode
- Adds the node
newChild
to the end of the list of children of
this node.
- appendChild(Node) -
Method in class oracle.xml.parser.v2.XMLNSNode
- Adds the node
newChild
to the end of the list of children of
this node.
- appendChild(Node) -
Method in class oracle.xml.parser.v2.XMLDocument
- Appends a new node to the document
- appendChild(Node) -
Method in interface org.w3c.dom.Node
- Adds the node
newChild
to the end of the list of children
of this node.
- appendCopyOfSecondaryDocument(Node, Document) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to append a copy of the entire content
of one XML document to another.
- appendData(String) -
Method in interface org.w3c.dom.CharacterData
- Append the string to the end of the character data of the node.
- appendSecondaryDocument(Node, Document) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to append the entire content
of one XML document to another.
- ASTERISK -
Static variable in class oracle.xml.parser.v2.ElementDecl
- ContentModelParseTreeNode type - "*" node (has one children)
- AT_TARGET -
Static variable in interface org.w3c.dom.events.Event
- The event is currently being evaluated at the target
EventTarget
.
- AttListDecl -
Static variable in interface oracle.xml.parser.v2.XMLToken
- AttListDecl ::= '<' '!' 'ATTLIST' S Name AttDef* S? '>'
- AttName -
Static variable in interface oracle.xml.parser.v2.XMLToken
- AttName ::= Name
- Attr - interface org.w3c.dom.Attr.
- The
Attr
interface represents an attribute in an
Element
object. - AttrDecl - class oracle.xml.parser.v2.AttrDecl.
- This class hold information about each attribute declared in an attribute
list in the Document Type Definition.
- ATTRDECL -
Static variable in class oracle.xml.parser.v2.XMLNode
- A attribute declaration node
- AttrDecl() -
Constructor for class oracle.xml.parser.v2.AttrDecl
- Default constructor.
- Attribute -
Static variable in interface oracle.xml.parser.v2.XMLToken
- Attribute ::= AttName Eq AttValue
- ATTRIBUTE_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
Attr
.
- attributeDecl(String, String, String, String, String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report an attribute type declaration.
- attributeDecl(String, String, String, String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report an attribute type declaration.
- AttributeList - interface org.xml.sax.AttributeList.
- Deprecated. This interface has been replaced by the SAX2
Attributes
interface, which includes Namespace support. - AttributeListImpl - class org.xml.sax.helpers.AttributeListImpl.
- Deprecated. This class implements a deprecated interface,
AttributeList
;
that interface has been replaced by
Attributes
,
which is implemented in the
AttributesImpl
helper class. - AttributeListImpl() -
Constructor for class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Create an empty attribute list.
- AttributeListImpl(AttributeList) -
Constructor for class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Construct a persistent copy of an existing attribute list.
- attributes -
Variable in class oracle.xml.parser.v2.XMLParser
-
- Attributes - interface org.xml.sax.Attributes.
- Interface for a list of XML attributes.
- AttributesImpl - class org.xml.sax.helpers.AttributesImpl.
- Default implementation of the Attributes interface.
- AttributesImpl() -
Constructor for class org.xml.sax.helpers.AttributesImpl
- Construct a new, empty AttributesImpl object.
- AttributesImpl(Attributes) -
Constructor for class org.xml.sax.helpers.AttributesImpl
- Copy an existing Attributes object.
- AttValue -
Static variable in interface oracle.xml.parser.v2.XMLToken
- AttValue ::= '"' ([^<&"] | Reference)* '"'
- Auto_Events -
Static variable in class oracle.xml.parser.v2.XMLNode
-
B
- BAD_BOUNDARYPOINTS_ERR -
Static variable in class org.w3c.dom.ranges.RangeException
- If the boundary-points of a Range do not meet specific requirements.
- BASE_URL -
Static variable in class oracle.xml.parser.v2.XMLParser
- Base URL used in parsing entities.
- BASE_URL -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Base URL used in parsing entities.
- BASE64_BINARY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- baseuri -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- baseUriOf(String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- BINARY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- BOOLEAN -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- BUBBLING_PHASE -
Static variable in interface org.w3c.dom.events.Event
- The current event phase is the bubbling phase.
- build(InputStream, URL) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build an XMLSchema object
- build(Reader, URL) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build an XMLSchema object
- build(String) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build an XMLSchema object
- build(String, String) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build an XMLSchema object
- build(String, URL) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build an XMLSchema object
- build(URL) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build an XMLSchema object
- build(XMLDocument[], URL) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build XMLSchema from Array of XML documents
- build(XMLDocument, String, String, URL) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build an XMLSchema object
- build(XMLDocument, URL) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Build XMLSchema from XML document
- BYTE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
C
- capturing -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- CAPTURING_PHASE -
Static variable in interface org.w3c.dom.events.Event
- The current event phase is the capturing phase.
- CDATA -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - StringType - CDATA
- CDATA -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- CDATA_SECTION_ELEMENTS -
Static variable in class javax.xml.transform.OutputKeys
- cdata-section-elements = expanded names.
- CDATA_SECTION_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
CDATASection
.
- CDATASection - interface org.w3c.dom.CDATASection.
- CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
- cDATASection(char[], int, int) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- Receive notification of a CDATA Section.
- cDATASection(char[], int, int) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of CDATA Section data inside an element.
- cDATASection(char[], int, int) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of a CDATA Section.
- cDATASection(char[], int, int) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of a CDATA Section.
- CDSect -
Static variable in interface oracle.xml.parser.v2.XMLToken
- CDSect ::= CDStart CData CDEnd
- CENTURY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- CGDocument - class oracle.xml.classgen.CGDocument.
- Serves as the base document class for the DTD compiler generated classes
- CGDocument(String, DTD) -
Constructor for class oracle.xml.classgen.CGDocument
- Constructor for the Root element of the DTD
- CGNode - class oracle.xml.classgen.CGNode.
- Serves as the base class for nodes generated by the DTD compiler
- CGNode(String) -
Constructor for class oracle.xml.classgen.CGNode
- Constructor for the Elements of the DOM Tree
- CGXSDElement - class oracle.xml.classgen.CGXSDElement.
- This class serves as the base class for the all the generated classes
corresponding to the XML Schema generated by Schema Class Generator
- CGXSDElement() -
Constructor for class oracle.xml.classgen.CGXSDElement
-
- CharacterData - interface org.w3c.dom.CharacterData.
- The
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM. - characters(char[], int, int) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of character data inside an element.
- characters(char[], int, int) -
Method in class oracle.xml.parser.schema.XSDValidator
- Propagate notification of character data inside an element.
- characters(char[], int, int) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of character data inside an element
- characters(char[], int, int) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of character data inside an element.
- characters(char[], int, int) -
Method in interface org.xml.sax.ContentHandler
- Receive notification of character data.
- characters(char[], int, int) -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of character data.
- characters(char[], int, int) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 characters event.
- characters(char[], int, int) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter a character data event.
- characters(char[], int, int) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of character data inside an element.
- characters(char[], int, int) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 characters event.
- CharData -
Static variable in interface oracle.xml.parser.v2.XMLToken
- CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)
- classForName(String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- cleanLobList() -
Method in class oracle.xml.sql.dml.OracleXMLSave
-
- clear() -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Clear the attribute list.
- clear() -
Method in class org.xml.sax.helpers.AttributesImpl
- Clear the attribute list for reuse.
- clearParameters() -
Method in class oracle.xml.jaxp.JXTransformer
- Clear all parameters set with setParameter.
- clearParameters() -
Method in class javax.xml.transform.Transformer
- Clear all parameters set with setParameter.
- cloneContents() -
Method in interface org.w3c.dom.ranges.Range
- Duplicates the contents of a Range
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.XMLElement
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.XMLDeclPI
- Returns a duplicate of this node, i.e., serves as a generic copy
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.XMLNode
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.XMLAttr
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.ElementDecl
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.XMLNotation
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.XMLEntity
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneNode(boolean) -
Method in class oracle.xml.parser.v2.XMLDocument
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneNode(boolean) -
Method in interface org.w3c.dom.Node
- Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneRange() -
Method in interface org.w3c.dom.ranges.Range
- Produces a new Range whose boundary-points are equal to the
boundary-points of the Range.
- close() -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- close() -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Closes the output stream or print writer
- close() -
Method in interface oracle.xml.parser.v2.PrintDriver
- Closes the output stream or print writer
- close() -
Method in class oracle.xml.sql.dml.OracleXMLSave
- It closes/deallocates all the context associated with this object.
- close() -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Close any open resource, created by the OracleXML engine.
- close() -
Method in class oracle.xml.xsql.XSQLConnection
-
- code -
Variable in class org.w3c.dom.DOMException
-
- code -
Variable in class org.w3c.dom.ranges.RangeException
-
- code -
Variable in class org.w3c.dom.events.EventException
-
- col -
Variable in class oracle.xml.util.XMLError
-
- collapse(boolean) -
Method in interface org.w3c.dom.ranges.Range
- Collapse a Range onto one of its boundary-points
- collectTimingInfo(boolean) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Internal use
- COMMA -
Static variable in class oracle.xml.parser.v2.ElementDecl
- ContentModelParseTreeNode type - "," node (has two children)
- Comment - interface org.w3c.dom.Comment.
- This interface inherits from
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'. - Comment -
Static variable in interface oracle.xml.parser.v2.XMLToken
- Comment ::= '<' '!' '--' ((Char - '-') | ('-' (Char - '-')))* '-->'
- COMMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Comment
.
- comment(char[], int, int) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report an XML comment anywhere in the document.
- comment(char[], int, int) -
Method in interface org.xml.sax.ext.LexicalHandler
- Report an XML comment anywhere in the document.
- comment(String) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- Receive notification of a comment.
- comment(String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of a comment.
- comment(String) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of a comment.
- comment(String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of a comment.
- COMPACT -
Static variable in class oracle.xml.parser.v2.XMLOutputStream
-
- compareBoundaryPoints(short, Range) -
Method in interface org.w3c.dom.ranges.Range
- Compare the boundary-points of two Ranges in a document.
- compareTo(XSDDataValue) -
Method in class oracle.xml.parser.schema.XSDDataValue
- Compare two values
return int -1 -- smaller, 0 -- equal, 1 -- greater
- conn -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- connFactory -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- ContentHandler - interface org.xml.sax.ContentHandler.
- Receive notification of the logical content of a document.
- create() -
Method in interface oracle.xml.xsql.XSQLConnectionManagerFactory
-
- createAttribute(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an
Attr
of the given name.
- createAttribute(String) -
Method in interface org.w3c.dom.Document
- Creates an
Attr
of the given name.
- createAttribute(String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an attribute node with the specified tag, and text.
- createAttribute(String, String, String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Deprecated. use createAttributeNS
- createAttributeNS(String, String) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- createAttributeNS(String, String) -
Method in interface org.w3c.dom.Document
- Creates an attribute of the given qualified name and namespace URI.
- createAttributeNS(String, String, String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an attribute node with the specified tag, and text.
- createBLOBTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Create BLOB table
- createCDATASection(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a CDATA node with the specified text.
- createCDATASection(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a
CDATASection
node whose value is the specified
string.
- createCDATASection(String) -
Method in interface org.w3c.dom.Document
- Creates a
CDATASection
node whose value is the specified
string.
- createComment(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a comment node with the specified text.
- createComment(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a
Comment
node given the specified string.
- createComment(String) -
Method in interface org.w3c.dom.Document
- Creates a
Comment
node given the specified string.
- createDocument() -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a document node.
- createDocument(String, String, DocumentType) -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
- Creates an empty DocumentType node.
- createDocument(String, String, DocumentType) -
Method in interface org.w3c.dom.DOMImplementation
- Creates an XML
Document
object of the specified type with
its document element.
- createDocumentBuilder() -
Method in class oracle.xml.parser.v2.DOMParser
- This factory method allow subclasses of DOMParser to supply different subclasses
of the DocumentBuilder.
- createDocumentFragment() -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a document fragment node with the specified tag.
- createDocumentFragment() -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an empty
DocumentFragment
object.
- createDocumentFragment() -
Method in interface org.w3c.dom.Document
- Creates an empty
DocumentFragment
object.
- createDocumentType(String, String, String) -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
- Creates an XML Document object of the specified type with its document
element
- createDocumentType(String, String, String) -
Method in interface org.w3c.dom.DOMImplementation
- Creates an empty
DocumentType
node.
- createElement(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an Element node with the specified tag.
- createElement(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an element of the type specified.
- createElement(String) -
Method in interface org.w3c.dom.Document
- Creates an element of the type specified.
- createElementNS(String, String) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- createElementNS(String, String) -
Method in interface org.w3c.dom.Document
- Creates an element of the given qualified name and namespace URI.
- createElementNS(String, String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an Element node with the specified local name,prefix ,
namespaceURI.
- createEntityReference(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an entity reference node with the specified tag.
- createEntityReference(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an EntityReference object.
- createEntityReference(String) -
Method in interface org.w3c.dom.Document
- Creates an
EntityReference
object.
- createEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an event object of the specified type
- createEvent(String) -
Method in interface org.w3c.dom.events.DocumentEvent
-
- createMutationEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- createNestedRequest(String, URL, Dictionary, PrintWriter, OutputStream) -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns an instance of a nested Request
- createNestedRequest(String, URL, Dictionary, PrintWriter, OutputStream) -
Method in class oracle.xml.xsql.XSQLServletPageRequest
- Returns an instance of a nested Request
- createNodeIterator(Node, int, NodeFilter, boolean) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a Node Iterator with specified root,flag which governs what type
of nodes it should include in logical view, filter for filtering nodes,
flag determining whether entity references and its descendants could be
included
- createNodeIterator(Node, int, NodeFilter, boolean) -
Method in interface org.w3c.dom.traversal.DocumentTraversal
- Create a new
NodeIterator
over the subtree rooted at the
specified node.
- createProcessingInstruction(String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a PI node with the specified tag, and text.
- createProcessingInstruction(String, String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a
ProcessingInstruction
node given the specified
name and data strings.
- createProcessingInstruction(String, String) -
Method in interface org.w3c.dom.Document
- Creates a
ProcessingInstruction
node given the specified
name and data strings.
- createRange() -
Method in class oracle.xml.parser.v2.XMLDocument
- Create a new Document Range Object ,with Start and End Boundary points at
the begining of the document.
- createRange() -
Method in interface org.w3c.dom.ranges.DocumentRange
- This interface can be obtained from the object implementing the
Document
interface using binding-specific casting
methods.
- createRangeEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- createSerializer(String, XSQLPageRequest) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- createTextNode(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a text node with the specified text.
- createTextNode(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a
Text
node given the specified string.
- createTextNode(String) -
Method in interface org.w3c.dom.Document
- Creates a
Text
node given the specified string.
- createTraversalEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- createTreeWalker(Node, int, NodeFilter, boolean) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a Node Iterator with specified root,flag which governs what type
of nodes it should include in logical view, filter for filtering nodes,
flag determining whether entity references and its descendants could be
included
- createTreeWalker(Node, int, NodeFilter, boolean) -
Method in interface org.w3c.dom.traversal.DocumentTraversal
- Create a new
TreeWalker
over the subtree rooted at the
specified node.
- createURL(String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Deprecated. since XSU2.0 -- use the static version of this method instead
- createXMLReader() -
Static method in class org.xml.sax.helpers.XMLReaderFactory
- Attempt to create an XML reader from a system property.
- createXMLReader(String) -
Static method in class org.xml.sax.helpers.XMLReaderFactory
- Attempt to create an XML reader from a class name.
- createXMLTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Create XML table
- currentParent -
Variable in class oracle.xml.parser.v2.DocumentBuilder
-
- CXMLHandlerBase - class oracle.xml.comp.CXMLHandlerBase.
- This interface extends the
org.xml.sax.ContentHandler
interface. - CXMLHandlerBase() -
Constructor for class oracle.xml.comp.CXMLHandlerBase
-
- CXMLHandlerBase(ObjectOutput) -
Constructor for class oracle.xml.comp.CXMLHandlerBase
- Constructs the default CXMLHandlerBase.
- CXMLHandlerBase(XMLObjectOutput) -
Constructor for class oracle.xml.comp.CXMLHandlerBase
- Constructs the default CXMLHandlerBase.
- CXMLParser - class oracle.xml.comp.CXMLParser.
- This class parses the XML document which is in the WAP Binary
XML Content Format (Version 1.2) and creates SAX events from them.
- CXMLParser() -
Constructor for class oracle.xml.comp.CXMLParser
- Creates a new Binary XML Parser object.
D
- DATE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- DATE_FORMAT -
Static variable in class oracle.xml.sql.dml.OracleXMLSave
- The date format for use in setDateFormat
- DATE_TIME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- DBAccess - class oracle.xml.transviewer.DBAccess.
- Maintains CLOB tables that can hold multiple XML and text
documents.
- DBAccess() -
Constructor for class oracle.xml.transviewer.DBAccess
-
- DBAccessBeanInfo - class oracle.xml.transviewer.DBAccessBeanInfo.
-
- DBAccessBeanInfo() -
Constructor for class oracle.xml.transviewer.DBAccessBeanInfo
- Constructor
- DBViewer - class oracle.xml.dbviewer.DBViewer.
- Java bean that can be used to display database queries or any XML by
applying XSL stylesheets and visualizing the resulted HTML in scrollable
swing panel.
- DBViewer() -
Constructor for class oracle.xml.dbviewer.DBViewer
- Constructs a new instance.
- DBViewerBeanInfo - class oracle.xml.dbviewer.DBViewerBeanInfo.
-
- DBViewerBeanInfo() -
Constructor for class oracle.xml.dbviewer.DBViewerBeanInfo
- Constructor
- DEBUG_MODE -
Static variable in class oracle.xml.parser.v2.DOMParser
- Sets Debug Mode
Boolean.TRUE or Boolean.FALSE
- DEBUG_MODE -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Sets Debug Mode - Boolean.TRUE or Boolean.FALSE
- debugPrintToFile(String, String) -
Static method in class oracle.xml.xsql.XSQLDiagnostic
-
- DECIMAL -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- declarePrefix(String, String) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Declare a Namespace prefix.
- DeclHandler - interface org.xml.sax.ext.DeclHandler.
- SAX2 extension handler for DTD declaration events.
- DEFAULT -
Static variable in class oracle.xml.parser.v2.AttrDecl
- Attribute presence - Default
- DEFAULT -
Static variable in class oracle.xml.parser.v2.XMLOutputStream
-
- DEFAULT_BATCH_SIZE -
Static variable in class oracle.xml.sql.dml.OracleXMLSave
- default insert batch size is 17
- DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
- Default base class for SAX2 event handlers.
- DefaultHandler() -
Constructor for class org.xml.sax.helpers.DefaultHandler
-
- DefaultXMLDocumentHandler - class oracle.xml.parser.v2.DefaultXMLDocumentHandler.
- This class implements the default behaviour for the
XMLDocumentHandler
interface. - DefaultXMLDocumentHandler() -
Constructor for class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Constructs a default document handler
- deleteBLOBName(Connection, String, String) -
Method in class oracle.xml.transviewer.DBAccess
- Delete binary file from BLOB table
- deleteContents() -
Method in interface org.w3c.dom.ranges.Range
- Removes the contents of a Range from the containing document or
document fragment without returning a reference to the removed
content.
- deleteData(int, int) -
Method in interface org.w3c.dom.CharacterData
- Remove a range of 16-bit units from the node.
- deleteData(String) -
Method in class oracle.xml.classgen.CGNode
- Deletes PCDATA from the XMLElement theElement
- deleteXML(Document) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Deletes the rows in the table based on the XML document
- deleteXML(InputStream) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Deletes the rows in the table based on the XML document
- deleteXML(Reader) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Deletes the rows in the table based on the XML document
- deleteXML(String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Deletes the rows in the table based on the XML document
- deleteXML(URL) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Deletes rows from a specified table based on the element values in the
supplied XML document.
- deleteXMLName(Connection, String, String) -
Method in class oracle.xml.transviewer.DBAccess
- Delete file from XML table
- derivedFrom(XSDSimpleType, String, String) -
Static method in class oracle.xml.parser.schema.XSDSimpleType
- Derive a type from the given base type
- destroy() -
Method in class oracle.xml.xsql.XSQLServlet
-
- detach() -
Method in interface org.w3c.dom.ranges.Range
- Called to indicate that the Range is no longer in use and that the
implementation may relinquish any resources associated with this
Range.
- detach() -
Method in interface org.w3c.dom.traversal.NodeIterator
- Detaches the
NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
- DictionaryOfParamsAsXMLDocument(Dictionary) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- diff() -
Method in class oracle.xml.differ.XMLDiff
- Finds the differences between the two XML files or the two XMLDocument
objects
- dispatchEvent(Event) -
Method in class oracle.xml.parser.v2.XMLNode
- This method allows the dispatch of events into the implementations
event model
- dispatchEvent(Event) -
Method in interface org.w3c.dom.events.EventTarget
- This method allows the dispatch of events into the implementations
event model.
- DOCTYPE_PUBLIC -
Static variable in class javax.xml.transform.OutputKeys
- doctype-public = string.
- DOCTYPE_SYSTEM -
Static variable in class javax.xml.transform.OutputKeys
- doctype-system = string.
- Document - interface org.w3c.dom.Document.
- The
Document
interface represents the entire HTML or XML
document. - DOCUMENT_FRAGMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
DocumentFragment
.
- DOCUMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Document
.
- DOCUMENT_TYPE_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
DocumentType
.
- DocumentBuilder - class oracle.xml.parser.v2.DocumentBuilder.
- This class implements XMLDocumentHandler (deprecated) and ContentHandler
to build a DOM Tree from SAX 2.0 events.
- DocumentBuilder - class javax.xml.parsers.DocumentBuilder.
- Defines the API to obtain DOM Document instances from an XML
document.
- DocumentBuilder() -
Constructor for class oracle.xml.parser.v2.DocumentBuilder
- Default Constructor.
- DocumentBuilder() -
Constructor for class javax.xml.parsers.DocumentBuilder
-
- DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
- Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
- DocumentBuilderFactory() -
Constructor for class javax.xml.parsers.DocumentBuilderFactory
-
- DocumentEvent - interface org.w3c.dom.events.DocumentEvent.
- The
DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation. - DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment
is a "lightweight" or "minimal"
Document
object.- DocumentHandler - interface org.xml.sax.DocumentHandler.
- Deprecated. This interface has been replaced by the SAX2
ContentHandler
interface, which includes Namespace support. - DocumentRange - interface org.w3c.dom.ranges.DocumentRange.
- See also the Document Object Model (DOM) Level 2 Traversal and Range Specification.
- DocumentTraversal - interface org.w3c.dom.traversal.DocumentTraversal.
DocumentTraversal
contains methods that create iterators and
tree-walkers to traverse a node and its children in document order (depth
first, pre-order traversal, which is equivalent to the order in which the
start tags occur in the text representation of the document).- DocumentType - interface org.w3c.dom.DocumentType.
- Each
Document
has a doctype
attribute whose value
is either null
or a DocumentType
object. - doGet(HttpServletRequest, HttpServletResponse) -
Method in class oracle.xml.xsql.XSQLServlet
-
- DOMAttrModified -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- DOMBuilder - class oracle.xml.async.DOMBuilder.
- This class encapsulates an eXtensible Markup Language (XML) 1.0 parser
to parse an XML document and build a DOM tree.
- DOMBuilder() -
Constructor for class oracle.xml.async.DOMBuilder
- Creates a new parser object.
- DOMBuilder(int) -
Constructor for class oracle.xml.async.DOMBuilder
- Creates a new parser object with a given id.
- DOMBuilderBeanInfo - class oracle.xml.async.DOMBuilderBeanInfo.
- This class provides information about the DOMBuilder Bean.
- DOMBuilderBeanInfo() -
Constructor for class oracle.xml.async.DOMBuilderBeanInfo
- The default Constructor
- domBuilderError(DOMBuilderEvent) -
Method in interface oracle.xml.async.DOMBuilderListener
- This method is called when parse error occur.
- domBuilderError(DOMBuilderEvent) -
Method in class oracle.xml.differ.XMLDiff
- Method implementing the
DOMBuilderErrorListener
interface
called only by the DOM parser.
- domBuilderErrorCalled(DOMBuilderErrorEvent) -
Method in interface oracle.xml.async.DOMBuilderErrorListener
- This method is called when a parse error occurs.
- domBuilderErrorCalled(DOMBuilderErrorEvent) -
Method in class oracle.xml.differ.XMLDiff
- Method implementing the
DOMBuilderErrorListener
interface
called only by the DOM parser when there is an error while parsing.
- DOMBuilderErrorEvent - class oracle.xml.async.DOMBuilderErrorEvent.
- This class defines the error event which is sent when
parse exception occurs.
- DOMBuilderErrorEvent(Object, Exception) -
Constructor for class oracle.xml.async.DOMBuilderErrorEvent
- Constructor for DOMBuilderErrorEvent.
- DOMBuilderErrorListener - interface oracle.xml.async.DOMBuilderErrorListener.
- This interface must be implemented in order to receive
notifications when error is found during parsing.
- DOMBuilderEvent - class oracle.xml.async.DOMBuilderEvent.
- The event object that DOMBuilder uses to notify all registered listeners
about parse events.
- DOMBuilderEvent(Object, int) -
Constructor for class oracle.xml.async.DOMBuilderEvent
- Creates a new DOMBuilderEvent
- DOMBuilderListener - interface oracle.xml.async.DOMBuilderListener.
- This interface must be implemented in order to receive
notifications about events during the asyncronous parsing.
- domBuilderOver(DOMBuilderEvent) -
Method in interface oracle.xml.async.DOMBuilderListener
- This method is called when the parse is complete
- domBuilderOver(DOMBuilderEvent) -
Method in class oracle.xml.differ.XMLDiff
- Method implementing
DOMBuilderListener
interface called
only by a DOM parser thread when the parsing is done.
- domBuilderStarted(DOMBuilderEvent) -
Method in interface oracle.xml.async.DOMBuilderListener
- This method is called when parse starts
- domBuilderStarted(DOMBuilderEvent) -
Method in class oracle.xml.differ.XMLDiff
- Method implementing
DOMBuilderListener
interface called
only by the DOM parser when the parsing starts.
- DOMCharacterDataModified -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- DOMException - exception org.w3c.dom.DOMException.
- DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
- DOMException(short, String) -
Constructor for class org.w3c.dom.DOMException
-
- DOMImplementation - interface org.w3c.dom.DOMImplementation.
- The
DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model. - DOMLocator - interface javax.xml.transform.dom.DOMLocator.
- Indicates the position of a node in a source DOM, intended
primarily for error reporting.
- DOMNodeInserted -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- DOMNodeInsertedIntoDocument -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- DOMNodeRemoved -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- DOMNodeRemovedFromDocument -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- DOMParser - class oracle.xml.parser.v2.DOMParser.
- This class implements an eXtensible Markup Language (XML) 1.0 parser
according to the World Wide Web Consortium (W3C)
recommendation.
- DOMParser() -
Constructor for class oracle.xml.parser.v2.DOMParser
- Creates a new parser object.
- DOMResult - class javax.xml.transform.dom.DOMResult.
- Acts as a holder for a transformation result tree, in the
form of a Document Object Model (DOM) tree.
- DOMResult() -
Constructor for class javax.xml.transform.dom.DOMResult
- Zero-argument default constructor.
- DOMResult(Node) -
Constructor for class javax.xml.transform.dom.DOMResult
- Use a DOM node to create a new output target.
- DOMResult(Node, String) -
Constructor for class javax.xml.transform.dom.DOMResult
- Create a new output target with a DOM node.
- DOMSource - class javax.xml.transform.dom.DOMSource.
- Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
- DOMSource() -
Constructor for class javax.xml.transform.dom.DOMSource
- Zero-argument default constructor.
- DOMSource(Node) -
Constructor for class javax.xml.transform.dom.DOMSource
- Create a new input source with a DOM node.
- DOMSource(Node, String) -
Constructor for class javax.xml.transform.dom.DOMSource
- Create a new input source with a DOM node, and with the
system ID also passed in as the base URI.
- DOMSTRING_SIZE_ERR -
Static variable in class org.w3c.dom.DOMException
- If the specified range of text does not fit into a DOMString
- DOMSubtreeModified -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class oracle.xml.xsql.XSQLServlet
-
- DOUBLE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- dropBLOBTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Delete BLOB table
- dropXMLTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Delete XML table
- DTD - class oracle.xml.parser.v2.DTD.
- Implements the DOM DocumentType interface and holds the
Document Type Definition information for an XML document.
- DTD -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The DTD is used to specified that the DTD is to be generated
- DTD_OBJECT -
Static variable in class oracle.xml.parser.v2.XMLParser
- DTD Object to be used for validation.
- DTD_OBJECT -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- DTD Object to be used for validation.
- DTD() -
Constructor for class oracle.xml.parser.v2.DTD
- Default constructor.
- DTDClassGenerator - class oracle.xml.classgen.DTDClassGenerator.
- This class is used by the DTD compiler to generate classes
- DTDClassGenerator() -
Constructor for class oracle.xml.classgen.DTDClassGenerator
- Default constructor for DTDClassGenerator.
- DTDHandler - interface org.xml.sax.DTDHandler.
- Receive notification of basic DTD-related events.
- DTDName -
Static variable in interface oracle.xml.parser.v2.XMLToken
- DTDName ::= name
- DURATION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
E
- e -
Variable in class oracle.xml.async.DOMBuilderErrorEvent
- The exception being raised.
- e -
Variable in class oracle.xml.async.XSLTransformerErrorEvent
- The exception being raised.
- ElemDeclName -
Static variable in interface oracle.xml.parser.v2.XMLToken
- ElemDeclName ::= name
- Element - interface org.w3c.dom.Element.
- The
Element
interface represents an element in an HTML or XML
document. - ELEMENT -
Static variable in class oracle.xml.parser.v2.ElementDecl
- ContentModelParseTreeNode type - 'leaf' node (has no children)
- ELEMENT_DECLARED -
Static variable in class oracle.xml.parser.v2.ElementDecl
-
- ELEMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
Element
.
- elementdecl -
Static variable in interface oracle.xml.parser.v2.XMLToken
- elementdecl ::= '<' '!ELEMENT' S ElemDeclName S contentspec S? '>'
- ElementDecl - class oracle.xml.parser.v2.ElementDecl.
- This class represents an element declaration in a DTD.
- ELEMENTDECL -
Static variable in class oracle.xml.parser.v2.XMLNode
- An element declaration node.
- ElementDecl() -
Constructor for class oracle.xml.parser.v2.ElementDecl
- Default constructor.
- elementDecl(String, String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report an element type declaration.
- elementDecl(String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report an element type declaration.
- ELEMENTS -
Static variable in class oracle.xml.parser.v2.ElementDecl
- Element content type - Children can be elements as per Content Model
- EMPTY -
Static variable in class oracle.xml.parser.v2.ElementDecl
- Element content type - No Children
- EmptyElemTag -
Static variable in interface oracle.xml.parser.v2.XMLToken
- EmptyElemTag ::= '<' STagName (S Attribute)* S? '/' '>'
- ENCODING -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- ENCODING -
Static variable in class javax.xml.transform.OutputKeys
- encoding = string.
- END_TO_END -
Static variable in interface org.w3c.dom.ranges.Range
- Compare end boundary-point of
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
- END_TO_START -
Static variable in interface org.w3c.dom.ranges.Range
- Compare end boundary-point of
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
- endCDATA() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report the end of a CDATA section.
- endCDATA() -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of a CDATA section.
- endDoctype() -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- Receive notification of end of the DTD.
- endDoctype() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of end of the DTD.
- endDoctype() -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of end of the DTD.
- endDoctype() -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of end of the DTD.
- endDocument() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of the end of the document.
- endDocument() -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of the end of the document.
- endDocument() -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the end of the document.
- endDocument() -
Method in interface org.xml.sax.ContentHandler
- Receive notification of the end of a document.
- endDocument() -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the end of a document.
- endDocument() -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- End document event.
- endDocument() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an end document event.
- endDocument() -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of the document.
- endDocument() -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 end document event.
- endDTD() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report the end of DTD declarations.
- endDTD() -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of DTD declarations.
- endElement(NSName) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- Receive notification of the end of an element.
- endElement(NSName) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of the end of an element.
- endElement(NSName) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of the end of an element.
- endElement(NSName) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of the end of the element.
- endElement(String) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the end of an element.
- endElement(String) -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the end of an element.
- endElement(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 end element event.
- endElement(String, String, String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of the end of an element.
- endElement(String, String, String) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of the end of an element.
- endElement(String, String, String) -
Method in class oracle.xml.parser.schema.XSDValidator
- Receive notification of the end of an element.
- endElement(String, String, String) -
Method in interface org.xml.sax.ContentHandler
- Receive notification of the end of an element.
- endElement(String, String, String) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 end element event.
- endElement(String, String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an end element event.
- endElement(String, String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of an element.
- endEntity(String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report the end of an entity.
- endEntity(String) -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of an entity.
- endPrefixMapping(String) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- End the scope of a prefix-URI mapping.
- endPrefixMapping(String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of the end of scope of prefix URI mapping
- endPrefixMapping(String) -
Method in interface org.xml.sax.ContentHandler
- End the scope of a prefix-URI mapping.
- endPrefixMapping(String) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 end prefix mapping event.
- endPrefixMapping(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an end Namespace prefix mapping event.
- endPrefixMapping(String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of a Namespace mapping.
- ENTITIES -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - TokenizedType - Entities
- ENTITIES -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- Entity - interface org.w3c.dom.Entity.
- This interface represents an entity, either parsed or unparsed, in an XML
document.
- ENTITY -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - TokenizedType - Entity
- ENTITY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- ENTITY_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
Entity
.
- ENTITY_REFERENCE_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
EntityReference
.
- EntityDecl -
Static variable in interface oracle.xml.parser.v2.XMLToken
- EntityDecl ::= '<' '!' ENTITY' S EntityDeclName S EntityDef S? '>'
- EntityDeclName -
Static variable in interface oracle.xml.parser.v2.XMLToken
- EntityValue ::= '"' ([^%&"] | PEReference | Reference)* '"'
- EntityReference - interface org.w3c.dom.EntityReference.
EntityReference
objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference.- EntityResolver - interface org.xml.sax.EntityResolver.
- Basic interface for resolving entities.
- EntityValue -
Static variable in interface oracle.xml.parser.v2.XMLToken
- EntityDeclName ::= Name
- ENUMERATION -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - EnumeratedType - Enumeration
- ENUMERATION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- EQUALS -
Static variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- equals(Node, Node) -
Method in class oracle.xml.differ.XMLDiff
- Method which performs the comparision of 2 nodes.
- err -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- errid -
Variable in class oracle.xml.util.XMLError
-
- ERROR -
Static variable in class oracle.xml.parser.v2.XMLParseException
- Code for non-fatal error
- ERROR -
Static variable in class oracle.xml.util.XMLException
- Code for non-fatal error
- ERROR_ENCODING -
Static variable in class oracle.xml.parser.v2.DOMParser
- Encoding for errors report via error stream (only if ERROR_STREAM is set)
- ERROR_ENCODING -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Encoding for errors report via error stream (only if ERROR_STREAM is set)
- ERROR_STREAM -
Static variable in class oracle.xml.parser.v2.DOMParser
- Error stream for reporting errors.
- ERROR_STREAM -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Error stream for reporting errors.
- ERROR_TAG -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The ERROR_TAG specifies the default tag name for the ERROR document
- error(int, int, String) -
Method in class oracle.xml.util.XMLError
- Adds a new error to the vector
- error(int, int, String[]) -
Method in class oracle.xml.util.XMLError
- Adds a new error to the vector
- error(int, int, String, String, String, int, int, boolean) -
Method in class oracle.xml.parser.v2.XMLError
- Adds a new error to the vector
- error(SAXParseException) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a recoverable parser error.
- error(SAXParseException) -
Method in interface org.xml.sax.ErrorHandler
- Receive notification of a recoverable error.
- error(SAXParseException) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an error event.
- error(SAXParseException) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a recoverable parser error.
- error(String, int) -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Deprecated.
- error(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Receive notification of a recoverable error.
- error(XSLNode, String, int) -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Deprecated.
- error0(int, int) -
Method in class oracle.xml.util.XMLError
- Adds a new error to the vector
- error1(int, int, String) -
Method in class oracle.xml.util.XMLError
- Adds a new error to the vector
- error2(int, int, String, String) -
Method in class oracle.xml.util.XMLError
- Adds a new error to the vector
- error3(int, int, String, String, String) -
Method in class oracle.xml.util.XMLError
- Adds a new error to the vector
- ErrorHandler - interface org.xml.sax.ErrorHandler.
- Basic interface for SAX error handlers.
- errorHeader -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- ErrorListener - interface javax.xml.transform.ErrorListener.
- To provide customized error handling, implement this interface and
use the setErrorListener method to register an instance of the implmentation
with the Transformer.
- ETag -
Static variable in interface oracle.xml.parser.v2.XMLToken
- ETag ::= '<' '/' ETagName S? '>'
- ETagName -
Static variable in interface oracle.xml.parser.v2.XMLToken
- ETagName ::= Name
- Event - interface org.w3c.dom.events.Event.
- The
Event
interface is used to provide contextual information
about an event to the handler processing the event. - EventException - exception org.w3c.dom.events.EventException.
- Event operations may throw an
EventException
as specified in
their method descriptions. - EventException(short, String) -
Constructor for class org.w3c.dom.events.EventException
-
- EventListener - interface org.w3c.dom.events.EventListener.
- The
EventListener
interface is the primary method for
handling events. - EventTarget - interface org.w3c.dom.events.EventTarget.
- The
EventTarget
interface is implemented by all
Nodes
in an implementation which supports the DOM Event
Model. - execute(XSLTContext) -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Deprecated. should use XSLProcessor.processXSL function
- exp -
Variable in class oracle.xml.util.XMLError
-
- EXPAND_ENTITYREF -
Static variable in class oracle.xml.parser.v2.XMLParser
- Expands entities when set to true, else report just the reference
- expectedElements(Element) -
Method in class oracle.xml.parser.v2.ElementDecl
- Returns vector of element names that can be appended to the element.
- expectedElements(Element) -
Method in class oracle.xml.parser.v2.XMLDocument
- Returns vector of element names that can be appended to the element.
- externalEntityDecl(String, String, String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report a parsed external entity declaration.
- externalEntityDecl(String, String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report a parsed external entity declaration.
- ExternalID -
Static variable in interface oracle.xml.parser.v2.XMLToken
- ExternalID ::= 'SYSTEM' S SystemLiteral
- extractContents() -
Method in interface org.w3c.dom.ranges.Range
- Moves the contents of a Range from the containing document or document
fragment to a new DocumentFragment.
F
- factory -
Variable in class oracle.xml.parser.v2.XMLDocument
-
- FactoryConfigurationError - error javax.xml.parsers.FactoryConfigurationError.
- Thrown when a problem with configuration with the Parser Factories
exists.
- FactoryConfigurationError() -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with no
detail mesage.
- FactoryConfigurationError(Exception) -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with a
given Exception
base cause of the error.
- FactoryConfigurationError(Exception, String) -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with the
given Exception
base cause and detail message.
- FactoryConfigurationError(String) -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with
the String
specified as an error message.
- FATAL_ERROR -
Static variable in class oracle.xml.parser.v2.XMLParseException
- Code for fatal error
- FATAL_ERROR -
Static variable in class oracle.xml.util.XMLException
- Code for fatal error
- fatalError(SAXParseException) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Report a fatal XML parsing error.
- fatalError(SAXParseException) -
Method in interface org.xml.sax.ErrorHandler
- Receive notification of a non-recoverable error.
- fatalError(SAXParseException) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter a fatal error event.
- fatalError(SAXParseException) -
Method in class org.xml.sax.helpers.DefaultHandler
- Report a fatal XML parsing error.
- fatalError(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Receive notification of a non-recoverable error.
- FEATURE -
Static variable in class javax.xml.transform.dom.DOMSource
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
- FEATURE -
Static variable in class javax.xml.transform.dom.DOMResult
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
- FEATURE -
Static variable in class javax.xml.transform.sax.SAXResult
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
- FEATURE -
Static variable in class javax.xml.transform.sax.SAXTransformerFactory
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the TransformerFactory returned from
TransformerFactory.newInstance()
may
be safely cast to a SAXTransformerFactory.
- FEATURE -
Static variable in class javax.xml.transform.sax.SAXSource
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
- FEATURE -
Static variable in class javax.xml.transform.stream.StreamResult
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
- FEATURE -
Static variable in class javax.xml.transform.stream.StreamSource
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
- FEATURE_XMLFILTER -
Static variable in class javax.xml.transform.sax.SAXTransformerFactory
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the SAXTransformerFactory.newXMLFilter(Source src)
and SAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported.
- FILTER_ACCEPT -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Accept the node.
- FILTER_REJECT -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Reject the node.
- FILTER_SKIP -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Skip this single node.
- finalize() -
Method in class oracle.xml.sql.dml.OracleXMLSave
-
- finalize() -
Method in class oracle.xml.xsql.XSQLDiagnostic
-
- findAttrDecl(String) -
Method in class oracle.xml.parser.v2.ElementDecl
- Gets an attribute declaration object or null if not found
- findElementDecl(String) -
Method in class oracle.xml.parser.v2.DTD
- Finds an element declaration for the given tag name.
- findEntity(String, boolean) -
Method in class oracle.xml.parser.v2.DTD
- Finds a named entity in the DTD.
- findEquivClass(String, String) -
Method in class oracle.xml.parser.schema.XSDElement
- Find the equiv class corresponding to this class
- findNotation(String) -
Method in class oracle.xml.parser.v2.DTD
- Retrieves the named notation from the DTD.
- firstChild() -
Method in interface org.w3c.dom.traversal.TreeWalker
- Moves the
TreeWalker
to the first visible child of the
current node, and returns the new node.
- firstColumnOfFirstRow(Node, String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to return the first column value
of the first row of a SQL statement as a String.
- firstNColumnsOfFirstRow(Node, String, int) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to return the first column value
of the first row of a SQL statement as a String.
- FIXED -
Static variable in class oracle.xml.parser.v2.AttrDecl
- Attribute presence - Fixed
- FLOAT -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- flush() -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- flush() -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Flushes the output stream or print writer
- flush() -
Method in interface oracle.xml.parser.v2.PrintDriver
- Flushes the output stream or print writer
- flushErrors() -
Method in class oracle.xml.parser.v2.XMLError
- Flush all the error to the ouput stream
output stream defaults or to error handler
- flushErrors1() -
Method in class oracle.xml.parser.v2.XMLError
-
- flushErrorStream() -
Method in class oracle.xml.util.XMLError
- Flush all the error to the ouput stream
output stream defaults or to error handler
- fontGet(AttributeSet) -
Static method in class oracle.xml.srcviewer.XMLSourceView
- Extracts and returns the font from a given attributeset.
- fontSet(MutableAttributeSet, Font) -
Static method in class oracle.xml.srcviewer.XMLSourceView
- Sets the mutableattributeset font.
- formatErrorMesg(int) -
Method in class oracle.xml.util.XMLError
-
- formatErrorMessage(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the error message at specified index
- formatErrorMessage(int) -
Method in class oracle.xml.util.XMLException
- Get the error message at specified index
- FRACTION_DIGITS -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
G
- GDAY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- generate(DTD, String) -
Method in class oracle.xml.classgen.DTDClassGenerator
- Traverses the DTD with element
doctype
as root
and generates Java classes
- generate(XMLSchema) -
Method in class oracle.xml.classgen.SchemaClassGenerator
- Generate the Schema classes corresponding to top level elements,
simpleType elements and complexType elements by calling
createSchemaClass on each of these nodes.
- generateXSL(Writer) -
Method in class oracle.xml.differ.XMLDiff
- Generates an XSL file of input filename which represents the differences
between the 2 XML files which were set initially.
- generateXSLDoc() -
Method in class oracle.xml.differ.XMLDiff
- Generates an XSL stylesheet as an
XMLDocument
which
represents the differences between the 2 XML documents set initially.
- generateXSLFile(String) -
Method in class oracle.xml.differ.XMLDiff
- Generates an XSL file of input filename which represents the differences
between the 2 XML files which were set initially.
- getActionElement() -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Return the DOM Element representing the current XSQL action element
in the XSQL page being processed.
- getActionElementContent() -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to return the first (normalized)
text content of the action element, with all
parameter values subsituted automatically.
- getAllTargetNS() -
Method in class oracle.xml.parser.schema.XMLSchema
- Get all the Target Name space defined in the schema
- getAnnotation() -
Method in class oracle.xml.parser.schema.XSDNode
- Get annotation node of this component for types: XSDElement,
XSDAttribute, XSDGroup, XSDAttrGroup, XSDComplexType, XSDSimipleType,
and XMLSchemaNode
- getAssociatedStylesheet(Source, String, String, String) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria.
- getAssociatedStylesheet(Source, String, String, String) -
Method in class javax.xml.transform.TransformerFactory
- Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria.
- getAttrChange() -
Method in interface org.w3c.dom.events.MutationEvent
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
- getAttrDecls() -
Method in class oracle.xml.parser.v2.ElementDecl
- Gets an enumeration of attribute declarations
- getAttribute(String) -
Method in class oracle.xml.parser.v2.XMLElement
- Retrieves an attribute value by name.
- getAttribute(String) -
Method in class oracle.xml.parser.v2.DOMParser
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String) -
Method in class oracle.xml.parser.v2.XMLParser
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String) -
Method in class oracle.xml.classgen.CGNode
- Gets the value of the Attribute
- getAttribute(String) -
Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String) -
Method in interface org.w3c.dom.Element
- Retrieves an attribute value by name.
- getAttribute(String) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String) -
Method in class javax.xml.transform.TransformerFactory
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String, Element) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to get the value of an attribute
by name the actionElement or some sub-element.
- getAttributeAllowingParam(String, Element) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to get the value of an attribute
by name the actionElement or some sub-element.
- getAttributeDeclarations() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get all the top level attributes in the schema
- getAttributeDeclarations() -
Method in class oracle.xml.parser.schema.XSDComplexType
- get attribute declarations of this complex type
does not include wild card
array of attribute declarations
- getAttributeNameFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Attribute Value font.
- getAttributeNameForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Attribute Name foreground color.
- getAttributeNode(String) -
Method in class oracle.xml.parser.v2.XMLElement
- Retrieves an
Attr
node by name.
- getAttributeNode(String) -
Method in interface org.w3c.dom.Element
- Retrieves an attribute node by name.
- getAttributeNode(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
- Deprecated. As of DOM 2
- getAttributeNodeNS(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
-
- getAttributeNodeNS(String, String) -
Method in interface org.w3c.dom.Element
- Retrieves an
Attr
node by local name and namespace URI.
- getAttributeNS(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
-
- getAttributeNS(String, String) -
Method in interface org.w3c.dom.Element
- Retrieves an attribute value by local name and namespace URI.
- getAttributes() -
Method in class oracle.xml.parser.v2.XMLElement
- A
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
- getAttributes() -
Method in class oracle.xml.parser.v2.XMLDocumentFragment
-
- getAttributes() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets a
NamedNodeMap
containing the attributes of this node
(if it is an Element
) or null
otherwise.
- getAttributes() -
Method in class oracle.xml.parser.v2.XMLDocument
-
- getAttributes() -
Method in class oracle.xml.classgen.CGXSDElement
- Return the attributes
- getAttributes() -
Method in interface org.w3c.dom.Node
- A
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
- getAttributeSet() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get all the top level attributes in the schema
- getAttributeSet() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Deprecated. - use getAttributeDeclarations and getAttributeWildcard
- getAttributeTemplateValue(XSLTContext, String, String) -
Method in class oracle.xml.parser.v2.XSLExtensionElement
- Get an attribute value as template
- getAttributeValue(String, String) -
Method in class oracle.xml.parser.v2.XSLExtensionElement
- Get an attribute value
- getAttributeValueFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Attribute Value font.
- getAttributeValueForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Attribute Value foreground color.
- getAttributeWildcard() -
Method in class oracle.xml.parser.schema.XSDComplexType
- get attribute wildcard of this complex type
- getAttrName() -
Method in interface org.w3c.dom.events.MutationEvent
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
- getAttrPresence() -
Method in class oracle.xml.parser.v2.AttrDecl
- Gets attribute presence
- getAttrType() -
Method in class oracle.xml.parser.v2.AttrDecl
- Gets attribute type
- getAutoCommit() -
Method in class oracle.xml.xsql.XSQLNamedConnection
-
- getBackground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the background color.
- getBase() -
Method in class oracle.xml.parser.schema.XSDSimpleType
-
- getBaseAttributeSet() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Deprecated. - use get baseType
- getBaseElementSet() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Get all the local elements of the base Type of this complexType element
- getBaseType() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Get the base type of this complextype
- getBaseURI() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns a String representation of the requested document's Base URI
- getBaseURI() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getBaseURL() -
Method in class oracle.xml.parser.v2.XMLParser
-
- getBasicType() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Gets the basic type from which this type was derived.
- getBindVariableCount() -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
-
- getBLOBData(Connection, String, String) -
Method in class oracle.xml.transviewer.DBAccess
- Retrieve binary file from BLOB table
- getBubbles() -
Method in interface org.w3c.dom.events.Event
- Used to indicate whether or not an event is a bubbling event.
- getBuiltInDatatypes() -
Static method in class oracle.xml.parser.schema.XSDSimpleType
- Gets a built-in datatype
- getByteStream() -
Method in class org.xml.sax.InputSource
- Get the byte stream for this input source.
- getCancelable() -
Method in interface org.w3c.dom.events.Event
- Used to indicate whether or not an event can have its default action
prevented.
- getCause() -
Method in class javax.xml.transform.TransformerException
- Returns the cause of this throwable or
null
if the
cause is nonexistent or unknown.
- getCDATAFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the CDATA font.
- getCDATAForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the CDATA foreground color.
- getCGDocument() -
Method in class oracle.xml.classgen.CGNode
- Gets the base document (root Element)
- getCharacterStream() -
Method in class org.xml.sax.InputSource
- Get the character stream for this input source.
- getChildElements() -
Method in class oracle.xml.classgen.CGXSDElement
- Get the vector having all the local elements
- getChildNodes() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets a
NodeList
that contains all children of this node.
- getChildNodes() -
Method in class oracle.xml.parser.v2.XMLNSNode
- Gets a
NodeList
that contains all children of this node.
- getChildNodes() -
Method in class oracle.xml.parser.v2.XSLExtensionElement
- Gets the childNodes of the extension elements
- getChildNodes() -
Method in class oracle.xml.parser.v2.DTD
- A
NodeList
that contains all children of this node.
- getChildNodes() -
Method in interface org.w3c.dom.Node
- A
NodeList
that contains all children of this node.
- getChildrenByTagName(String) -
Method in class oracle.xml.parser.v2.XMLElement
- Returns a
NodeList
of all immediate children with a given
tag name,
- getChildrenByTagName(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
- Returns a
NodeList
of all immediate children with a given
tag name and namespace
- getCollapsed() -
Method in interface org.w3c.dom.ranges.Range
- TRUE if the Range is collapsed
- getColumnNumber() -
Method in class oracle.xml.parser.v2.XMLNode
- Get column number debug information
- getColumnNumber() -
Method in class oracle.xml.parser.v2.XMLDocument
- Get column number debug information
- getColumnNumber() -
Method in class org.xml.sax.SAXParseException
- The column number of the end of the text where the exception occurred.
- getColumnNumber() -
Method in interface org.xml.sax.Locator
- Return the column number where the current document event ends.
- getColumnNumber() -
Method in class org.xml.sax.helpers.LocatorImpl
- Return the saved column number (1-based).
- getColumnNumber() -
Method in interface javax.xml.transform.SourceLocator
- Return the character position where the current document event ends.
- getColumnNumber(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the column number of error at specified index
- getColumnNumber(int) -
Method in class oracle.xml.util.XMLException
- Get the column number of error at specified index
- getColumnNumber(int) -
Method in class oracle.xml.util.XMLError
- Get the column number of error at specified index
- getCommentDataFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Comment Data font.
- getCommentDataForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Comment Data foreground color.
- getCommonAncestorContainer() -
Method in interface org.w3c.dom.ranges.Range
- The deepest common ancestor container of the Range's two
boundary-points.
- getComplexTypeSet() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get all the top level complex type elements in
the schema
- getComplexTypeTable() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get the complex type definitions
- getConnection(String, XSQLPageRequest) -
Method in interface oracle.xml.xsql.XSQLConnectionManager
-
- getConnectionManagerFactory() -
Method in interface oracle.xml.xsql.XSQLPageRequest
-
- getConnectionManagerFactory() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getConnectionName() -
Method in class oracle.xml.xsql.XSQLConnection
-
- getConnectionName() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns the name of the connection being used for this request
May be null if no connection set/in-use.
- getConnectionName() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Returns the name of the connection being used for this request
May be null if no connection set/in-use.
- getContent() -
Method in class oracle.xml.parser.schema.XSDComplexType
-
- getContentElements() -
Method in class oracle.xml.parser.v2.ElementDecl
- Returns Vector of elements that can be appended to this element
- getContentHandler() -
Method in class oracle.xml.parser.v2.SAXParser
- Return the current content handler.
- getContentHandler() -
Method in class oracle.xml.comp.CXMLParser
- Get content handler
- getContentHandler() -
Method in interface org.xml.sax.XMLReader
- Return the current content handler.
- getContentHandler() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the content event handler.
- getContentHandler() -
Method in class org.xml.sax.helpers.ParserAdapter
- Return the current content handler.
- getContentType() -
Method in class oracle.xml.parser.v2.ElementDecl
- Returns content model of element
- getContextNode() -
Method in class oracle.xml.parser.v2.XSLTContext
- Get the current context node
- getContextPosition() -
Method in class oracle.xml.parser.v2.XSLTContext
- Get the current context node position
- getContextSize() -
Method in class oracle.xml.parser.v2.XSLTContext
- Get the current context size
- getCookie(String) -
Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- getCurrentNode() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Get the current node being build
- getCurrentNode() -
Method in interface org.w3c.dom.traversal.TreeWalker
- The node at which the
TreeWalker
is currently positioned.
- getCurrentTarget() -
Method in interface org.w3c.dom.events.Event
- Used to indicate the
EventTarget
whose
EventListeners
are currently being processed.
- getCXMLContext() -
Method in class oracle.xml.comp.CXMLHandlerBase
- Return the CXML Context used for compression
- getData() -
Method in class oracle.xml.parser.v2.XMLDeclPI
- Returns the fully constructed string 'version=1.0 ....'
- getData() -
Method in class oracle.xml.parser.v2.XMLText
- The character data of the node that implements this interface.
- getData() -
Method in class oracle.xml.classgen.CGNode
- Gets the PCDATA of the Element
- getData() -
Method in interface org.w3c.dom.ProcessingInstruction
- The content of this processing instruction.
- getData() -
Method in interface org.w3c.dom.CharacterData
- The character data of the node that implements this interface.
- getDburl() -
Method in class oracle.xml.xsql.XSQLNamedConnection
-
- getDebugMode() -
Method in class oracle.xml.parser.v2.XMLNode
- Get debug information mode
- getDebugMode() -
Method in class oracle.xml.parser.v2.XMLDocument
- Get the debug flag
- getDecimalFormat(NSNameImpl) -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Gets the decimal format of the stylesheet.
- getDeclaredPrefixes() -
Method in class org.xml.sax.helpers.NamespaceSupport
- Return an enumeration of all prefixes declared in this context.
- getDefaultFetchSize() -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to return default row prefetch size
- getDefaultOWAFetchStyle() -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
-
- getDefaultVal() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get the value of 'default' attr in case of element, and the value of
'value' attr based on 'use' attribute
- getDefaultVal() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the value of 'default' attr in case of element, and the value of
'value' attr based on 'use' attribute
- getDefaultValue() -
Method in class oracle.xml.parser.v2.AttrDecl
- Gets attribute default value
- getDerivationMethod() -
Method in class oracle.xml.parser.schema.XSDComplexType
- How was this type derived from its parent type?
- getDerivedMethod() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Get derivation method
- getDiffPane1() -
Method in class oracle.xml.differ.XMLDiff
- Gets the text panel as
JTextPane
object which visually shows
the diffs in the first XML file.
- getDiffPane2() -
Method in class oracle.xml.differ.XMLDiff
- Gets the text panel as
JTextPane
object which visually
shows the diffs in the second XML file or document
- getDoctype() -
Method in class oracle.xml.parser.v2.DOMParser
- Get the DTD
- getDoctype() -
Method in class oracle.xml.parser.v2.XMLDocument
- The Document Type Declaration (DTD) associated with this document.
- getDoctype() -
Method in class oracle.xml.async.DOMBuilder
- Get the DTD
- getDoctype() -
Method in interface org.w3c.dom.Document
- The Document Type Declaration (see
DocumentType
)
associated with this document.
- getDocument() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Get the document being build
- getDocument() -
Method in class oracle.xml.parser.v2.DOMParser
- Gets the document
- getDocument() -
Method in class oracle.xml.async.DOMBuilder
- Gets the document
- getDocument1() -
Method in class oracle.xml.differ.XMLDiff
- Gets the document root as an
XMLDocument
object of the
first XML tree
- getDocument2() -
Method in class oracle.xml.differ.XMLDiff
- Gets the document root as an
XMLDocument
object of the
second XML tree
- getDocumentElement() -
Method in class oracle.xml.parser.v2.XMLDocument
- This is a convenience attribute that allows direct access to the
child node that is the root element of the document.
- getDocumentElement() -
Method in interface org.w3c.dom.Document
- This is a convenience attribute that allows direct access to the child
node that is the root element of the document.
- getDOMImplementation() -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- The
DOMImplementation
object that handles this document.
- getDOMImplementation() -
Method in class javax.xml.parsers.DocumentBuilder
- Obtain an instance of a DOMImplementation object.
- getDriver() -
Method in class oracle.xml.xsql.XSQLNamedConnection
-
- getDTDFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the DTD reference font.
- getDTDForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the DTD reference foreground color.
- getDTDHandler() -
Method in class oracle.xml.parser.v2.SAXParser
- Return the current DTD handler.
- getDTDHandler() -
Method in interface org.xml.sax.XMLReader
- Return the current DTD handler.
- getDTDHandler() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the current DTD event handler.
- getDTDHandler() -
Method in class org.xml.sax.helpers.ParserAdapter
- Return the current DTD handler.
- getDTDInternalFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the internal DTD font.
- getDTDInternalForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the internal DTD reference foreground color.
- getDTDNode() -
Method in class oracle.xml.classgen.CGNode
- Gets the static DTD from the base document
- getEditedText() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the edited text.
- getElementById(String) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- getElementById(String) -
Method in interface org.w3c.dom.Document
- Returns the
Element
whose ID
is given by
elementId
.
- getElementDecls() -
Method in class oracle.xml.parser.v2.DTD
- A
NamedNodeMap
containing the element declarations
in the DTD.
- getElementNode() -
Method in class oracle.xml.classgen.CGNode
- Get the XMLElement node corresponding to this CGNode.
- getElementsByTagName(String) -
Method in class oracle.xml.parser.v2.XMLElement
- Returns a
NodeList
of all descendant elements with a given
tag name, in the order in which they would be encountered in a preorder
traversal of the Element
tree.
- getElementsByTagName(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Returns a
NodeList
of all the Element
s with a
given tag name in the order in which they would be encountered in a
preorder traversal of the Document
tree.
- getElementsByTagName(String) -
Method in interface org.w3c.dom.Element
- Returns a
NodeList
of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element
tree.
- getElementsByTagName(String) -
Method in interface org.w3c.dom.Document
- Returns a
NodeList
of all the Elements
with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document
tree.
- getElementsByTagName(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
- Deprecated. As of DOM 2
- getElementsByTagNameNS(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
-
- getElementsByTagNameNS(String, String) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- getElementsByTagNameNS(String, String) -
Method in interface org.w3c.dom.Element
- Returns a
NodeList
of all the descendant
Elements
with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element
tree.
- getElementsByTagNameNS(String, String) -
Method in interface org.w3c.dom.Document
- Returns a
NodeList
of all the Elements
with a
given local name and namespace URI in the order in which they are
encountered in a preorder traversal of the Document
tree.
- getElementSet() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get all the top level elements in the schema
- getElementSet() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Get all the local elements inside a complexType element
If the complexType element extends another complexType element
- getEncoding() -
Method in class oracle.xml.parser.v2.XMLDeclPI
- Retrieves the character encoding information.
- getEncoding() -
Method in class oracle.xml.parser.v2.XMLDocument
- Retrieves the character encoding information.
- getEncoding() -
Method in class oracle.xml.parser.schema.XSDDataValue
- Deprecated.
- getEncoding() -
Method in class org.xml.sax.InputSource
- Get the character encoding for a byte stream or URI.
- getEndContainer() -
Method in interface org.w3c.dom.ranges.Range
- Node within which the Range ends
- getEndOffset() -
Method in interface org.w3c.dom.ranges.Range
- Offset within the ending node of the Range.
- getEntities() -
Method in class oracle.xml.parser.v2.DTD
- A
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
- getEntities() -
Method in interface org.w3c.dom.DocumentType
- A
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
- getEntityResolver() -
Method in class oracle.xml.parser.v2.XMLParser
- Return the current entity resolver.
- getEntityResolver() -
Method in interface org.xml.sax.XMLReader
- Return the current entity resolver.
- getEntityResolver() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the current entity resolver.
- getEntityResolver() -
Method in class org.xml.sax.helpers.ParserAdapter
- Return the current entity resolver.
- getEnumerationValues() -
Method in class oracle.xml.parser.v2.AttrDecl
- Gets attribute values
- getEquivClassRef() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the local name of the resolved equiv class
- getError() -
Method in class oracle.xml.parser.v2.XSLTContext
- Get the XMLError instance for reporting errors
- getErrorCode() -
Method in class oracle.xml.sql.OracleXMLSQLException
-
- getErrorHandler() -
Method in class oracle.xml.parser.v2.XMLError
- Return register error handler
- getErrorHandler() -
Method in class oracle.xml.parser.v2.XMLParser
- Return the current error handler.
- getErrorHandler() -
Method in class oracle.xml.comp.CXMLParser
- Get the current error handler
- getErrorHandler() -
Method in interface org.xml.sax.XMLReader
- Return the current error handler.
- getErrorHandler() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the current error event handler.
- getErrorHandler() -
Method in class org.xml.sax.helpers.ParserAdapter
- Return the current error handler.
- getErrorID() -
Method in class oracle.xml.parser.v2.XPathException
-
- getErrorListener() -
Method in class oracle.xml.parser.v2.XMLError
- Deprecated. - This functions should be used.
- getErrorListener() -
Method in class oracle.xml.jaxp.JXTransformer
- Get the error event handler in effect for the transformation.
- getErrorListener() -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Get the error event handler for the TransformerFactory.
- getErrorListener() -
Method in class javax.xml.transform.Transformer
- Get the error event handler in effect for the transformation.
- getErrorListener() -
Method in class javax.xml.transform.TransformerFactory
- Get the error event handler for the TransformerFactory.
- getErrorWriter() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns a PrintWriter to print out errors processing this request
- getErrorWriter() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getEventPhase() -
Method in interface org.w3c.dom.events.Event
- Used to indicate which phase of event flow is currently being
evaluated.
- getException() -
Method in class oracle.xml.async.DOMBuilderErrorEvent
- Gets the Exception
- getException() -
Method in class oracle.xml.async.XSLTransformerErrorEvent
- Returns the exception that XSLTransformer encountered object unique id.
- getException() -
Method in class org.xml.sax.SAXException
- Return the embedded exception, if any.
- getException() -
Method in class javax.xml.parsers.FactoryConfigurationError
- Return the actual exception (if any) that caused this exception to
be raised.
- getException() -
Method in class javax.xml.transform.TransformerException
- This method retrieves an exception that this exception wraps.
- getException() -
Method in class javax.xml.transform.TransformerFactoryConfigurationError
- Return the actual exception (if any) that caused this exception to
be raised.
- getException(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the exception (if exists) that occured in error at specified index
- getException(int) -
Method in class oracle.xml.util.XMLException
- Get the exception (if exists) that occured in error at specified index
- getException(int) -
Method in class oracle.xml.util.XMLError
- Get the exception (if exists) that occured in error at specified index
- getExpandedName() -
Method in class oracle.xml.parser.v2.XMLElement
- Get the fully resolved name for this element.
- getExpandedName() -
Method in class oracle.xml.parser.v2.XMLAttr
- Get the fully resolved Name for this attribute
- getExpandedName() -
Method in interface oracle.xml.util.NSName
- Get the fully resolved name for this name
- getExpandedName(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Get the expanded name for an attribute in the list (by position)
- getExpandEntityReferences() -
Method in interface org.w3c.dom.traversal.NodeIterator
- The value of this flag determines whether the children of entity
reference nodes are visible to the iterator.
- getExpandEntityReferences() -
Method in interface org.w3c.dom.traversal.TreeWalker
- The value of this flag determines whether the children of entity
reference nodes are visible to the
TreeWalker
.
- getFacetId() -
Method in class oracle.xml.parser.schema.XSDConstrainingFacet
-
- getFacets() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Get the facets
- getFeature(String) -
Method in class oracle.xml.parser.v2.SAXParser
- Look up the value of a feature.
- getFeature(String) -
Method in class oracle.xml.jaxp.JXSAXParserFactory
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getFeature(String) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Look up the value of a feature.
- getFeature(String) -
Method in interface org.xml.sax.XMLReader
- Look up the value of a feature.
- getFeature(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Look up the state of a feature.
- getFeature(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Check a parser feature.
- getFeature(String) -
Method in class javax.xml.parsers.SAXParserFactory
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getFeature(String) -
Method in class javax.xml.transform.TransformerFactory
- Look up the value of a feature.
- getFields() -
Method in class oracle.xml.parser.schema.XSDIdentity
- Get the fields
- getFilter() -
Method in interface org.w3c.dom.traversal.NodeIterator
- The
NodeFilter
used to screen nodes.
- getFilter() -
Method in interface org.w3c.dom.traversal.TreeWalker
- The filter used to screen nodes.
- getFirstAttribute() -
Method in class oracle.xml.parser.v2.XMLElement
- Retrieves the first
Attr
.
- getFirstChild() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the first child of this node.
- getFirstChild() -
Method in class oracle.xml.parser.v2.XMLNSNode
- Gets the first child of this node.
- getFirstChild() -
Method in interface org.w3c.dom.Node
- The first child of this node.
- getFirstError() -
Method in class oracle.xml.util.XMLError
-
- getFixedVal() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get the value of 'fixed' attr in case of element, and the value of
'value' attr based on 'use' attribute
- getFixedVal() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the value of 'fixed' attr in case of element, and the value of
'value' attr based on 'use' attribute
- getGroup() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Get the attribute group or the child & attribute group
- getHandler() -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- Get the next pipe-line node handler.
- getHandler() -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Get the next pipe-line node handler.
- getHandler() -
Method in class javax.xml.transform.sax.SAXResult
- Get the ContentHandler that is the Result.
- getHostname() -
Method in class oracle.xml.dbviewer.DBViewer
- Get database host name
- getHttpServletRequest() -
Method in class oracle.xml.xsql.XSQLServletPageRequest
- Get the HttpServletRequest that initiated this
XSQL Page Request.
- getHttpServletResponse() -
Method in class oracle.xml.xsql.XSQLServletPageRequest
- Get the HttpServletResponse that is associated
with this XSQL Page Request
- getIcon(int) -
Method in class oracle.xml.async.DOMBuilderBeanInfo
- Gets an image object that can be used to represent
DOMBuilder
bean in toolbars, toolboxes, etc.
- getIcon(int) -
Method in class oracle.xml.async.XSLTransformerBeanInfo
- Gets an image object that can be used to represent
XSLTransformer
bean in toolbars, toolboxes, etc.
- getIcon(int) -
Method in class oracle.xml.dbviewer.DBViewerBeanInfo
-
- getIcon(int) -
Method in class oracle.xml.srcviewer.XMLSourceViewBeanInfo
-
- getIcon(int) -
Method in class oracle.xml.transviewer.XMLTransformPanelBeanInfo
-
- getIcon(int) -
Method in class oracle.xml.transviewer.DBAccessBeanInfo
-
- getIcon(int) -
Method in class oracle.xml.treeviewer.XMLTreeViewBeanInfo
-
- getIcon(int) -
Method in class oracle.xml.differ.XMLDiffBeanInfo
-
- getId() -
Method in class oracle.xml.async.XSLTransformer
- Returns the unique XSLTransformer id
- getId() -
Method in class oracle.xml.async.DOMBuilder
- Returns the parser object id.
- getID() -
Method in class oracle.xml.async.XSLTransformerEvent
- Returns unique id of the XSLTransformer object which can be used to
identify which instance of the XSLTransformer generated this event in cases
where multiple instances of XSLTransformer may be working in background.
- getID() -
Method in class oracle.xml.async.DOMBuilderEvent
- Returns unique id of the DOMBuilder object which can be used to
identify which instance of the DOMBuilder generated this event in cases
where multiple instances of DOMBuilder may be working in background.
- getIDElement(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Deprecated. As of DOM 2
- getIdentities() -
Method in class oracle.xml.parser.schema.XSDElement
- Returns the set of identities
- getIDHashtable() -
Method in class oracle.xml.parser.v2.XMLDocument
- Get the ID element hashtable in the XML DOM Tree
- getImplementation() -
Method in class oracle.xml.parser.v2.XMLDocument
- The
DOMImplementation
object that handles this document.
- getImplementation() -
Method in interface org.w3c.dom.Document
- The
DOMImplementation
object that handles this document.
- getIndex(String) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String) -
Method in interface org.xml.sax.Attributes
- Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's index by qualified (prefixed) name.
- getIndex(String, String) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up the index of an attribute by Namespace name.
- getIndex(String, String) -
Method in interface org.xml.sax.Attributes
- Look up the index of an attribute by Namespace name.
- getIndex(String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's index by Namespace name.
- getInputSource() -
Method in class javax.xml.transform.sax.SAXSource
- Get the SAX InputSource to be used for the Source.
- getInputStream() -
Method in class javax.xml.transform.stream.StreamSource
- Get the byte stream that was set with setByteStream.
- getInstancename() -
Method in class oracle.xml.dbviewer.DBViewer
- Get database instance name
- getInternalObj() -
Method in class oracle.xml.sql.query.OracleXMLQuery
- This is an internal API.
- getInternalSubset() -
Method in class oracle.xml.parser.v2.DTD
-
- getInternalSubset() -
Method in interface org.w3c.dom.DocumentType
- The internal subset as a string.The actual content returned depends on
how much information is available to the implementation.
- getItemType() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Get the memberTypes
- getJDBCConnection() -
Method in class oracle.xml.xsql.XSQLConnection
-
- getJDBCConnection() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Gets the JDBC connection being used for this request (can be null)
- getJDBCConnection() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Gets the JDBC connection being used for this request (can be null)
- getJTextPane() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the viewer
JTextPane
component.
- getLastChild() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the last child of this node.
- getLastChild() -
Method in class oracle.xml.parser.v2.XMLNSNode
- Gets the last child of this node.
- getLastChild() -
Method in interface org.w3c.dom.Node
- The last child of this node.
- getLastUsed() -
Method in class oracle.xml.xsql.XSQLConnection
-
- getLength() -
Method in class oracle.xml.parser.v2.SAXAttrList
- Return the number of attributes in this list.
- getLength() -
Method in class oracle.xml.parser.schema.XSDDataValue
- Gets the length of STRING/BINARY value
return int length
- getLength() -
Method in interface org.w3c.dom.NamedNodeMap
- The number of nodes in this map.
- getLength() -
Method in interface org.w3c.dom.CharacterData
- The number of 16-bit units that are available through
data
and the substringData
method below.
- getLength() -
Method in interface org.w3c.dom.NodeList
- The number of nodes in the list.
- getLength() -
Method in interface org.xml.sax.Attributes
- Return the number of attributes in the list.
- getLength() -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the number of attributes in this list.
- getLength() -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Return the number of attributes in the list.
- getLength() -
Method in class org.xml.sax.helpers.AttributesImpl
- Return the number of attributes in the list.
- getLexicalEnumeration() -
Method in class oracle.xml.parser.schema.XSDConstrainingFacet
-
- getLexicalHandler() -
Method in class javax.xml.transform.sax.SAXResult
- Get a SAX2 LexicalHandler for the output.
- getLexicalValue() -
Method in class oracle.xml.parser.schema.XSDDataValue
- Gets LEXICAL value from the XSDDataValue class
return String value
- getLexicalValue() -
Method in class oracle.xml.parser.schema.XSDConstrainingFacet
-
- getLineNumber() -
Method in class oracle.xml.parser.v2.XMLNode
- Get line number debug information
- getLineNumber() -
Method in class oracle.xml.parser.v2.XMLDocument
- Get line number debug information
- getLineNumber() -
Method in class org.xml.sax.SAXParseException
- The line number of the end of the text where the exception occurred.
- getLineNumber() -
Method in interface org.xml.sax.Locator
- Return the line number where the current document event ends.
- getLineNumber() -
Method in class org.xml.sax.helpers.LocatorImpl
- Return the saved line number (1-based).
- getLineNumber() -
Method in interface javax.xml.transform.SourceLocator
- Return the line number where the current document event ends.
- getLineNumber(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the line number of error at specified index
- getLineNumber(int) -
Method in class oracle.xml.util.XMLException
- Get the line number of error at specified index
- getLineNumber(int) -
Method in class oracle.xml.util.XMLError
- Get the line number of error at specified index
- getLocalName() -
Method in class oracle.xml.parser.v2.XMLElement
- Gets the local Name for this element.
- getLocalName() -
Method in class oracle.xml.parser.v2.XMLDocumentFragment
- Gets the local Name for this element.
- getLocalName() -
Method in class oracle.xml.parser.v2.XMLNode
-
- getLocalName() -
Method in class oracle.xml.parser.v2.XMLNSNode
-
- getLocalName() -
Method in class oracle.xml.parser.v2.XMLAttr
- gets the local name of this attribute
- getLocalName() -
Method in class oracle.xml.parser.v2.XMLDocument
- Gets the local Name for this element.
- getLocalName() -
Method in interface oracle.xml.util.NSName
- Get the local name for this name
- getLocalName() -
Method in interface org.w3c.dom.Node
- Returns the local part of the qualified name of this node.
- getLocalName(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's local name by index.
- getLocalName(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's local name by index.
- getLocalName(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's local name.
- getLocationAsString() -
Method in class javax.xml.transform.TransformerException
- Get the location information as a string.
- getLocator() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Get the locator reported by the Reader using setDocumentLocator
- getLocator() -
Method in class oracle.xml.util.XMLError
- Return the registered locator
- getLocator() -
Method in class javax.xml.transform.TransformerException
- Method getLocator retrieves an instance of a SourceLocator
object that specifies where an error occured.
- getMaxOccurs() -
Method in class oracle.xml.parser.schema.XSDGroup
- Get the maxOccurs
- getMaxOccurs() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Get the value of maxOccurs
- getMaxOccurs() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the maxOccurs
- getMemberTypes() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Get the memberTypes
- getMessage() -
Method in class oracle.xml.parser.v2.XPathException
- Overrride getMessage, in order to construct error message from
error id, and error params
- getMessage() -
Method in class oracle.xml.parser.schema.XSDException
- Overrride getMessage, in order to construct error message from
error id, and error params
- getMessage() -
Method in class oracle.xml.async.DOMBuilderErrorEvent
- Returns the error message generated by the parser
- getMessage() -
Method in class oracle.xml.async.XSLTransformerErrorEvent
- Returns the error message that describes the error that XSLTransformer
encountered
- getMessage() -
Method in class org.xml.sax.SAXException
- Return a detail message for this exception.
- getMessage() -
Method in class javax.xml.parsers.FactoryConfigurationError
- Return the message (if any) for this error .
- getMessage() -
Method in class javax.xml.transform.TransformerFactoryConfigurationError
- Return the message (if any) for this error .
- getMessage(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the error message at specified index
- getMessage(int) -
Method in class oracle.xml.util.XMLException
- Get the error message at specified index
- getMessage(int) -
Method in class oracle.xml.util.XMLError
- Get the error message at specified index
- getMessage(int, String[]) -
Method in class oracle.xml.util.XMLError
- Get error message with more than 5 arguments
- getMessage(XMLError) -
Method in class oracle.xml.parser.v2.XPathException
- Get localized message based on the XMLError sent as parameter
- getMessage(XMLError) -
Method in class oracle.xml.parser.schema.XSDException
- Get localized message based on the XMLError sent as parameter
- getMessage0(int) -
Method in class oracle.xml.util.XMLError
- Get error message with no arguments
- getMessage1(int, String) -
Method in class oracle.xml.util.XMLError
- Get error message with 1 arguments
- getMessage2(int, String, String) -
Method in class oracle.xml.util.XMLError
- Get error message with 2 arguments
- getMessage3(int, String, String, String) -
Method in class oracle.xml.util.XMLError
- Get error message with 3 arguments
- getMessage4(int, String, String, String, String) -
Method in class oracle.xml.util.XMLError
- Get error message with 4 arguments
- getMessage5(int, String, String, String, String, String) -
Method in class oracle.xml.util.XMLError
- Get error message with 5 arguments
- getMessageAndLocation() -
Method in class javax.xml.transform.TransformerException
- Get the error message with location information
appended.
- getMessageType(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the type of the error message at specified index
- getMessageType(int) -
Method in class oracle.xml.util.XMLException
- Get the type of the error message at specified index
- getMessageType(int) -
Method in class oracle.xml.util.XMLError
- Get the type of the error message at specified index
- getMinimumSize() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the XMLSourceView minimal size.
- getMinOccurs() -
Method in class oracle.xml.parser.schema.XSDGroup
- Get the minOccurs
- getMinOccurs() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Get the value of minOccurs
- getMinOccurs() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the minOccurs
- getName() -
Method in class oracle.xml.parser.v2.XMLAttr
- Gets the attribute name.
- getName() -
Method in class oracle.xml.parser.v2.DTD
- Gets the name of the DTD; i.e., the name immediately following the
DOCTYPE
keyword.
- getName() -
Method in class oracle.xml.parser.schema.XSDNode
- Get the name of the node
- getName() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get the name of the node
- getName() -
Method in class oracle.xml.parser.schema.XSDConstrainingFacet
-
- getName() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the name of the node
- getName() -
Method in interface org.w3c.dom.Attr
- Returns the name of this attribute.
- getName() -
Method in interface org.w3c.dom.DocumentType
- The name of DTD; i.e., the name immediately following the
DOCTYPE
keyword.
- getName(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Deprecated. as of SAX2 - Replaced by getLocalName(int i)
- getName(int) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the name of an attribute in this list (by position).
- getName(int) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the name of an attribute (by position).
- getNamedConnection(String, XSQLPageRequest) -
Static method in class oracle.xml.xsql.XSQLNamedConnectionManager
-
- getNamedItem(String) -
Method in interface org.w3c.dom.NamedNodeMap
- Retrieves a node specified by name.
- getNamedItemNS(String, String) -
Method in interface org.w3c.dom.NamedNodeMap
- Retrieves a node specified by local name and namespace URI.
- getNameSize() -
Method in class oracle.xml.transviewer.DBAccess
- Returns the size of the field where the filename is kept.
- getNamespace() -
Method in class oracle.xml.parser.v2.XMLElement
- Deprecated. As of DOM 2
- getNamespace() -
Method in class oracle.xml.parser.v2.XMLNode
-
- getNamespace() -
Method in class oracle.xml.parser.v2.XMLAttr
- Deprecated. As of DOM 2
- getNamespace() -
Method in interface oracle.xml.util.NSName
- Get the resolved Namespace for this name
- getNamespace(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Deprecated. as of SAX2 - Replaced by getURI(int i)
- getNamespaceURI() -
Method in class oracle.xml.parser.v2.XMLElement
-
- getNamespaceURI() -
Method in class oracle.xml.parser.v2.XMLDocumentFragment
-
- getNamespaceURI() -
Method in class oracle.xml.parser.v2.XMLNode
-
- getNamespaceURI() -
Method in class oracle.xml.parser.v2.XMLNSNode
-
- getNamespaceURI() -
Method in class oracle.xml.parser.v2.XMLAttr
-
- getNamespaceURI() -
Method in class oracle.xml.parser.v2.XMLDocument
-
- getNamespaceURI() -
Method in class oracle.xml.parser.schema.XSDNode
-
- getNamespaceURI() -
Method in interface org.w3c.dom.Node
- The namespace URI of this node, or
null
if it is
unspecified.
- getNewValue() -
Method in interface org.w3c.dom.events.MutationEvent
newValue
indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharDataModified events.
- getNextAttribute() -
Method in class oracle.xml.parser.v2.XMLAttr
- returns the next attribute if any
- getNextSibling() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets The node immediately following this node.
- getNextSibling() -
Method in class oracle.xml.parser.v2.XMLAttr
-
- getNextSibling() -
Method in interface org.w3c.dom.Node
- The node immediately following this node.
- getNode() -
Method in class javax.xml.transform.dom.DOMSource
- Get the node that represents a Source DOM tree.
- getNode() -
Method in class javax.xml.transform.dom.DOMResult
- Get the node that will contain the result DOM tree.
- getNode(String) -
Method in class oracle.xml.classgen.CGNode
- Gets the CGNode which is one of the children of the element 'theElemnt' corresponding
to this node whose name matches the input string.
- getNodeAtOffset(int) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the XML node at a given offset.
- getNodeLocalName() -
Method in class oracle.xml.parser.v2.XMLNode
-
- getNodeLocalName() -
Method in class oracle.xml.parser.v2.XMLNSNode
-
- getNodeName() -
Method in class oracle.xml.parser.v2.AttrDecl
- Gets the name of the Attr Decl.
- getNodeName() -
Method in class oracle.xml.parser.v2.XMLCDATA
- Gets a name of the node
- getNodeName() -
Method in class oracle.xml.parser.v2.XMLPI
- Gets the name of the PI
- getNodeName() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the name of the node
- getNodeName() -
Method in class oracle.xml.parser.v2.XMLNSNode
- Gets the name of this node, depending on its type
- getNodeName() -
Method in class oracle.xml.parser.v2.ElementDecl
- Gets the name of the Element Decl.
- getNodeName() -
Method in class oracle.xml.parser.v2.XMLNotation
- Gets the name of the Notation
- getNodeName() -
Method in class oracle.xml.parser.v2.XMLComment
- Gets a name of the node
- getNodeName() -
Method in class oracle.xml.parser.v2.DTD
- Gets the name of the DTD; i.e., the name immediately following the
DOCTYPE
keyword.
- getNodeName() -
Method in class oracle.xml.parser.v2.XMLText
- Gets the name of the XMLText
- getNodeName() -
Method in interface org.w3c.dom.Node
- The name of this node, depending on its type; see the table above.
- getNodePrefix() -
Method in class oracle.xml.parser.v2.XMLNode
-
- getNodePrefix() -
Method in class oracle.xml.parser.v2.XMLNSNode
-
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLElement
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLDocumentFragment
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.AttrDecl
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLCDATA
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLPI
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the type of the node
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLAttr
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.ElementDecl
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLNotation
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLComment
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLEntity
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLEntityReference
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.DTD
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLText
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.v2.XMLDocument
- Gets a code representing the type of the underlying object
- getNodeType() -
Method in class oracle.xml.parser.schema.XSDNode
- Get the type of XSDNode.
- getNodeType() -
Method in class oracle.xml.parser.schema.XSDIdentity
- Get the node Type
- getNodeType() -
Method in interface org.w3c.dom.Node
- A code representing the type of the underlying object, as defined above.
- getNodeValue() -
Method in class oracle.xml.parser.v2.XMLDeclPI
-
- getNodeValue() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the value of this node, depending on its type
- getNodeValue() -
Method in class oracle.xml.parser.v2.XMLAttr
- Gets the value of this node, depending on its type
- getNodeValue() -
Method in class oracle.xml.parser.v2.XMLEntity
- Gets the value of this node, depending on its type
- getNodeValue() -
Method in class oracle.xml.parser.v2.XMLText
- Gets a value of this text node
- getNodeValue() -
Method in class oracle.xml.classgen.CGXSDElement
- Return the node value
- getNodeValue() -
Method in interface org.w3c.dom.Node
- The value of this node, depending on its type; see the table above.
- getNodeVector() -
Method in class oracle.xml.parser.schema.XSDGroup
- Get the particles of the group stored in nodeVector
- getNotationName() -
Method in class oracle.xml.parser.v2.XMLEntity
- For unparsed entities, gets the name of the notation for the entity.
- getNotationName() -
Method in interface org.w3c.dom.Entity
- For unparsed entities, the name of the notation for the entity.
- getNotations() -
Method in class oracle.xml.parser.v2.DTD
- A
NamedNodeMap
containing the notations declared in the
DTD.
- getNotations() -
Method in interface org.w3c.dom.DocumentType
- A
NamedNodeMap
containing the notations declared in the
DTD.
- getNumMessages() -
Method in class oracle.xml.parser.v2.XMLParseException
- Return the total number of errors/warnings found during parsing
- getNumMessages() -
Method in class oracle.xml.util.XMLException
- Return the total number of errors/warnings found during parsing
- getNumMessages() -
Method in class oracle.xml.util.XMLError
- Return the total number of errors/warnings found during parsing
- getNumRowsProcessed() -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Returns the number of rows processed.
- getObject() -
Method in class oracle.xml.parser.schema.XSDBuilder
- Returns the schema object.
- getOrder() -
Method in class oracle.xml.parser.schema.XSDGroup
- Get the composite type - ALL, SEQUENCE, CHOICE
- getOriginatingNode() -
Method in interface javax.xml.transform.dom.DOMLocator
- Return the node where the event occurred.
- getOutputEncoding() -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Get the value of the encoding specified in
xsl:output
- getOutputMediaType() -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Get the value of the media-type specified in
xsl:output
- getOutputProperties() -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Gets the output properties of the stylesheet
- getOutputProperties() -
Method in class oracle.xml.jaxp.JXTransformer
- Get a copy of the output properties for the transformation.
- getOutputProperties() -
Method in class javax.xml.transform.Transformer
- Get a copy of the output properties for the transformation.
- getOutputProperties() -
Method in interface javax.xml.transform.Templates
- Get the static properties for xsl:output.
- getOutputProperty(String) -
Method in class oracle.xml.jaxp.JXTransformer
- Get an output property that is in effect for the
transformation.
- getOutputProperty(String) -
Method in class javax.xml.transform.Transformer
- Get an output property that is in effect for the
transformation.
- getOutputStream() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns an OutputStream used for writing out the results of a page request
- getOutputStream() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getOutputStream() -
Method in class javax.xml.transform.stream.StreamResult
- Get the byte stream that was set with setOutputStream.
- getOutputStyle() -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- getOwnerDocument() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the
Document
object associated with this node.
- getOwnerDocument() -
Method in class oracle.xml.parser.v2.XMLDocument
- The
Document
object associated with this node.
- getOwnerDocument() -
Method in interface org.w3c.dom.Node
- The
Document
object associated with this node.
- getOwnerElement() -
Method in class oracle.xml.parser.v2.XMLAttr
-
- getOwnerElement() -
Method in interface org.w3c.dom.Attr
- The
Element
node this attribute is attached to or
null
if this attribute is not in use.
- getOwnerImplementation() -
Method in class oracle.xml.parser.v2.DTD
-
- getPageEncoding() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns encoding of source XSQL Page associated with this request
- getPageEncoding() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Returns encoding of source XSQL Page associated with this request
- getPageParam(String) -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getPageProcessorVersion() -
Static method in class oracle.xml.xsql.XSQLRequest
- Return the version number of the XSQL Page Processor
- getPageRequest() -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Get XSQL Page Request object for the request being processed
- getParam(String) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Deprecated. - use getParam(String, String);
- getParam(String, String) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Gets the value of a top-level stylesheet parameter.
- getParameter(String) -
Method in class oracle.xml.jaxp.JXTransformer
- Get a parameter that was explicitly set with setParameter
or setParameters.
- getParameter(String) -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns the value of the requested parameter
- getParameter(String) -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getParameter(String) -
Method in class oracle.xml.xsql.XSQLServletPageRequest
- Use HTTP Parameters as the source of parameters instead
- getParameter(String) -
Method in class javax.xml.transform.Transformer
- Get a parameter that was explicitly set with setParameter
or setParameters.
- getParent() -
Method in interface org.xml.sax.XMLFilter
- Get the parent reader.
- getParent() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the parent reader.
- getParentException() -
Method in class oracle.xml.sql.OracleXMLSQLException
- returns the original exception, if there was one; otherwise, it
returns null
- getParentNode() -
Method in class oracle.xml.parser.v2.XMLDocumentFragment
- Gets the parent of this node
- getParentNode() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the parent of this node.
- getParentNode() -
Method in class oracle.xml.parser.v2.XMLAttr
- Gets the parent of this node.
- getParentNode() -
Method in class oracle.xml.parser.v2.XMLEntity
- Gets the parent of this node.
- getParentNode() -
Method in interface org.w3c.dom.Node
- The parent of this node.
- getParser() -
Method in class oracle.xml.jaxp.JXSAXParser
- Deprecated. Use getXMLReader()
- getParser() -
Method in class javax.xml.parsers.SAXParser
- Returns the SAX parser that is encapsultated by the
implementation of this class.
- getParseTree() -
Method in class oracle.xml.parser.v2.ElementDecl
- Returns the root node of Content Model Parse Tree.
- getPassword() -
Method in class oracle.xml.xsql.XSQLNamedConnection
-
- getPassword() -
Method in class oracle.xml.dbviewer.DBViewer
- Get user password
- getPCDATAFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the PCDATA font.
- getPCDATAForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the PCDATA foreground color.
- getPIDataFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the PI Data font.
- getPIDataForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the PI Data foreground color.
- getPINameFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the PI Name font.
- getPINameForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the PI Data foreground color.
- getPort() -
Method in class oracle.xml.dbviewer.DBViewer
- Get database port number
- getPostedDocument() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns the content of Posted XML for this request as an XML Document
- getPostedDocument() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getPostedDocument() -
Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- getPrecision() -
Method in class oracle.xml.parser.schema.XSDDataValue
- Gets the precision of decimal value
return int precision
- getPreferredSize() -
Method in class oracle.xml.treeviewer.XMLTreeView
- Returns the XMLTreeView preffered size.
- getPrefix() -
Method in class oracle.xml.parser.v2.XMLElement
- Get the namespace prefix for this element.
- getPrefix() -
Method in class oracle.xml.parser.v2.XMLNode
-
- getPrefix() -
Method in class oracle.xml.parser.v2.XMLNSNode
-
- getPrefix() -
Method in class oracle.xml.parser.v2.XMLAttr
- gets the name space prefix of the element
- getPrefix() -
Method in interface oracle.xml.util.NSName
- Get the prefix for this name
- getPrefix() -
Method in interface org.w3c.dom.Node
- The namespace prefix of this node, or
null
if it is
unspecified.
- getPrefix(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Get the namespace prefix for an attribute in the list (by position)
- getPrefix(String) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Return one of the prefixes mapped to a Namespace URI.
- getPrefixes() -
Method in class org.xml.sax.helpers.NamespaceSupport
- Return an enumeration of all prefixes currently declared.
- getPrefixes(String) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Return an enumeration of all prefixes currently declared for a URI.
- getPreviousSibling() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the node immediately preceding this node.
- getPreviousSibling() -
Method in class oracle.xml.parser.v2.XMLAttr
-
- getPreviousSibling() -
Method in interface org.w3c.dom.Node
- The node immediately preceding this node.
- getPrevValue() -
Method in interface org.w3c.dom.events.MutationEvent
prevValue
indicates the previous value of the
Attr
node in DOMAttrModified events, and of the
CharacterData
node in DOMCharDataModified events.
- getProperty(String) -
Method in class oracle.xml.parser.v2.XMLNode
- Get a property of the node
- getProperty(String) -
Method in class oracle.xml.parser.v2.SAXParser
- Look up the value of a property.
- getProperty(String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Look up the value of a property.
- getProperty(String) -
Method in class oracle.xml.jaxp.JXSAXParser
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getProperty(String) -
Method in interface org.xml.sax.XMLReader
- Look up the value of a property.
- getProperty(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Look up the value of a property.
- getProperty(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Get a parser property.
- getProperty(String) -
Method in class javax.xml.parsers.SAXParser
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getPropertyDescriptors() -
Method in class oracle.xml.async.DOMBuilderBeanInfo
- Gets the
DOMBuilder
bean's PropertyDescriptors
- getPropertyDescriptors() -
Method in class oracle.xml.async.XSLTransformerBeanInfo
- Gets the
XSLTransformer
bean's PropertyDescriptors
- getPropertyDescriptors() -
Method in class oracle.xml.dbviewer.DBViewerBeanInfo
-
- getPropertyDescriptors() -
Method in class oracle.xml.srcviewer.XMLSourceViewBeanInfo
-
- getPropertyDescriptors() -
Method in class oracle.xml.transviewer.XMLTransformPanelBeanInfo
-
- getPropertyDescriptors() -
Method in class oracle.xml.transviewer.DBAccessBeanInfo
-
- getPropertyDescriptors() -
Method in class oracle.xml.treeviewer.XMLTreeViewBeanInfo
-
- getPropertyDescriptors() -
Method in class oracle.xml.differ.XMLDiffBeanInfo
-
- getPublicId() -
Method in class oracle.xml.parser.v2.XMLNotation
- Gets the Public identifer; if not specified, then
null
- getPublicId() -
Method in class oracle.xml.parser.v2.XMLEntity
- Gets the public identifier associated with the entity, if specified.
- getPublicId() -
Method in class oracle.xml.parser.v2.DTD
- Gets The public identifier associated with the DTD, if specified.
- getPublicId() -
Method in interface org.w3c.dom.Notation
- The public identifier of this notation.
- getPublicId() -
Method in interface org.w3c.dom.Entity
- The public identifier associated with the entity, if specified.
- getPublicId() -
Method in interface org.w3c.dom.DocumentType
- The public identifier of the external subset.
- getPublicId() -
Method in class org.xml.sax.SAXParseException
- Get the public identifier of the entity where the exception occurred.
- getPublicId() -
Method in interface org.xml.sax.Locator
- Return the public identifier for the current document event.
- getPublicId() -
Method in class org.xml.sax.InputSource
- Get the public identifier for this input source.
- getPublicId() -
Method in class org.xml.sax.helpers.LocatorImpl
- Return the saved public identifier.
- getPublicId() -
Method in interface javax.xml.transform.SourceLocator
- Return the public identifier for the current document event.
- getPublicId() -
Method in class javax.xml.transform.stream.StreamSource
- Get the public identifier that was set with setPublicId.
- getPublicId(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the public ID of input when error at specified index occured
- getPublicId(int) -
Method in class oracle.xml.util.XMLException
- Get the public ID of input when error at specified index occured
- getPublicId(int) -
Method in class oracle.xml.util.XMLError
- Get the public ID of input when error at specified index occured
- getQName(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's XML 1.0 qualified name by index.
- getQName(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's XML 1.0 qualified name by index.
- getQName(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's qualified (prefixed) name.
- getQualifiedName() -
Method in class oracle.xml.parser.v2.XMLElement
- Get the qualified name for this element.
- getQualifiedName() -
Method in class oracle.xml.parser.v2.XMLAttr
- Gets the qualified name for this attribute
- getQualifiedName() -
Method in interface oracle.xml.util.NSName
- Get the qualified name
- getQualifiedName(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Deprecated. as of SAX2 - Replaced by getQName(int i)
- getReader() -
Method in class javax.xml.transform.stream.StreamSource
- Get the character stream that was set with setReader.
- getRefer() -
Method in class oracle.xml.parser.schema.XSDIdentity
- Get the referenced key
- getRefLocalname() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get the local name of the resolved 'ref' attribute
- getRefLocalname() -
Method in class oracle.xml.parser.schema.XSDComplexType
- Get the local name of resolved 'base' attr
- getRefLocalname() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the local name of the resolved 'ref' attribute
- getRefNamespace() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get the namespace of the resolved 'ref' attribute
- getRefNamespace() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the namespace of the resolved 'ref' attribute
- getRefState() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get refState.
- getRefState() -
Method in class oracle.xml.parser.schema.XSDElement
- Get refState.
- getRelatedNode() -
Method in interface org.w3c.dom.events.MutationEvent
relatedNode
is used to identify a secondary node related
to a mutation event.
- getReleaseVersion() -
Static method in class oracle.xml.parser.v2.XMLParser
- Returns the release version of the Oracle XML Parser
- getReleaseVersion() -
Method in class oracle.xml.async.DOMBuilder
- Returns the release version of the Oracle XML Parser
- getReleaseVersion() -
Static method in class oracle.xml.transviewer.XMLTransViewer
- Returns the release version of the Oracle XML Transviewer
- getRequestObject(String) -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Gets a request-scope object
- getRequestObject(String) -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Gets a request-scope object
- getRequestParamsAsXMLDocument() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns the content of a Request parameters as an XML Document
- getRequestParamsAsXMLDocument() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getRequestParamsAsXMLDocument() -
Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- getRequestType() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns a string identifying the type of page request being made.
- getRequestType() -
Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- getResBuffer() -
Method in class oracle.xml.dbviewer.DBViewer
- Get the content of the result buffer
- getResCLOBFileName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get result CLOB file name
- getResCLOBTableName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get result CLOB table name
- getResFileName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get Result file name
- getResource() -
Method in class oracle.xml.async.ResourceManager
- If the number of resources available for use is nonzero,
the method decreases the number of resources by one.
- getResult() -
Method in class oracle.xml.async.XSLTransformer
- Returns the document fragment for the resulting document.
- getResult() -
Method in class oracle.xml.async.DOMBuilder
- Gets the document
- getRoot() -
Method in interface org.w3c.dom.traversal.NodeIterator
- The root node of the
NodeIterator
, as specified when it
was created.
- getRoot() -
Method in interface org.w3c.dom.traversal.TreeWalker
- The
root
node of the TreeWalker
, as specified
when it was created.
- getRootTag() -
Method in class oracle.xml.parser.v2.DTD
- Get the root tag for the DTD
- getScale() -
Method in class oracle.xml.parser.schema.XSDDataValue
- Gets the scale of decimal value
return int scale
- getSchemaByTargetNS(String) -
Method in class oracle.xml.parser.schema.XMLSchema
- Get schemaNode for the given namespace
- getSchemaTargetNS() -
Method in class oracle.xml.parser.schema.XMLSchema
- Get the top level schema's target Namespace.
- getSelector() -
Method in class oracle.xml.parser.schema.XSDIdentity
- Get the selector
- getServletContext() -
Method in class oracle.xml.xsql.XSQLServletPageRequest
- Get the HttpServletRequest that initiated this
XSQL Page Request.
- getServletInfo() -
Method in class oracle.xml.xsql.XSQLServlet
-
- getSimpleTypeSet() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get all the top level simpleType elements in the schema
- getSimpleTypeTable() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get the simple type definitions
- getSourceDocumentURI() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns a String representation of the requested document's URI
- getSourceDocumentURI() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getSpecified() -
Method in class oracle.xml.parser.v2.XMLAttr
- Returns true if the attribute was specified explicity in the element
- getSpecified() -
Method in interface org.w3c.dom.Attr
- If this attribute was explicitly given a value in the original
document, this is
true
; otherwise, it is
false
.
- getSrcRoot() -
Method in class oracle.xml.parser.v2.XMLNode
- Gets the top most ancestor of this node
used for XPath evaluation
- getSrcRoot() -
Method in class oracle.xml.parser.v2.XMLAttr
- Gets the top most ancestor of this node
used for XPath evaluation
- getStandalone() -
Method in class oracle.xml.parser.v2.XMLDeclPI
- Retrieves the standalone information.
- getStandalone() -
Method in class oracle.xml.parser.v2.XMLDocument
- Retrieves the standalone information.
- getStartContainer() -
Method in interface org.w3c.dom.ranges.Range
- Node within which the Range begins
- getStartOffset() -
Method in interface org.w3c.dom.ranges.Range
- Offset within the starting node of the Range.
- getStructVal(Node, OracleColumnName) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Internally used function.
- getStylesheetParameter(String) -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Gets a stylesheet parameter by name
- getStylesheetParameter(String) -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Gets a stylesheet parameter by name
- getStylesheetParameters() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Gets an enumeration of stylesheet parameter names
- getStylesheetParameters() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Gets an enumeration of stylesheet parameter names
- getStylesheetURI() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns the URI of the stylesheet to be used to process the result.
- getStylesheetURI() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getSubstitutionGroup() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the substitutionGroup
- getSymbolFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the NOTATION Symbol font.
- getSymbolForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the NOTATION Symbol foreground color.
- getSystemId() -
Method in class oracle.xml.parser.v2.XMLNode
- Get the system id of the entity contain this node
- getSystemId() -
Method in class oracle.xml.parser.v2.XMLNotation
- Gets the System identifer; if not specified, then
null
- getSystemId() -
Method in class oracle.xml.parser.v2.XMLEntity
- Gets the system identifier associated with the entity, if specified.
- getSystemId() -
Method in class oracle.xml.parser.v2.DTD
- Gets the system identifier associated with the DTD, if specified.
- getSystemId() -
Method in class oracle.xml.parser.v2.XMLDocument
- Get the system id of the entity contain this node
- getSystemId() -
Method in interface org.w3c.dom.Notation
- The system identifier of this notation.
- getSystemId() -
Method in interface org.w3c.dom.Entity
- The system identifier associated with the entity, if specified.
- getSystemId() -
Method in interface org.w3c.dom.DocumentType
- The system identifier of the external subset.
- getSystemId() -
Method in class org.xml.sax.SAXParseException
- Get the system identifier of the entity where the exception occurred.
- getSystemId() -
Method in interface org.xml.sax.Locator
- Return the system identifier for the current document event.
- getSystemId() -
Method in class org.xml.sax.InputSource
- Get the system identifier for this input source.
- getSystemId() -
Method in class org.xml.sax.helpers.LocatorImpl
- Return the saved system identifier.
- getSystemId() -
Method in interface javax.xml.transform.Result
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in interface javax.xml.transform.SourceLocator
- Return the system identifier for the current document event.
- getSystemId() -
Method in interface javax.xml.transform.Source
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in class javax.xml.transform.dom.DOMSource
- Get the base ID (URL or system ID) from where URLs
will be resolved.
- getSystemId() -
Method in class javax.xml.transform.dom.DOMResult
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in interface javax.xml.transform.sax.TransformerHandler
- Get the base ID (URI or system ID) from where relative
URLs will be resolved.
- getSystemId() -
Method in interface javax.xml.transform.sax.TemplatesHandler
- Get the base ID (URI or system ID) from where relative
URLs will be resolved.
- getSystemId() -
Method in class javax.xml.transform.sax.SAXResult
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in class javax.xml.transform.sax.SAXSource
- Get the base ID (URI or system ID) from where URIs
will be resolved.
- getSystemId() -
Method in class javax.xml.transform.stream.StreamResult
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in class javax.xml.transform.stream.StreamSource
- Get the system identifier that was set with setSystemId.
- getSystemId(int) -
Method in class oracle.xml.parser.v2.XMLParseException
- Get the system ID of input when error at specified index occured
- getSystemId(int) -
Method in class oracle.xml.util.XMLException
- Get the system ID of input when error at specified index occured
- getSystemId(int) -
Method in class oracle.xml.util.XMLError
- Get the system ID of input when error at specified index occured
- getTagFont() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Tag font.
- getTagForeground() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the Tag foreground color.
- getTagName() -
Method in class oracle.xml.parser.v2.XMLElement
- Gets the name of the element.
- getTagName() -
Method in interface org.w3c.dom.Element
- The name of the element.
- getTarget() -
Method in class oracle.xml.parser.v2.XMLPI
- Returns the target of this PI.
- getTarget() -
Method in interface org.w3c.dom.ProcessingInstruction
- The target of this processing instruction.
- getTarget() -
Method in interface org.w3c.dom.events.Event
- Used to indicate the
EventTarget
to which the event was
originally dispatched.
- getTargetNS() -
Method in class oracle.xml.parser.schema.XSDNode
- Get target namespace
- getTargetNS() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get target namespace
- getTargetNS() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get targetNS of the schema
- getTargetNS() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Get target namespace
- getTargetNS() -
Method in class oracle.xml.parser.schema.XSDElement
- Get target namespace
- getTemplates() -
Method in interface javax.xml.transform.sax.TemplatesHandler
- When a TemplatesHandler object is used as a ContentHandler
for the parsing of transformation instructions, it creates a Templates object,
which the caller can get once the SAX events have been completed.
- getText() -
Method in class oracle.xml.parser.v2.XMLNode
- Returns the non-marked-up text contained by this element.
- getText() -
Method in class oracle.xml.parser.v2.XMLNSNode
- Returns the non-marked-up text contained by this element.
- getText() -
Method in class oracle.xml.parser.v2.XMLDocument
- Returns the non-marked-up text contained by this element.
- getText() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns the XML document as a String.
- getTimeStamp() -
Method in interface org.w3c.dom.events.Event
- Used to specify the time (in milliseconds relative to the epoch) at
which the event was created.
- getTimingInfo() -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Internal use
- getTopRequest() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getTransformer() -
Method in interface javax.xml.transform.sax.TransformerHandler
- Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties.
- getTree() -
Method in class oracle.xml.treeviewer.XMLTreeView
-
- getType() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Get the node type
- getType() -
Method in class oracle.xml.parser.schema.XSDElement
- Get the node type
- getType() -
Method in interface org.w3c.dom.events.Event
- The name of the event (case-insensitive).
- getType(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's type by index.
- getType(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's type by index.
- getType(int) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the type of an attribute in the list (by position).
- getType(int) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the type of an attribute (by position).
- getType(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's type by index.
- getType(String) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's type by XML 1.0 qualified name.
- getType(String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's type by XML 1.0 qualified name.
- getType(String) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the type of an attribute in the list (by name).
- getType(String) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the type of an attribute (by name).
- getType(String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's type by qualified (prefixed) name.
- getType(String, String) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's type by Namespace name.
- getType(String, String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's type by Namespace name.
- getType(String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's type by Namespace-qualified name.
- getType(String, String, int) -
Method in class oracle.xml.parser.schema.XMLSchema
- Get schema component given local name, namespace and type
- getTypeDefinitionTable() -
Method in class oracle.xml.parser.schema.XMLSchemaNode
- Get the type definitions
- getTypeGroup() -
Method in class oracle.xml.parser.schema.XSDComplexType
-
- getURI(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's Namespace URI by index.
- getURI(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's Namespace URI by index.
- getURI(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's Namespace URI.
- getURI(String) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Look up a prefix and get the currently-mapped Namespace URI.
- getURIResolver() -
Method in class oracle.xml.jaxp.JXTransformer
- Get an object that will be used to resolve URIs used in
document(), etc.
- getURIResolver() -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Get the object that is used by default during the transformation
to resolve URIs used in document(), xsl:import, or xsl:include.
- getURIResolver() -
Method in class javax.xml.transform.Transformer
- Get an object that will be used to resolve URIs used in
document(), etc.
- getURIResolver() -
Method in class javax.xml.transform.TransformerFactory
- Get the object that is used by default during the transformation
to resolve URIs used in document(), xsl:import, or xsl:include.
- getURL(String) -
Static method in class oracle.xml.sql.dml.OracleXMLSave
- Given a file name or a URL it return a URL object.
- getUserAgent() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns a String identifier of the requesting program
- getUserAgent() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getUserAgent() -
Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- getUsername() -
Method in class oracle.xml.xsql.XSQLNamedConnection
-
- getUsername() -
Method in class oracle.xml.dbviewer.DBViewer
- Get user name
- getValidationMode() -
Method in class oracle.xml.parser.v2.XMLParser
- Returns the validation mode
- getValidationMode() -
Method in class oracle.xml.async.DOMBuilder
- Returns the validation mode
- getValidationModeValue() -
Method in class oracle.xml.parser.v2.XMLParser
- Returns the validation mode
- getValue() -
Method in class oracle.xml.parser.v2.XMLAttr
- Gets the attribute value.
- getValue() -
Method in interface org.w3c.dom.Attr
- On retrieval, the value of the attribute is returned as a string.
- getValue(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's value by index.
- getValue(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's value by index.
- getValue(int) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the value of an attribute in the list (by position).
- getValue(int) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the value of an attribute (by position).
- getValue(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's value by index.
- getValue(String) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's value by XML 1.0 qualified name.
- getValue(String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's value by XML 1.0 qualified name.
- getValue(String) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the value of an attribute in the list (by name).
- getValue(String) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the value of an attribute (by name).
- getValue(String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's value by qualified (prefixed) name.
- getValue(String, String) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up an attribute's value by Namespace name.
- getValue(String, String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's value by Namespace name.
- getValue(String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's value by Namespace-qualified name.
- getVariable(NSName, int) -
Method in class oracle.xml.parser.v2.XSLTContext
- Retrieve variable at the given stack offset
- getVariety() -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Get the variety of the type
- getVersion() -
Method in class oracle.xml.parser.v2.XMLDeclPI
- Retrieves the version information.
- getVersion() -
Method in class oracle.xml.parser.v2.XMLDocument
- Retrieves the version information.
- getWhatToShow() -
Method in interface org.w3c.dom.traversal.NodeIterator
- This attribute determines which node types are presented via the
iterator.
- getWhatToShow() -
Method in interface org.w3c.dom.traversal.TreeWalker
- This attribute determines which node types are presented via the
TreeWalker
.
- getWriter() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns a PrintWriter used for writing out the results of a page request
- getWriter() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getWriter() -
Method in class javax.xml.transform.stream.StreamResult
- Get the character stream that was set with setWriter.
- getXML(OracleXMLDocGen) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- NOTE: THIS IS AN INTERNAL CALL
Transforms the object-relational data, specified in the constructor,
into a XML document which is returned via the
doc
argument.
- getXML(OracleXMLDocGen, boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since v2.0
- getXML(OracleXMLDocGen, int) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- NOTE: THIS IS AN INTERNAL CALL
Transforms the object-relational data, specified in the constructor,
into a XML document which is returned via the
doc
argument.
- getXmlBuffer() -
Method in class oracle.xml.dbviewer.DBViewer
- Get the content of the XML buffer
- getXmlCLOBFileName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get XML CLOB file name
- getXmlCLOBTableName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get XML CLOB table name
- getXMLData(Connection, String, String) -
Method in class oracle.xml.transviewer.DBAccess
- Retrieve text file from XML table
- getXMLDOM() -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into a XML document.
- getXMLDOM(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since 1.2.1; please use getXMLDOM(int) instead
- getXMLDOM(int) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into a XML document.
- getXMLDOM(Node) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into XML.
- getXMLDOM(Node, int) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into XML.
- getXMLError() -
Method in class oracle.xml.util.XMLException
- Get XMLError object inside XMLException.
- getXMLErrorString() -
Method in class oracle.xml.sql.OracleXMLSQLException
- prints the XML error string with the given error tag name
- getXmlFileName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get XML file name
- getXMLMetaData(int, boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- This functions returns the DTD or the XMLSchema for the XML document
which would have been generated by a getXML call.
- getXMLMetaData(int, boolean, OracleXMLDocGen) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- NOTE: THIS IS AN INTERNAL CALL
This functions returns the DTD or the XMLSchema for the XML document
which would have been generated by a getXML call.
- getXMLNames(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Returns all file names in XML table
- getXMLProperty(String) -
Method in class oracle.xml.parser.v2.XMLParser
- Get a property.
- getXMLReader() -
Method in class oracle.xml.jaxp.JXSAXParser
- Returns the XMLReader that is encapsulated by the
implementation of this class.
- getXMLReader() -
Method in class javax.xml.parsers.SAXParser
- Returns the XMLReader that is encapsulated by the
implementation of this class.
- getXMLReader() -
Method in class javax.xml.transform.sax.SAXSource
- Get the XMLReader to be used for the Source.
- getXMLSAX(ContentHandler) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into a XML document.
- getXMLSchema() -
Method in class oracle.xml.sql.query.OracleXMLQuery
- This methods generated the XML Schema(s) corresponding to the specified
query.
- getXMLSchemaNodeTable() -
Method in class oracle.xml.parser.schema.XMLSchema
- Get XMLSchemaNode table
- getXMLSchemaURLS() -
Method in class oracle.xml.parser.schema.XMLSchema
- Get XMLSchema URLs
- getXMLSQLErrorString() -
Method in class oracle.xml.sql.OracleXMLSQLException
- prints the SQL parameters as well in the error message
- getXMLString() -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into a XML document.
- getXMLString(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since 1.2.1; please use getXMLString(int) instead
- getXMLString(int) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into a XML document.
- getXMLString(Node) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into XML.
- getXMLString(Node, int) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Transforms the object-relational data, specified in the constructor,
into XML.
- getXMLStringFromSQL(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Get XML presentation of result set from SQL query
- getXMLTableNames(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Gets all XML tables with names starting with a given string
- getXMLTreeModel() -
Method in class oracle.xml.treeviewer.XMLTreeView
-
- getXslBuffer() -
Method in class oracle.xml.dbviewer.DBViewer
- Get the content of the XSL buffer
- getXslCLOBFileName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get the XSL CLOB file name
- getXslCLOBTableName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get XSL CLOB table name
- getXslFileName() -
Method in class oracle.xml.dbviewer.DBViewer
- Get XSL file name
- getXSLOutput() -
Method in class oracle.xml.parser.v2.XSLStylesheet
-
- getXSQLConnection() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Gets the XSQLConnection Object being used for this request
Might be null.
- getXSQLConnection() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Gets the XSQLConnection Object being used for this request
Might be null.
- getXSQLPage() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns an instance of an XSQLPage representing the current request
- getXSQLPage() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- getXSQLVersionMessage(XSQLPageRequest) -
Static method in class oracle.xml.xsql.XSQLErrorWriter
-
- GMONTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- GMONTH_DAY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- GYEAR -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- GYEAR_MONTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
H
- handleAction(Node) -
Method in interface oracle.xml.xsql.XSQLActionHandler
- Handle the action, typically by executing some code
and appending new child DOM nodes to the rootNode.
- handleBindVariables(PreparedStatement) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
-
- handleBindVariables(PreparedStatement, int) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
-
- handleEvent(Event) -
Method in interface org.w3c.dom.events.EventListener
- This method is called whenever an event occurs of the type for which
the
EventListener
interface was registered.
- HandlerBase - class org.xml.sax.HandlerBase.
- Deprecated. This class works with the deprecated
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. - HandlerBase() -
Constructor for class org.xml.sax.HandlerBase
- Deprecated.
- hasAttribute(String) -
Method in class oracle.xml.parser.v2.XMLElement
-
- hasAttribute(String) -
Method in interface org.w3c.dom.Element
- Returns
true
when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
- hasAttributeNS(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
-
- hasAttributeNS(String, String) -
Method in interface org.w3c.dom.Element
- Returns
true
when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false
otherwise.
- hasAttributes() -
Method in class oracle.xml.parser.v2.XMLElement
- Returns whether this node (if it is an element) has any attributes.
- hasAttributes() -
Method in class oracle.xml.parser.v2.XMLNode
- Returns whether this node (if it is an element) has any attributes.
- hasAttributes() -
Method in interface org.w3c.dom.Node
- Returns whether this node (if it is an element) has any attributes.
- hasChildNodes() -
Method in class oracle.xml.parser.v2.XMLNode
- This is a convenience method to allow easy determination of whether a
node has any children.
- hasChildNodes() -
Method in class oracle.xml.parser.v2.XMLNSNode
- This is a convenience method to allow easy determination of whether a
node has any children.
- hasChildNodes() -
Method in class oracle.xml.parser.v2.DTD
- This is a convenience method to allow easy determination of whether a
node has any children.
- hasChildNodes() -
Method in interface org.w3c.dom.Node
- Returns whether this node has any children.
- hasFeature(String, String) -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
- Test if the DOM implementation implements a specific feature.
- hasFeature(String, String) -
Method in interface org.w3c.dom.DOMImplementation
- Test if the DOM implementation implements a specific feature.
- HEX_BINARY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- HIERARCHY_REQUEST_ERR -
Static variable in class org.w3c.dom.DOMException
- If any node is inserted somewhere it doesn't belong
- hndl -
Variable in class oracle.xml.parser.v2.DOMParser
-
- HttpRequestAsXMLDocument(HttpServletRequest, String) -
Static method in class oracle.xml.xsql.XSQLHttpUtil
-
I
- iANY_SIMPLE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Primitive datatypes const
- iANY_URI -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iBASE64_BINARY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iBOOLEAN -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- id -
Variable in class oracle.xml.async.XSLTransformerEvent
- ID of the source XSLTransformer object
- id -
Variable in class oracle.xml.async.DOMBuilderEvent
- ID of the source DOMBuilder object
- ID -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - TokenizedType - ID
- ID -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- ID_ATTR_DECL -
Static variable in class oracle.xml.parser.v2.ElementDecl
-
- iDATE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iDATE_TIME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iDECIMAL -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iDOUBLE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- IDREF -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - TokenizedType - ID reference
- IDREF -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- IDREFS -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - TokenizedType - ID references
- IDREFS -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Derived by List
- iDUMMY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Contraining Facet IDs
- iDURATION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iENUMERATION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iFLOAT -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iFRACTION_DIGITS -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iGDAY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iGMONTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iGMONTH_DAY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- ignorableWhitespace(char[], int, int) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of ignorable whitespace in element content
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in interface org.xml.sax.ContentHandler
- Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 ignorable whitespace event.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an ignorable whitespace event.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 ignorable whitespace event.
- iGYEAR -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iGYEAR_MONTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iHEX_BINARY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iLENGTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iMAXEXCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iMAXINCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iMAXLENGTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iMINEXCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iMININCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iMINLENGTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- IMPLIED -
Static variable in class oracle.xml.parser.v2.AttrDecl
- Attribute presence - Implied
- importNode(Node, boolean) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- importNode(Node, boolean) -
Method in interface org.w3c.dom.Document
- Imports a node from another document to this document.
- INDENT -
Static variable in class javax.xml.transform.OutputKeys
- indent = "yes" | "no".
- INDEX_SIZE_ERR -
Static variable in class org.w3c.dom.DOMException
- If index or size is negative, or greater than the allowed value
- init() -
Static method in class oracle.xml.parser.schema.XSDComplexType
-
- init(ServletConfig) -
Method in class oracle.xml.xsql.XSQLServlet
-
- init(XSQLPageRequest, Element) -
Method in interface oracle.xml.xsql.XSQLActionHandler
- Initialize the Action Handler
- init(XSQLPageRequest, Element) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
-
- initCause(Throwable) -
Method in class javax.xml.transform.TransformerException
- Initializes the cause of this throwable to the specified value.
- initEvent(String, boolean, boolean) -
Method in interface org.w3c.dom.events.Event
- The
initEvent
method is used to initialize the value of an
Event
created through the DocumentEvent
interface.
- initMutationEvent(String, boolean, boolean, Node, String, String, String, short) -
Method in interface org.w3c.dom.events.MutationEvent
- The
initMutationEvent
method is used to initialize the
value of a MutationEvent
created through the
DocumentEvent
interface.
- inJServ() -
Static method in class oracle.xml.xsql.XSQLServlet
-
- iNOTATION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- inputDOMDocument -
Variable in class oracle.xml.srcviewer.XMLSourceView
-
- InputSource - class org.xml.sax.InputSource.
- A single input source for an XML entity.
- InputSource() -
Constructor for class org.xml.sax.InputSource
- Zero-argument default constructor.
- InputSource(InputStream) -
Constructor for class org.xml.sax.InputSource
- Create a new input source with a byte stream.
- InputSource(Reader) -
Constructor for class org.xml.sax.InputSource
- Create a new input source with a character stream.
- InputSource(String) -
Constructor for class org.xml.sax.InputSource
- Create a new input source with a system identifier.
- insertBefore(Node, Node) -
Method in class oracle.xml.parser.v2.XMLNode
- Inserts the node
newChild
before the existing child node
refChild
.
- insertBefore(Node, Node) -
Method in class oracle.xml.parser.v2.XMLNSNode
- Inserts the node
newChild
before the existing child node
refChild
.
- insertBefore(Node, Node) -
Method in class oracle.xml.parser.v2.XMLDocument
- Inserts the node
newChild
before the existing child node
refChild
.
- insertBefore(Node, Node) -
Method in interface org.w3c.dom.Node
- Inserts the node
newChild
before the existing child node
refChild
.
- insertBLOBData(Connection, String, String, byte[]) -
Method in class oracle.xml.transviewer.DBAccess
- Inserts binary file as a row in BLOB table
- insertData(int, String) -
Method in interface org.w3c.dom.CharacterData
- Insert a string at the specified 16-bit unit offset.
- insertNode(Node) -
Method in interface org.w3c.dom.ranges.Range
- Inserts a node into the Document or DocumentFragment at the start of
the Range.
- insertXML(Document) -
Method in class oracle.xml.sql.dml.OracleXMLSave
-
- insertXML(InputStream) -
Method in class oracle.xml.sql.dml.OracleXMLSave
-
- insertXML(Reader) -
Method in class oracle.xml.sql.dml.OracleXMLSave
-
- insertXML(String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
-
- insertXML(URL) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Inserts an XML document from a specified URL into the specified table,
By default, the insert routine inserts the values into the table by
matching the element name with the column name and inserts a null value
for all elements that are missing in the input document.
- insertXMLData(Connection, String, String, String) -
Method in class oracle.xml.transviewer.DBAccess
- Inserts text file as a row in XML table
- inSource -
Variable in class oracle.xml.async.DOMBuilder
- InputSource containing XML data to parse
- inStream -
Variable in class oracle.xml.async.DOMBuilder
- InputStream containing XML data to parse
- inString -
Variable in class oracle.xml.async.DOMBuilder
- String containing the URL to parse XML data from
- INT -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- INTEGER -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Basic generated type derived from DECIMAL
- internalEntityDecl(String, String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report an internal entity declaration.
- internalEntityDecl(String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report an internal entity declaration.
- INUSE_ATTRIBUTE_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to add an attribute that is already in use
elsewhere
- INVALID_ACCESS_ERR -
Static variable in class org.w3c.dom.DOMException
- If a parameter or an operation is not supported by the underlying
object.
- INVALID_CHARACTER_ERR -
Static variable in class org.w3c.dom.DOMException
- If an invalid or illegal character is specified, such as in a name.
- INVALID_MODIFICATION_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to modify the type of the underlying object.
- INVALID_NODE_TYPE_ERR -
Static variable in class org.w3c.dom.ranges.RangeException
- If the container of an boundary-point of a Range is being set to either
a node of an invalid type or a node with an ancestor of an invalid
type.
- INVALID_STATE_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to use an object that is not, or is no longer,
usable.
- InvalidContentException - exception oracle.xml.classgen.InvalidContentException.
- Definition of InvalidContentException thrown by DTDClassGenerator
- InvalidContentException() -
Constructor for class oracle.xml.classgen.InvalidContentException
-
- InvalidContentException(String) -
Constructor for class oracle.xml.classgen.InvalidContentException
-
- iPATTERN -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iQNAME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- isAbsoluteURL(String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- isAbstract() -
Method in class oracle.xml.parser.schema.XSDComplexType
-
- isAbstract() -
Method in class oracle.xml.parser.schema.XSDSimpleType
-
- isAbstract() -
Method in class oracle.xml.parser.schema.XSDElement
-
- isCoalescing() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which converts CDATA nodes to Text nodes and appends it to
the adjacent (if any) Text node.
- isEditable() -
Method in class oracle.xml.srcviewer.XMLSourceView
- Returns boolean to indicate whether this object is editable.
- isExpandEntityReferences() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which expand entity reference nodes.
- isFixed(boolean) -
Method in class oracle.xml.parser.schema.XSDConstrainingFacet
-
- isIgnoreElementContentWhitespace() -
Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
-
- isIgnoringComments() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignores comments.
- isIgnoringElementContentWhitespace() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignore ignorable whitespace in element content.
- isIncludedRequest() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns true if this request is being included in another.
- isIncludedRequest() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Returns true if this request is being included in another.
- isNamespaceAware() -
Method in class oracle.xml.parser.v2.NodeFactory
- Check if the NodeFactory is namespace aware
If TRUE, createElementNS(localName, prefix, namespaceURI) and
createAttributeNS(localName, prefix, namespaceURI, value) functions
will be used to create Element and Attr nodes.
- isNamespaceAware() -
Method in class oracle.xml.jaxp.JXSAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class oracle.xml.jaxp.JXSAXParser
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNodeFlag(int) -
Method in class oracle.xml.parser.v2.XMLNode
-
- isNodeType(int) -
Method in class oracle.xml.parser.schema.XSDNode
- Checks if the node is of the give type
- isNullable() -
Method in class oracle.xml.parser.schema.XSDElement
-
- isOracleDriver() -
Method in class oracle.xml.xsql.XSQLConnection
-
- isOracleDriver() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns true if the current connection uses the Oracle JDBC Driver
- isOracleDriver() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Returns true if the current connection uses the Oracle JDBC Driver
- isRequired() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Check if the attribute is required
- isSupported(String, String) -
Method in class oracle.xml.parser.v2.XMLNode
-
- isSupported(String, String) -
Method in interface org.w3c.dom.Node
- Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
- iSTRING -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- isUseOutputStream() -
Method in interface oracle.xml.xsql.XSQLPageRequest
-
- isUseOutputStream() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- isValidating -
Variable in class oracle.xml.classgen.CGNode
-
- isValidating() -
Method in class oracle.xml.jaxp.JXSAXParser
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isValidating() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isWhiteSpaceNode() -
Method in class oracle.xml.parser.v2.XMLText
- Check is the text node is a whitespace node
- isXMLPropertyReadOnly(String) -
Method in class oracle.xml.parser.v2.XMLParser
- Check is the property is read-only
Returns true if the property is not supported
- isXMLPropertySupported(String) -
Method in class oracle.xml.parser.v2.XMLParser
- Check is the property is supported
- isXMLTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Check if the table is XML table.
- item(int) -
Method in interface org.w3c.dom.NamedNodeMap
- Returns the
index
th item in the map.
- item(int) -
Method in interface org.w3c.dom.NodeList
- Returns the
index
th item in the collection.
- iTIME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iTOTAL_DIGITS -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iWHITESPACE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
J
- JAVASCHEME -
Static variable in class oracle.xml.xsql.XSQLUtil
-
- javax.xml.parsers - package javax.xml.parsers
-
- javax.xml.transform - package javax.xml.transform
-
- javax.xml.transform.dom - package javax.xml.transform.dom
-
- javax.xml.transform.sax - package javax.xml.transform.sax
-
- javax.xml.transform.stream - package javax.xml.transform.stream
-
- jScrollPane -
Variable in class oracle.xml.srcviewer.XMLSourceView
-
- jTextPane -
Variable in class oracle.xml.srcviewer.XMLSourceView
-
- JXDocumentBuilder - class oracle.xml.jaxp.JXDocumentBuilder.
- Defines the API to obtain DOM Document instances from an XML
document.
- JXDocumentBuilderFactory - class oracle.xml.jaxp.JXDocumentBuilderFactory.
- Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
- JXDocumentBuilderFactory() -
Constructor for class oracle.xml.jaxp.JXDocumentBuilderFactory
- Default Constructor
- JXSAXParser - class oracle.xml.jaxp.JXSAXParser.
- Defines the API that wraps an
org.xml.sax.XMLReader
implementation class. - JXSAXParserFactory - class oracle.xml.jaxp.JXSAXParserFactory.
- Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
- JXSAXParserFactory() -
Constructor for class oracle.xml.jaxp.JXSAXParserFactory
- Default Constructor
- JXSAXTransformerFactory - class oracle.xml.jaxp.JXSAXTransformerFactory.
- A JXTransformerFactory instance can be used to create Transformer and
Templates objects.
- JXSAXTransformerFactory() -
Constructor for class oracle.xml.jaxp.JXSAXTransformerFactory
- The default constructor
- JXTransformer - class oracle.xml.jaxp.JXTransformer.
- An instance of this class transforms a source tree into a result tree.
- JXTransformer() -
Constructor for class oracle.xml.jaxp.JXTransformer
- Default constructor
- JXTransformer(XSLStylesheet) -
Constructor for class oracle.xml.jaxp.JXTransformer
- Constructor is based on
K
- keepCursorState(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since 1.2.1; use keepObjectOpen instead.
- keepObjectOpen(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- The default behavior for all the getXML functions which DO NOT TAKE in a
ResultSet object is to close the ResultSet object and Statement objects
at the end of the call.
L
- LANGUAGE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- lastChild() -
Method in interface org.w3c.dom.traversal.TreeWalker
- Moves the
TreeWalker
to the last visible child of the
current node, and returns the new node.
- LENGTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- LexicalHandler - interface org.xml.sax.ext.LexicalHandler.
- SAX2 extension handler for lexical events.
- line -
Variable in class oracle.xml.util.XMLError
- Information of the error occured
- loadResBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the result buffer from file
- loadResBuffer(String, String) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the result buffer from CLOB file
- loadResBuffer(XMLDocument) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the result buffer from XMLDocument
- loadResBufferFromClob() -
Method in class oracle.xml.dbviewer.DBViewer
- Load the result buffer from CLOB file
- loadResBufferFromFile() -
Method in class oracle.xml.dbviewer.DBViewer
- Load the result buffer from file
- loadXmlBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XML buffer from file
- loadXmlBuffer(String, String) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XML buffer from CLOB file
- loadXmlBuffer(XMLDocument) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XML buffer from XMLDocument
- loadXmlBufferFromClob() -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XML buffer from CLOB file
- loadXmlBufferFromFile() -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XML buffer from file
- loadXMLBufferFromSQL(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XML buffer from SQL result set
- loadXslBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XSL buffer from file
- loadXslBuffer(String, String) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XSL buffer from CLOB file
- loadXslBuffer(XMLDocument) -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XSL buffer from XMLDocument
- loadXslBufferFromClob() -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XSL buffer from CLOB file
- loadXslBufferFromFile() -
Method in class oracle.xml.dbviewer.DBViewer
- Load the XSL buffer from file
- Locator - interface org.xml.sax.Locator.
- Interface for associating a SAX event with a document location.
- LocatorImpl - class org.xml.sax.helpers.LocatorImpl.
- Provide an optional convenience implementation of Locator.
- LocatorImpl() -
Constructor for class org.xml.sax.helpers.LocatorImpl
- Zero-argument constructor.
- LocatorImpl(Locator) -
Constructor for class org.xml.sax.helpers.LocatorImpl
- Copy constructor.
- LONG -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
M
- main(String[]) -
Static method in class oracle.xml.parser.v2.oraxml
-
- main(String[]) -
Static method in class oracle.xml.parser.v2.oraxsl
- Invokes the oraxsl driver
- main(String[]) -
Static method in class oracle.xml.classgen.oracg
- The main method
- main(String[]) -
Static method in class oracle.xml.xsql.XSQLCommandLine
-
- main(String[]) -
Static method in class oracle.xml.transviewer.XMLTransViewer
-
- makeParser() -
Static method in class org.xml.sax.helpers.ParserFactory
- Deprecated. Create a new SAX parser using the `org.xml.sax.parser' system property.
- makeParser(String) -
Static method in class org.xml.sax.helpers.ParserFactory
- Deprecated. Create a new SAX parser object using the class name provided.
- MAXEXCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- MAXINCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- MAXLENGTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- MAXROWS_ALL -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The MAXROWS_ALL specifies that all rows be included in the result
- MAXROWS_DEFAULT -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since v2.0; Use MAXROWS_ALL instead
- MAXROWS_NONE -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since v2.0; Use
0
instead
- MEDIA_TYPE -
Static variable in class javax.xml.transform.OutputKeys
- media-type = string.
- mesg -
Variable in class oracle.xml.util.XMLError
-
- METHOD -
Static variable in class javax.xml.transform.OutputKeys
- method = "xml" | "html" | "text" | expanded name.
- methodToCall -
Variable in class oracle.xml.async.XSLTransformer
- The XSL transformation method to call based on input types.
- methodToCall -
Variable in class oracle.xml.async.DOMBuilder
- XML Parser method to call based on input types
- MINEXCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- MININCLUSIVE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- MINLENGTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- MIXED -
Static variable in class oracle.xml.parser.v2.ElementDecl
- Element content type - Children can be PCDATA & elements as per Content Model
- model -
Variable in class oracle.xml.treeviewer.XMLTreeView
-
- MODIFICATION -
Static variable in interface org.w3c.dom.events.MutationEvent
- The
Attr
was modified in place.
- MONTH -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- msg(String) -
Method in class oracle.xml.xsql.XSQLDiagnostic
-
- MutationEvent - interface org.w3c.dom.events.MutationEvent.
- The
MutationEvent
interface provides specific contextual
information associated with Mutation events.
N
- N_STRING -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Basic generated type derived from STRING
- NAME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- NamedNodeMap - interface org.w3c.dom.NamedNodeMap.
- Objects implementing the
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name. - nameSize -
Variable in class oracle.xml.transviewer.DBAccess
-
- NAMESPACE_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to create or change an object in a way which is
incorrect with regard to namespaces.
- NamespaceSupport - class org.xml.sax.helpers.NamespaceSupport.
- Encapsulate Namespace logic for use by SAX drivers.
- NamespaceSupport() -
Constructor for class org.xml.sax.helpers.NamespaceSupport
- Create a new Namespace support object.
- NCNAME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- NEGATIVE_INTEGER -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- nerrors -
Variable in class oracle.xml.util.XMLError
- Number of errors
- newDocument() -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Obtain a new instance of a DOM Document object to build a DOM
tree with.
- newDocument() -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- newDocument() -
Method in class javax.xml.parsers.DocumentBuilder
- Obtain a new instance of a DOM Document object to build a DOM
tree with.
- newDocumentBuilder() -
Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Creates a new instance of a DocumentBuilder using the
currently configured parameters.
- newDocumentBuilder() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Creates a new instance of a DocumentBuilder using the
currently configured parameters.
- newInstance() -
Static method in class javax.xml.parsers.SAXParserFactory
- Obtain a new instance of a
SAXParserFactory
.
- newInstance() -
Static method in class javax.xml.parsers.DocumentBuilderFactory
- Obtain a new instance of a
DocumentBuilderFactory
.
- newInstance() -
Static method in class javax.xml.transform.TransformerFactory
- Obtain a new instance of a
TransformerFactory
.
- newSAXParser() -
Method in class oracle.xml.jaxp.JXSAXParserFactory
- Creates a new instance of a SAXParser using the currently
configured factory parameters.
- newSAXParser() -
Method in class javax.xml.parsers.SAXParserFactory
- Creates a new instance of a SAXParser using the currently
configured factory parameters.
- newTemplates(Source) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Process the Source into a Templates object, which is a
a compiled representation of the source.
- newTemplates(Source) -
Method in class javax.xml.transform.TransformerFactory
- Process the Source into a Templates object, which is a
a compiled representation of the source.
- newTemplatesHandler() -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Get a TemplatesHandler object that can process SAX
ContentHandler events into a Templates object.
- newTemplatesHandler() -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TemplatesHandler object that can process SAX
ContentHandler events into a Templates object.
- newTransformer() -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Create a new Transformer for XSL Transformation
- newTransformer() -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Create a new Transformer object that performs a copy
of the source to the result.
- newTransformer() -
Method in interface javax.xml.transform.Templates
- Create a new transformation context for this Templates object.
- newTransformer() -
Method in class javax.xml.transform.TransformerFactory
- Create a new Transformer object that performs a copy
of the source to the result.
- newTransformer(Source) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Process the Source into a Transformer object.
- newTransformer(Source) -
Method in class javax.xml.transform.TransformerFactory
- Process the Source into a Transformer object.
- newTransformerHandler() -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result.
- newTransformerHandler() -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result.
- newTransformerHandler(Source) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the transformation
instructions specified by the argument.
- newTransformerHandler(Source) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the transformation
instructions specified by the argument.
- newTransformerHandler(Templates) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the Templates argument.
- newTransformerHandler(Templates) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the Templates argument.
- newXMLFilter(Source) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Create an XMLFilter that uses the given Source as the
transformation instructions.
- newXMLFilter(Source) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Create an XMLFilter that uses the given Source as the
transformation instructions.
- newXMLFilter(Templates) -
Method in class oracle.xml.jaxp.JXSAXTransformerFactory
- Create an XMLFilter, based on the Templates argument..
- newXMLFilter(Templates) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Create an XMLFilter, based on the Templates argument..
- newXSLStylesheet(InputStream) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Constructs an XSLStylesheet using the given Inputstream
XSL function document('') is not supported as there is no way
to re-access the input Stylesheet as XMLDocument.
- newXSLStylesheet(Reader) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Constructs an XSLStylesheet using the given Reader
XSL function document('') is not supported as there is no way
to re-access the input Stylesheet as XMLDocument.
- newXSLStylesheet(URL) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Constructs an XSLStylesheet using the given URL
- newXSLStylesheet(XMLDocument) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Constructs an XSLStylesheet using the given XMLDocument
- nextNode() -
Method in interface org.w3c.dom.traversal.NodeIterator
- Returns the next node in the set and advances the position of the
iterator in the set.
- nextNode() -
Method in interface org.w3c.dom.traversal.TreeWalker
- Moves the
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
- nextSibling() -
Method in interface org.w3c.dom.traversal.TreeWalker
- Moves the
TreeWalker
to the next sibling of the current
node, and returns the new node.
- nFacets -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- NMTOKEN -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - TokenizedType - Name token
- NMTOKEN -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- NMTOKENS -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - TokenizedType - Name tokens
- NMTOKENS -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- NO_DATA_ALLOWED_ERR -
Static variable in class org.w3c.dom.DOMException
- If data is specified for a node which does not support data
- NO_MODIFICATION_ALLOWED_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to modify an object where modifications are not
allowed
- Node - interface org.w3c.dom.Node.
- The
Node
interface is the primary datatype for the entire
Document Object Model. - NODE_FACTORY -
Static variable in class oracle.xml.parser.v2.DOMParser
- Set NodeFactory to build custom Nodes
- NODE_FACTORY -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Set NodeFactory to build custom Nodes
- NODE_FACTORY_USE_NAME_SPACE -
Static variable in class oracle.xml.parser.v2.DOMParser
- Set flag to use the namespace API of NodeFactory
- NodeFactory - class oracle.xml.parser.v2.NodeFactory.
- This class specifies methods to create various nodes of
the DOM tree built during parsing.
- NodeFactory() -
Constructor for class oracle.xml.parser.v2.NodeFactory
-
- NodeFilter - interface org.w3c.dom.traversal.NodeFilter.
- Filters are objects that know how to "filter out" nodes.
- NodeIterator - interface org.w3c.dom.traversal.NodeIterator.
Iterators
are used to step through a set of nodes, e.g.- NodeList - interface org.w3c.dom.NodeList.
- The
NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented. - NON_NEGATIVE_INTEGER -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- NON_POSITIVE_INTEGER -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- noncapturing -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- NONE -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The NONE is used to specified that no DTD is to be generated
- normalize() -
Method in class oracle.xml.parser.v2.XMLElement
- Deprecated. As of DOM 2
- normalize() -
Method in class oracle.xml.parser.v2.XMLNode
-
- normalize() -
Method in class oracle.xml.parser.v2.XMLNSNode
-
- normalize() -
Method in class oracle.xml.parser.v2.DTD
-
- normalize() -
Method in interface org.w3c.dom.Node
- Puts all
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
- NOT_FOUND_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to reference a node in a context where it does
not exist
- NOT_SUPPORTED_ERR -
Static variable in class org.w3c.dom.DOMException
- If the implementation does not support the requested type of object or
operation.
- Notation - interface org.w3c.dom.Notation.
- This interface represents a notation declared in the DTD.
- NOTATION -
Static variable in class oracle.xml.parser.v2.AttrDecl
- AttType - EnumeratedType - Notation
- NOTATION_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Notation
.
- NotationDecl -
Static variable in interface oracle.xml.parser.v2.XMLToken
- NotationDecl ::= '<' '!NOTATION' S Name S (ExternalID | PublicID) S? '>'
- notationDecl(String, String, String) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a notation declaration.
- notationDecl(String, String, String) -
Method in interface org.xml.sax.DTDHandler
- Receive notification of a notation declaration event.
- notationDecl(String, String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter a notation declaration event.
- notationDecl(String, String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a notation declaration.
- NSName - interface oracle.xml.parser.v2.NSName.
- Deprecated. - use oracle.xml.util.NSName
- NSName - interface oracle.xml.util.NSName.
- This interface provides Namespace support for Element and Attr names
- NSResolver - interface oracle.xml.parser.v2.NSResolver.
- This interface provides support for resolving Namespaces
- NULL -
Static variable in class oracle.xml.xsql.XSQLUtil
-
O
- OMIT_XML_DECLARATION -
Static variable in class javax.xml.transform.OutputKeys
- omit-xml-declaration = "yes" | "no".
- OR -
Static variable in class oracle.xml.parser.v2.ElementDecl
- ContentModelParseTreeNode type - "|" node (has two children)
- oracg - class oracle.xml.classgen.oracg.
- The oracg class provides a command-line interface to generate
java classes corresponding to the DTD or XML Schema
java oracle.xml.classgen.oracg options are:
-help Prints the help message text
-version Print the release version. - oracg() -
Constructor for class oracle.xml.classgen.oracg
-
- oracle.xml.async - package oracle.xml.async
-
- oracle.xml.classgen - package oracle.xml.classgen
-
- oracle.xml.comp - package oracle.xml.comp
-
- oracle.xml.dbviewer - package oracle.xml.dbviewer
-
- oracle.xml.differ - package oracle.xml.differ
-
- oracle.xml.jaxp - package oracle.xml.jaxp
-
- oracle.xml.parser.schema - package oracle.xml.parser.schema
-
- oracle.xml.parser.v2 - package oracle.xml.parser.v2
-
- oracle.xml.sql - package oracle.xml.sql
-
- oracle.xml.sql.dml - package oracle.xml.sql.dml
-
- oracle.xml.sql.query - package oracle.xml.sql.query
-
- oracle.xml.srcviewer - package oracle.xml.srcviewer
-
- oracle.xml.transviewer - package oracle.xml.transviewer
-
- oracle.xml.treeviewer - package oracle.xml.treeviewer
-
- oracle.xml.util - package oracle.xml.util
-
- oracle.xml.xsql - package oracle.xml.xsql
-
- OracleXMLQuery - class oracle.xml.sql.query.OracleXMLQuery.
- The
OracleXMLQuery
class does the generation of XML given a
SQL query. - OracleXMLQuery(Connection, ResultSet) -
Constructor for class oracle.xml.sql.query.OracleXMLQuery
- Constructor for the OracleXMLQueryObject.
- OracleXMLQuery(Connection, String) -
Constructor for class oracle.xml.sql.query.OracleXMLQuery
- Constructor for the OracleXMLQueryObject.
- OracleXMLQuery(OracleXMLDataSet) -
Constructor for class oracle.xml.sql.query.OracleXMLQuery
- Constructor for the OracleXMLQueryObject.
- OracleXMLSave - class oracle.xml.sql.dml.OracleXMLSave.
- OracleXMLSave - this class supports canonical mapping from XML to
object-relational tables or views.
- OracleXMLSave(Connection, OracleColumnName[]) -
Constructor for class oracle.xml.sql.dml.OracleXMLSave
- Constructor for internal use
- OracleXMLSave(Connection, String) -
Constructor for class oracle.xml.sql.dml.OracleXMLSave
- The public constructor for the Save class.
- OracleXMLSQLException - exception oracle.xml.sql.OracleXMLSQLException.
-
- OracleXMLSQLException(Exception) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLException(Exception, String) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLException(String) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLException(String, Exception) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLException(String, Exception, String) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLException(String, int) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLException(String, int, String) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLException(String, String) -
Constructor for class oracle.xml.sql.OracleXMLSQLException
-
- OracleXMLSQLNoRowsException - exception oracle.xml.sql.OracleXMLSQLNoRowsException.
-
- OracleXMLSQLNoRowsException() -
Constructor for class oracle.xml.sql.OracleXMLSQLNoRowsException
-
- OracleXMLSQLNoRowsException(String) -
Constructor for class oracle.xml.sql.OracleXMLSQLNoRowsException
-
- oraxml - class oracle.xml.parser.v2.oraxml.
- The oraxml class provides a command-line interface to validate XML files
- oraxml() -
Constructor for class oracle.xml.parser.v2.oraxml
-
- oraxsl - class oracle.xml.parser.v2.oraxsl.
- The oraxsl class provides a command-line interface to applying stylesheets
on multiple XML documents.
- oraxsl() -
Constructor for class oracle.xml.parser.v2.oraxsl
-
- org.w3c.dom - package org.w3c.dom
-
- org.w3c.dom.events - package org.w3c.dom.events
-
- org.w3c.dom.ranges - package org.w3c.dom.ranges
-
- org.w3c.dom.traversal - package org.w3c.dom.traversal
-
- org.xml.sax - package org.xml.sax
-
- org.xml.sax.ext - package org.xml.sax.ext
-
- org.xml.sax.helpers - package org.xml.sax.helpers
-
- out -
Variable in class oracle.xml.parser.v2.XMLPrintDriver
- XMLOutputStream to print the serialized form.
- out -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- outputEncoding -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- OutputKeys - class javax.xml.transform.OutputKeys.
- Provides string constants that can be used to set
output properties for a Transformer, or to retrieve
output properties from a Transformer or Templates object.
- outStream -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
P
- pageProcessingCompleted() -
Method in interface oracle.xml.xsql.XSQLRequestObjectListener
-
- pageurl -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- parameters -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- parentNode() -
Method in interface org.w3c.dom.traversal.TreeWalker
- Moves to and returns the closest visible ancestor node of the current
node.
- parents -
Variable in class oracle.xml.parser.v2.DocumentBuilder
-
- PARSE_XML_EVENTS -
Static variable in class oracle.xml.parser.v2.DOMParser
- Set flag to parse XML events; the value of this attribute should be an instance of
EventListenerProvider
- parse(File) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given file as an XML document
and return a new DOM Document object.
- parse(File, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the file specified as XML using the
specified
org.xml.sax.helpers.DefaultHandler
.
- parse(File, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the file specified as XML using the
specified
org.xml.sax.HandlerBase
.
- parse(InputSource) -
Method in class oracle.xml.parser.v2.XMLParser
- Parses the XML from given input source
- parse(InputSource) -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Parse the content of the given input source as an XML document
and return a new DOM Document object.
- parse(InputSource) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML from given input source
- parse(InputSource) -
Method in interface org.xml.sax.Parser
- Deprecated. Parse an XML document.
- parse(InputSource) -
Method in interface org.xml.sax.XMLReader
- Parse an XML document.
- parse(InputSource) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Parse the document.
- parse(InputSource) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Parse a document.
- parse(InputSource) -
Method in class org.xml.sax.helpers.ParserAdapter
- Parse an XML document.
- parse(InputSource) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given input source as an XML document
and return a new DOM Document object.
- parse(InputSource, DefaultHandler) -
Method in class oracle.xml.jaxp.JXSAXParser
- Parse the content given
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
- parse(InputSource, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content given
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
- parse(InputSource, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content given
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.HandlerBase
.
- parse(InputStream) -
Method in class oracle.xml.parser.v2.XMLParser
- Parses the XML from given input stream.
- parse(InputStream) -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Parse the content of the given InputStream as an XML document
and return a new DOM Document object.
- parse(InputStream) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML from given input stream.
- parse(InputStream) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given InputStream as an XML document
and return a new DOM Document object.
- parse(InputStream, DefaultHandler) -
Method in class oracle.xml.jaxp.JXSAXParser
- Parse the content of the given
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
- parse(InputStream, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
- parse(InputStream, DefaultHandler, String) -
Method in class oracle.xml.jaxp.JXSAXParser
- Parse the content of the given
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
- parse(InputStream, DefaultHandler, String) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
- parse(InputStream, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
- parse(InputStream, HandlerBase, String) -
Method in class oracle.xml.jaxp.JXSAXParser
- Parse the content of the given
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
- parse(InputStream, HandlerBase, String) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
- parse(InputStream, String) -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Parse the content of the given InputStream as an XML document
and return a new DOM Document object.
- parse(InputStream, String) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given InputStream as an XML document
and return a new DOM Document object.
- parse(InputStream, URL, PrintWriter) -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- parse(Reader) -
Method in class oracle.xml.parser.v2.XMLParser
- Parses the XML from given input stream.
- parse(Reader) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML from given input stream.
- parse(Reader, PrintWriter) -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- parse(String) -
Method in class oracle.xml.parser.v2.XMLParser
- Parses the XML from the URL indicated
- parse(String) -
Method in class oracle.xml.comp.CXMLParser
- Parse the Binary XML file
- parse(String) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML from the URL indicated
- parse(String) -
Method in interface org.xml.sax.Parser
- Deprecated. Parse an XML document from a system identifier (URI).
- parse(String) -
Method in interface org.xml.sax.XMLReader
- Parse an XML document from a system identifier (URI).
- parse(String) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Parse the document.
- parse(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Parse a document.
- parse(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Parse an XML document.
- parse(String) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given URI as an XML document
and return a new DOM Document object.
- parse(String, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content described by the giving Uniform Resource
Identifier (URI) as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
- parse(String, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content described by the giving Uniform Resource
Identifier (URI) as XML using the specified
org.xml.sax.HandlerBase
.
- parse(URL) -
Method in class oracle.xml.parser.v2.XMLParser
- Parses the XML document pointed to by the given URL and
creates the corresponding XML document hierarchy.
- parse(URL) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML document pointed to by the given URL and
creates the corresponding XML document hierarchy.
- parse(URL, PrintWriter) -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- parseDocument() -
Method in class oracle.xml.parser.v2.XMLTokenizer
- Document ::= Prolog Element Misc*
- parseDTD(InputSource, String) -
Method in class oracle.xml.parser.v2.DOMParser
- Parses the XML External DTD from given input source
- parseDTD(InputSource, String) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML External DTD from given input source
- parseDTD(InputStream, String) -
Method in class oracle.xml.parser.v2.DOMParser
- Parses the XML External DTD from given input stream.
- parseDTD(InputStream, String) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML External DTD from given input stream.
- parseDTD(Reader, String) -
Method in class oracle.xml.parser.v2.DOMParser
- Parses the XML External DTD from given input stream.
- parseDTD(Reader, String) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML External DTD from given input stream.
- parseDTD(String, String) -
Method in class oracle.xml.parser.v2.DOMParser
- Parses the XML External DTD from the URL indicated
- parseDTD(String, String) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML External DTD from the URL indicated
- parseDTD(URL, String) -
Method in class oracle.xml.parser.v2.DOMParser
- Parses the XML External DTD document pointed to by the given URL and
creates the corresponding XML document hierarchy.
- parseDTD(URL, String) -
Method in class oracle.xml.async.DOMBuilder
- Parses the XML External DTD document pointed to by the given URL and
creates the corresponding XML document hierarchy.
- parseFromString(StringBuffer, PrintWriter) -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- parseFromString(String, PrintWriter) -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- Parser - interface org.xml.sax.Parser.
- Deprecated. This interface has been replaced by the SAX2
XMLReader
interface, which includes Namespace support. - ParserAdapter - class org.xml.sax.helpers.ParserAdapter.
- Adapt a SAX1 Parser as a SAX2 XMLReader.
- ParserAdapter() -
Constructor for class org.xml.sax.helpers.ParserAdapter
- Construct a new parser adapter.
- ParserAdapter(Parser) -
Constructor for class org.xml.sax.helpers.ParserAdapter
- Construct a new parser adapter.
- ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
- Indicates a serious configuration error.
- ParserConfigurationException() -
Constructor for class javax.xml.parsers.ParserConfigurationException
- Create a new
ParserConfigurationException
with no
detail mesage.
- ParserConfigurationException(String) -
Constructor for class javax.xml.parsers.ParserConfigurationException
- Create a new
ParserConfigurationException
with
the String
specified as an error message.
- parseResBuffer() -
Method in class oracle.xml.dbviewer.DBViewer
- Parse the result buffer and refresh the tree view and source view
- ParserFactory - class org.xml.sax.helpers.ParserFactory.
- Deprecated. This class works with the deprecated
Parser
interface. - parseXmlBuffer() -
Method in class oracle.xml.dbviewer.DBViewer
- Parse the XML buffer and refresh the tree view and source view
- parseXslBuffer() -
Method in class oracle.xml.dbviewer.DBViewer
- Parse the XSL buffer and refresh the tree view and source view
- PATTERN -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- PERIOD -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- PI -
Static variable in interface oracle.xml.parser.v2.XMLToken
- PI ::= '<' '?' PITarget (S (Char* - (Char* '?>' Char*)))? '?' '>'
- PI_DISABLE_OUTPUT_ESCAPING -
Static variable in interface javax.xml.transform.Result
- The name of the processing instruction that is sent if the
result tree disables output escaping.
- PI_ENABLE_OUTPUT_ESCAPING -
Static variable in interface javax.xml.transform.Result
- The name of the processing instruction that is sent
if the result tree enables output escaping at some point after having
received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
- PITarget -
Static variable in interface oracle.xml.parser.v2.XMLToken
- PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))
- PLUS -
Static variable in class oracle.xml.parser.v2.ElementDecl
- ContentModelParseTreeNode type - "+" node (has one children)
- popContext() -
Method in class org.xml.sax.helpers.NamespaceSupport
- Revert to the previous Namespace context.
- POSITIVE_INTEGER -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- postedDocument -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- PRECISION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- PRETTY -
Static variable in class oracle.xml.parser.v2.XMLOutputStream
-
- preventDefault() -
Method in interface org.w3c.dom.events.Event
- If an event is cancelable, the
preventDefault
method is
used to signify that the event is to be canceled, meaning any default
action normally taken by the implementation as a result of the event
will not occur.
- previousNode() -
Method in interface org.w3c.dom.traversal.NodeIterator
- Returns the previous node in the set and moves the position of the
NodeIterator
backwards in the set.
- previousNode() -
Method in interface org.w3c.dom.traversal.TreeWalker
- Moves the
TreeWalker
to the previous visible node in
document order relative to the current node, and returns the new
node.
- previousSibling() -
Method in interface org.w3c.dom.traversal.TreeWalker
- Moves the
TreeWalker
to the previous sibling of the
current node, and returns the new node.
- print() -
Method in class oracle.xml.xsql.XSQLErrorWriter
-
- print(Document, OutputStream) -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- print(Document, PrintWriter) -
Static method in class oracle.xml.xsql.XSQLParserHelper
-
- print(OutputStream) -
Method in class oracle.xml.parser.v2.XMLNode
- Writes the contents of this node to the given output stream.
- print(OutputStream) -
Method in class oracle.xml.parser.v2.XMLDocument
- Writes the contents of this document to the given output stream.
- print(OutputStream) -
Method in class oracle.xml.classgen.CGDocument
- Prints the constructed XML Document
- print(OutputStream, String) -
Method in class oracle.xml.parser.v2.XMLNode
- Writes the contents of this node to the given output stream.
- print(OutputStream, String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Writes the contents of this document to the given output stream.
- print(OutputStream, String) -
Method in class oracle.xml.classgen.CGDocument
- Prints the constructed XML Document
- print(PrintDriver) -
Method in class oracle.xml.parser.v2.XMLDocument
- Writes the contents of this document to the given output stream.
- print(PrintWriter) -
Method in class oracle.xml.parser.v2.XMLNode
- Writes the contents of this node using the given print writer.
- print(PrintWriter) -
Method in class oracle.xml.parser.v2.XMLDocument
- Writes the contents of this document to the given output stream.
- print(XMLOutputStream) -
Method in class oracle.xml.classgen.CGXSDElement
- Print an element node
- printAttribute(XMLAttr) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints a
XMLAttr
node
- printAttribute(XMLAttr) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints a
XMLAttr
node
- printAttributeNodes(XMLElement) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Calls print method for each attribute of the
XMLElement
- printAttributeNodes(XMLElement) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Calls print method for each attribute of the
XMLElement
- printAttributes(XMLOutputStream, String, String) -
Method in class oracle.xml.classgen.CGXSDElement
- Print an attribute node
- printCDATASection(XMLCDATA) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints a
XMLCDATA
node
- printCDATASection(XMLCDATA) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints a
XMLCDATA
node
- printChildNodes(XMLNode) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Calls print method for each child of the
XMLNode
- printChildNodes(XMLNode) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Calls print method for each child of the
XMLNode
- printComment(XMLComment) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints a
XMLComment
node
- printComment(XMLComment) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints a
XMLComment
node
- printDiffTree(int, BufferedWriter) -
Method in class oracle.xml.differ.XMLDiff
- Prints the diff tree which contains the node names and values which have
been identified as diffs by the algorithm.
- printDoctype(DTD) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints an
DTD
.
- printDoctype(DTD) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints an
DTD
.
- printDocument(XMLDocument) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints an
XMLDocument
.
- printDocument(XMLDocument) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints an
XMLDocument
.
- printDocumentFragment(XMLDocumentFragment) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints an empty
XMLDocumentFragment
object.
- printDocumentFragment(XMLDocumentFragment) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints an empty
XMLDocumentFragment
object.
- PrintDriver - interface oracle.xml.parser.v2.PrintDriver.
- The
PrintDriver
defines methods used to print XML
documents represented as DOM trees. - printedErrorHeader() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns the state of whether an Error Header has been printed
- printedErrorHeader() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- printElement(XMLElement) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints an
XMLElement
.
- printElement(XMLElement) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints an
XMLElement
.
- printEntityReference(XMLEntityReference) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints a
XMLEntityReference
node
- printEntityReference(XMLEntityReference) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints a
XMLEntityReference
node
- printErrorListener() -
Method in class oracle.xml.util.XMLError
- Flush all the JAXP 1.1 errors to the ErrorListener
If no ErrorListener was set, default to System.err
- printExternalDTD(OutputStream) -
Method in class oracle.xml.parser.v2.DTD
- Writes the contents of this document to the given output stream.
- printExternalDTD(OutputStream) -
Method in class oracle.xml.parser.v2.XMLDocument
- Writes the contents of this document to the given output stream.
- printExternalDTD(OutputStream, String) -
Method in class oracle.xml.parser.v2.DTD
- Writes the contents of the external DTD to the given output stream.
- printExternalDTD(OutputStream, String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Writes the contents of the external DTD to the given output stream.
- printExternalDTD(PrintWriter) -
Method in class oracle.xml.parser.v2.DTD
- Writes the contents of this document to the given output stream.
- printExternalDTD(PrintWriter) -
Method in class oracle.xml.parser.v2.XMLDocument
- Writes the contents of this document to the given output stream.
- printProcessingInstruction(XMLPI) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints a
XMLPI
node
- printProcessingInstruction(XMLPI) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints a
XMLPI
node
- printSchema() -
Method in class oracle.xml.parser.schema.XMLSchema
- print information
- printStackTrace() -
Method in class oracle.xml.util.XMLException
- Prints this
Throwable
and its backtrace to the
standard error stream.
- printStackTrace() -
Method in class javax.xml.transform.TransformerException
- Print the the trace of methods from where the error
originated.
- printStackTrace(PrintStream) -
Method in class oracle.xml.util.XMLException
- Prints this
Throwable
and its backtrace to the
specified print stream.
- printStackTrace(PrintStream) -
Method in class javax.xml.transform.TransformerException
- Print the the trace of methods from where the error
originated.
- printStackTrace(PrintWriter) -
Method in class oracle.xml.util.XMLException
- Prints this
Throwable
and its backtrace to the specified
print writer.
- printStackTrace(PrintWriter) -
Method in class javax.xml.transform.TransformerException
- Print the the trace of methods from where the error
originated.
- printTextNode(XMLText) -
Method in class oracle.xml.parser.v2.XMLPrintDriver
- Prints a
XMLText
node
- printTextNode(XMLText) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Prints a
XMLText
node
- process() -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output/errors to System.out/System.err
- process(Dictionary) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output/errors to System.out/System.err
- process(Dictionary, OutputStream, PrintWriter) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output to OutputStream and
errors to PrintWriter
- process(Dictionary, PrintWriter, PrintWriter) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output/errors to respective PrintWriters
- process(OutputStream, PrintWriter) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output to OutputStream and
error to a PrintWriters
- process(PrintWriter, PrintWriter) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output/errors to respective PrintWriters
- processAction(XSLTContext) -
Method in class oracle.xml.parser.v2.XSLExtensionElement
- Function called to extecute the body of the extension elements
- processContent(XSLTContext) -
Method in class oracle.xml.parser.v2.XSLExtensionElement
- Process Contents of the extension element
- PROCESSING_INSTRUCTION_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
ProcessingInstruction
.
- ProcessingInstruction - interface org.w3c.dom.ProcessingInstruction.
- The
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document. - processingInstruction(String, String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of a processing instruction.
- processingInstruction(String, String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of a processing instruction
- processingInstruction(String, String) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a processing instruction.
- processingInstruction(String, String) -
Method in interface org.xml.sax.ContentHandler
- Receive notification of a processing instruction.
- processingInstruction(String, String) -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of a processing instruction.
- processingInstruction(String, String) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 processing instruction event.
- processingInstruction(String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter a processing instruction event.
- processingInstruction(String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a processing instruction.
- processingInstruction(String, String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 processing instruction event.
- processName(String, String[], boolean) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Process a raw XML 1.0 name.
- processToDocument(Document, String, XSQLPageRequest) -
Static method in class oracle.xml.xsql.XSQLStylesheetProcessor
-
- processToWriter(Document, String, XSQLPageRequest) -
Static method in class oracle.xml.xsql.XSQLStylesheetProcessor
-
- processToXML() -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output/errors to System.out/System.err
- processToXML(Dictionary) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output/errors to System.out/System.err
- processToXML(Dictionary, PrintWriter) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing output/errors to respective PrintWriters
- processToXML(PrintWriter) -
Method in class oracle.xml.xsql.XSQLRequest
- Process the request, writing errors to respective PrintWriters
- processXSL(XSLStylesheet, InputStream, URL) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given InputStream and stylesheet.
- processXSL(XSLStylesheet, InputStream, URL) -
Method in class oracle.xml.async.XSLTransformer
- Initiates XSL Transformation in the background.
- processXSL(XSLStylesheet, Reader, URL) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given Reader and stylesheet.
- processXSL(XSLStylesheet, Reader, URL) -
Method in class oracle.xml.async.XSLTransformer
- Initiates XSL Transformation in the background.
- processXSL(XSLStylesheet, URL, URL) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given URL and stylesheet.
- processXSL(XSLStylesheet, URL, URL) -
Method in class oracle.xml.async.XSLTransformer
- Initiates XSL Transformation in the background.
- processXSL(XSLStylesheet, XMLDocument) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLDocument) -
Method in class oracle.xml.async.XSLTransformer
- Initiates XSL Transformation in the background.
- processXSL(XSLStylesheet, XMLDocument, ContentHandler) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLDocumentFragment) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLDocumentFragment, OutputStream) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML using given XMLDocumentFragment and stylesheet.
- processXSL(XSLStylesheet, XMLDocumentFragment, PrintWriter) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML using given XMLDocumentFragment and stylesheet.
- processXSL(XSLStylesheet, XMLDocumentFragment, XMLDocumentHandler) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLDocument, OutputStream) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLDocument, OutputStream) -
Method in class oracle.xml.async.XSLTransformer
- Initiates XSL Transformation in the background.
- processXSL(XSLStylesheet, XMLDocument, PrintWriter) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLDocument, XMLDocumentHandler) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLElement) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLDocument and stylesheet.
- processXSL(XSLStylesheet, XMLElement, ContentHandler) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLElement and stylesheet.
- processXSL(XSLStylesheet, XMLElement, OutputStream) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML using given XMLElement and stylesheet.
- processXSL(XSLStylesheet, XMLElement, PrintWriter) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML using given XMLElement and stylesheet.
- processXSL(XSLStylesheet, XMLElement, XMLDocumentHandler) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Transform input XML document using given XMLElement and stylesheet.
- pubId -
Variable in class oracle.xml.util.XMLError
-
- pushContext() -
Method in class org.xml.sax.helpers.NamespaceSupport
- Start a new Namespace context.
- pushState(XSDNode, String, String) -
Method in class oracle.xml.parser.schema.XSDValidator
- pushState *********************
Q
- QMARK -
Static variable in class oracle.xml.parser.v2.ElementDecl
- ContentModelParseTreeNode type - "?" node (has one children)
- QNAME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- QUOTE -
Static variable in class oracle.xml.xsql.XSQLStylesheetProcessor
-
R
- Range - interface org.w3c.dom.ranges.Range.
- See also the Document Object Model (DOM) Level 2 Traversal and Range Specification.
- RANGE_DELETE_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- RANGE_DELETETEXT_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- RANGE_INSERT_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- RANGE_INSERTTEXT_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- RANGE_REPLACE_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- RANGE_SETTEXT_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- RangeException - exception org.w3c.dom.ranges.RangeException.
- Range operations may throw a
RangeException
as specified in
their method descriptions. - RangeException(short, String) -
Constructor for class org.w3c.dom.ranges.RangeException
-
- readChildNodes(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLNode
-
- reader -
Variable in class oracle.xml.async.DOMBuilder
- java.io.Reader containing XML data to be parsed
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLElement
- This method restores the information written by writeExternal by reading
the input stream and regenerating the objects as per the information of
the input stream.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.AttrDecl
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLCDATA
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLPI
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLDeclPI
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLNode
-
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLAttr
- This method restores the information written by writeExternal.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.ElementDecl
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLNotation
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLComment
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLEntity
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLEntityReference
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.DTD
- Input Pointer (First byte expected) : DTD_DEF (byte)
Output Pointer (Last byte read) : Last child node
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLText
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput) -
Method in class oracle.xml.parser.v2.XMLDocument
- This method reads the information written in the compressed stream by
writeExternal method and restores the object correspondingly.
- readExternal(ObjectInput, CXMLContext) -
Method in class oracle.xml.classgen.CGDocument
- This function reads the compressed stream and creates the object corresponding
to the root element.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLElement
- This method restores the information written by writeExternal by reading
the input stream and regenerating the objects as per the information of
the input stream.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.AttrDecl
- This method reads the ElementDecl content
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLCDATA
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLPI
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLDeclPI
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLNode
-
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLAttr
- This method reads the attribute information from the compressed stream
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.ElementDecl
- This method reads the ElementDecl content
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLNotation
- This method reads the contents of XMLNotation
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLComment
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLEntity
- This method reads the content of XMLEntity
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLEntityReference
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.DTD
- This method reads the DTD content.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLText
- This method reads the information written in the compressed stream
by writeExternal method and restores the object correspondingly.
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- readExternal(XMLObjectInput, CXMLContext) -
Method in class oracle.xml.classgen.CGNode
- Reads the compressed stream and instantiate the corresponding node
- RECURRING_DATE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- RECURRING_DAY -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- RECURRING_DURATION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- Reference -
Static variable in interface oracle.xml.parser.v2.XMLToken
- Reference ::= EntityRef | CharRef | PEReference
- relativize(String, String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- releaseConnection(XSQLConnection, XSQLPageRequest) -
Method in interface oracle.xml.xsql.XSQLConnectionManager
-
- releaseResource() -
Method in class oracle.xml.async.ResourceManager
- Releases a resource.
- REMOVAL -
Static variable in interface org.w3c.dom.events.MutationEvent
- The
Attr
was just removed.
- removeAttribute(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Remove an attribute from the list.
- removeAttribute(String) -
Method in class oracle.xml.parser.v2.XMLElement
- Removes an attribute by name.
- removeAttribute(String) -
Method in interface org.w3c.dom.Element
- Removes an attribute by name.
- removeAttribute(String) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Remove an attribute from the list.
- removeAttributeNode(Attr) -
Method in class oracle.xml.parser.v2.XMLElement
- Removes the specified attribute.
- removeAttributeNode(Attr) -
Method in interface org.w3c.dom.Element
- Removes the specified attribute node.
- removeAttributeNS(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
-
- removeAttributeNS(String, String) -
Method in interface org.w3c.dom.Element
- Removes an attribute by local name and namespace URI.
- removeChild(Node) -
Method in class oracle.xml.parser.v2.XMLNode
- Removes the child node indicated by
oldChild
from the list
of children, and returns it.
- removeChild(Node) -
Method in class oracle.xml.parser.v2.XMLNSNode
- Removes the child node indicated by
oldChild
from the list
of children, and returns it.
- removeChild(Node) -
Method in class oracle.xml.parser.v2.XMLDocument
- removes the elem from this documents list of child nodes
- removeChild(Node) -
Method in interface org.w3c.dom.Node
- Removes the child node indicated by
oldChild
from the list
of children, and returns it.
- removeDOMBuilderErrorListener(DOMBuilderErrorListener) -
Method in class oracle.xml.async.DOMBuilder
- Remove DOMBuilderErrorListener
- removeDOMBuilderListener(DOMBuilderListener) -
Method in class oracle.xml.async.DOMBuilder
- Remove DOMBuilderListener
- removeDOMTransformerErrorListener(XSLTransformerErrorListener) -
Method in class oracle.xml.async.XSLTransformer
- Removes an XSLTransformer error event listener
- removeEventListener(String, EventListener, boolean) -
Method in class oracle.xml.parser.v2.XMLNode
-
- removeEventListener(String, EventListener, boolean) -
Method in interface org.w3c.dom.events.EventTarget
- This method allows the removal of event listeners from the event
target.
- removeNamedItem(String) -
Method in interface org.w3c.dom.NamedNodeMap
- Removes a node specified by name.
- removeNamedItemNS(String, String) -
Method in interface org.w3c.dom.NamedNodeMap
- Removes a node specified by local name and namespace URI.
- removeParam(String) -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Deprecated. use XSLProcessor.removeParam to ensure thread safety
- removeParam(String, String) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Removes the value of a top-level stylesheet parameter.
- removeXSLTParam(String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Removes the value of a top-level stylesheet parameter.
- removeXSLTParam(String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Removes the value of a top-level stylesheet parameter.
- removeXSLTransformerListener(XSLTransformerListener) -
Method in class oracle.xml.async.XSLTransformer
- Removes a XSLTransformer listener
- replaceChild(Node, Node) -
Method in class oracle.xml.parser.v2.XMLNode
- Replaces the child node
oldChild
with newChild
in the list of children, and returns the oldChild
node.
- replaceChild(Node, Node) -
Method in class oracle.xml.parser.v2.XMLNSNode
- Replaces the child node
oldChild
with newChild
in the list of children, and returns the oldChild
node.
- replaceChild(Node, Node) -
Method in class oracle.xml.parser.v2.XMLDocument
- Replaces the child node
oldChild
with newChild
in the list of children, and returns the oldChild
node.
- replaceChild(Node, Node) -
Method in interface org.w3c.dom.Node
- Replaces the child node
oldChild
with newChild
in the list of children, and returns the oldChild
node.
- replaceData(int, int, String) -
Method in interface org.w3c.dom.CharacterData
- Replace the characters starting at the specified 16-bit unit offset
with the specified string.
- replaceXMLData(Connection, String, String, String) -
Method in class oracle.xml.transviewer.DBAccess
- Replace text file as a row in XML table
- REPORT_CHARS_CHUNKS -
Static variable in class oracle.xml.parser.v2.SAXParser
- Report characters in chunks.
- reportCharacters(String, boolean) -
Method in class oracle.xml.parser.v2.XSLTContext
- Report characters to the current output handler
- reportError(Node, String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to report an error in the action handler
as a standard <xsql-error> element.
- reportErrorIncludingStatement(Node, String, int, String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to report an error in the action handler
(including the offending SQL statement and error code) as
a standard * <xsql-error> element.
- reportErrorIncludingStatement(Node, String, String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to report an error in the action handler
(including the offending SQL statement) as a standard
<xsql-error> element.
- reportFatalError(String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Report a fatal error message using the standard XSQL Page Processor
error reporting mechanism.
- reportMissingAttribute(Node, String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to report an error for a missing attribute
in the action handler as a standard <xsql-error> element.
- reportNode(XMLNode) -
Method in class oracle.xml.parser.v2.XSLTContext
- Report a XMLNode to the current output handler
- reportSAXEvents(ContentHandler) -
Method in class oracle.xml.parser.v2.XMLElement
- Report SAX Events from a DOM Tree
- reportSAXEvents(ContentHandler) -
Method in class oracle.xml.parser.v2.XMLPI
- Report SAX Events from a DOM Tree
- reportSAXEvents(ContentHandler) -
Method in class oracle.xml.parser.v2.XMLNode
- Report SAX Events from a DOM Tree
- reportSAXEvents(ContentHandler) -
Method in class oracle.xml.parser.v2.XMLComment
- Report SAX Events from a DOM Tree
- reportSAXEvents(ContentHandler) -
Method in class oracle.xml.parser.v2.XMLText
- Report SAX Events from a DOM Tree
- reportSAXEvents(ContentHandler) -
Method in class oracle.xml.parser.v2.XMLDocument
- Report SAX Events from a DOM Tree
- reportStatus(Node, String, String) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to report a status in the action handler
as a standard <xsql-status> element.
- requestedPageEncoding -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- requestProcessed() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Allows Page Request to Perform end-of-request processing
- requestProcessed() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Allows Page Request to Perform end-of-request processing
- REQUIRED -
Static variable in class oracle.xml.parser.v2.AttrDecl
- Attribute presence - Required
- requiredConnectionProvided(Node) -
Method in class oracle.xml.xsql.XSQLActionHandlerImpl
- Convenience method to check whether the current page
has specified a (database) connection.
- reset() -
Method in class oracle.xml.parser.v2.SAXAttrList
-
- reset() -
Method in class oracle.xml.parser.v2.DOMParser
- Resets the parser state
- reset() -
Method in class oracle.xml.parser.v2.XMLParser
- Resets the parser state
- reset() -
Method in class oracle.xml.parser.schema.XSDValidator
- Reset the validator, prepare for next validation
- reset() -
Method in class oracle.xml.util.XMLError
- Reset the error class
- reset() -
Method in class org.xml.sax.helpers.NamespaceSupport
- Reset this Namespace support object for reuse.
- resetNodeFlag(int) -
Method in class oracle.xml.parser.v2.XMLNode
-
- resetParams() -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Deprecated. use XSLProcessor.resetParams to ensure thread safety
- resetParams() -
Method in class oracle.xml.parser.v2.XSLProcessor
- Resets all the params set.
- resolve(String) -
Method in class oracle.xml.parser.schema.XSDValidator
-
- resolve(String, String) -
Method in interface javax.xml.transform.URIResolver
- Called by the processor when it encounters
an xsl:include, xsl:import, or document() function.
- resolveEntity(String, String) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Resolve an external entity.
- resolveEntity(String, String) -
Method in interface org.xml.sax.EntityResolver
- Allow the application to resolve external entities.
- resolveEntity(String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an external entity resolution.
- resolveEntity(String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Resolve an external entity.
- resolveNamespacePrefix(String) -
Method in class oracle.xml.parser.v2.XMLElement
- Given a namespace prefix, find the namespace definition in scope
in this element.
- resolveNamespacePrefix(String) -
Method in interface oracle.xml.parser.v2.NSResolver
- Find the namespace definition in scope for a given namespace prefix
- resolveParams(String, XSQLPageRequest) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- ResourceManager - class oracle.xml.async.ResourceManager.
-
- ResourceManager(int) -
Constructor for class oracle.xml.async.ResourceManager
- The ResourceManager constructor
- result -
Variable in class oracle.xml.async.XSLTransformer
- Transformation result document.
- result -
Variable in class oracle.xml.async.DOMBuilder
- XML Document being parsed
- Result - interface javax.xml.transform.Result.
- An object that implements this interface contains the information
needed to build a transformation result tree.
- retainCDATASection(boolean) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Sets a flag to retain CDATA sections
- retainCDATASection(boolean) -
Method in class oracle.xml.parser.v2.DOMParser
- Switch to determine whether to retain CDATA sections
- rootName -
Variable in class oracle.xml.async.DOMBuilder
- Name of the XML element to be treated as root
- ROW_TAG -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The ROW_TAG specifies the default tag name for the ROW elements
- ROWIDATTR_TAG -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The ROWIDATTR_TAG specifies the default tag name for the ROW elements
- ROWSET_TAG -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The ROWSET_TAG specifies the default tag name for the document
- run() -
Method in class oracle.xml.async.XSLTransformer
- Starts a separate thread to do the XSL Transformation.
- run() -
Method in class oracle.xml.async.DOMBuilder
- This method runs in a thread
S
- safeURLAsString(URL) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- saveResBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Save the result buffer to file
- saveResBuffer(String, String) -
Method in class oracle.xml.dbviewer.DBViewer
- Save the result buffer to CLOB file
- saveResBufferToClob() -
Method in class oracle.xml.dbviewer.DBViewer
- Save the result buffer to CLOB file
- saveResBufferToFile() -
Method in class oracle.xml.dbviewer.DBViewer
- Save the result buffer to file
- saveXmlBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XML buffer to file
- saveXmlBuffer(String, String) -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XML buffer to CLOB file
- saveXmlBufferToClob() -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XML buffer to CLOB file
- saveXmlBufferToFile() -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XML buffer to file
- saveXslBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XSL buffer to file
- saveXslBuffer(String, String) -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XSL buffer to CLOB file
- saveXslBufferToClob() -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XSL buffer to CLOB file
- saveXslBufferToFile() -
Method in class oracle.xml.dbviewer.DBViewer
- Save the XSL buffer to file
- SAXAttrList - class oracle.xml.parser.v2.SAXAttrList.
- This class implements the SAX
AttributeList
interface and
also provides Namespace support. - SAXAttrList(int) -
Constructor for class oracle.xml.parser.v2.SAXAttrList
-
- SAXException - exception org.xml.sax.SAXException.
- Encapsulate a general SAX error or warning.
- SAXException() -
Constructor for class org.xml.sax.SAXException
- Create a new SAXException.
- SAXException(Exception) -
Constructor for class org.xml.sax.SAXException
- Create a new SAXException wrapping an existing exception.
- SAXException(String) -
Constructor for class org.xml.sax.SAXException
- Create a new SAXException.
- SAXException(String, Exception) -
Constructor for class org.xml.sax.SAXException
- Create a new SAXException from an existing exception.
- SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
- Exception class for an unrecognized identifier.
- SAXNotRecognizedException() -
Constructor for class org.xml.sax.SAXNotRecognizedException
- Default constructor.
- SAXNotRecognizedException(String) -
Constructor for class org.xml.sax.SAXNotRecognizedException
- Construct a new exception with the given message.
- SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
- Exception class for an unsupported operation.
- SAXNotSupportedException() -
Constructor for class org.xml.sax.SAXNotSupportedException
- Construct a new exception with no message.
- SAXNotSupportedException(String) -
Constructor for class org.xml.sax.SAXNotSupportedException
- Construct a new exception with the given message.
- SAXParseException - exception org.xml.sax.SAXParseException.
- Encapsulate an XML parse error or warning.
- SAXParseException(String, Locator) -
Constructor for class org.xml.sax.SAXParseException
- Create a new SAXParseException from a message and a Locator.
- SAXParseException(String, Locator, Exception) -
Constructor for class org.xml.sax.SAXParseException
- Wrap an existing exception in a SAXParseException.
- SAXParseException(String, String, String, int, int) -
Constructor for class org.xml.sax.SAXParseException
- Create a new SAXParseException.
- SAXParseException(String, String, String, int, int, Exception) -
Constructor for class org.xml.sax.SAXParseException
- Create a new SAXParseException with an embedded exception.
- SAXParser - class oracle.xml.parser.v2.SAXParser.
- This class implements an eXtensible Markup Language (XML) 1.0 SAX parser
according to the World Wide Web Consortium (W3C)
recommendation.
- SAXParser - class javax.xml.parsers.SAXParser.
- Defines the API that wraps an
org.xml.sax.XMLReader
implementation class. - SAXParser() -
Constructor for class oracle.xml.parser.v2.SAXParser
- Creates a new parser object.
- SAXParser() -
Constructor for class javax.xml.parsers.SAXParser
-
- SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
- Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
- SAXParserFactory() -
Constructor for class javax.xml.parsers.SAXParserFactory
-
- SAXResult - class javax.xml.transform.sax.SAXResult.
- Acts as an holder for a transformation Result.
- SAXResult() -
Constructor for class javax.xml.transform.sax.SAXResult
- Zero-argument default constructor.
- SAXResult(ContentHandler) -
Constructor for class javax.xml.transform.sax.SAXResult
- Create a SAXResult that targets a SAX2 ContentHandler.
- SAXSource - class javax.xml.transform.sax.SAXSource.
- Acts as an holder for SAX-style Source.
- SAXSource() -
Constructor for class javax.xml.transform.sax.SAXSource
- Zero-argument default constructor.
- SAXSource(InputSource) -
Constructor for class javax.xml.transform.sax.SAXSource
- Create a SAXSource, using a SAX InputSource.
- SAXSource(XMLReader, InputSource) -
Constructor for class javax.xml.transform.sax.SAXSource
- Create a SAXSource, using an XMLReader and a SAX InputSource.
- SAXTransformerFactory - class javax.xml.transform.sax.SAXTransformerFactory.
- This class extends TransformerFactory to provide SAX-specific
factory methods.
- SAXTransformerFactory() -
Constructor for class javax.xml.transform.sax.SAXTransformerFactory
- The default constructor is protected on purpose.
- SCALE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- SCHEMA -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The SCHEMA is used to specified that no XML schema is to be generated
- SCHEMA_OBJECT -
Static variable in class oracle.xml.parser.v2.XMLParser
- Schema Object to be used for validation.
- SCHEMA_OBJECT -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Schema Object to be used for validation.
- SchemaClassGenerator - class oracle.xml.classgen.SchemaClassGenerator.
- This class generates the classes corresponding to an XML Schema.
- SchemaClassGenerator() -
Constructor for class oracle.xml.classgen.SchemaClassGenerator
- Default empty constructor for Schema Class Generator
- SchemaClassGenerator(String) -
Constructor for class oracle.xml.classgen.SchemaClassGenerator
- The constructor for Schema Class Generator
- scrollPane -
Variable in class oracle.xml.treeviewer.XMLTreeView
-
- select(Document, String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- select(Element, String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- select(XMLDocument, 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(Element, String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- selectFirst(XMLDocument, 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
- selectNodeAt(int) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Moves the cursor to XML Node at offset
i
.
- selectNodeContents(Node) -
Method in interface org.w3c.dom.ranges.Range
- Select the contents within a node
- selectNodes(String) -
Method in class oracle.xml.parser.v2.XMLNode
- Selects nodes from the tree which match the given pattern.
- selectNodes(String, NSResolver) -
Method in class oracle.xml.parser.v2.XMLNode
- Selects nodes from the tree which match the given pattern
- selectNodes(XSLNodeSetInt) -
Method in class oracle.xml.parser.v2.XMLNode
-
- selectSingleNode(String) -
Method in class oracle.xml.parser.v2.XMLNode
- Selects the first node from the tree that matches 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
- serialize(Document, XSQLPageRequest) -
Method in interface oracle.xml.xsql.XSQLDocumentSerializer
-
- setAttribute(int, String, String, String, String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Set an attribute in the list.
- 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.XMLParser
- Allows the user to set specific attributes on the underlying
implementation.
- 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 javax.xml.parsers.DocumentBuilderFactory
- Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(String, Object) -
Method in class javax.xml.transform.TransformerFactory
- Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
- Adds a new attribute.
- setAttribute(String, String) -
Method in class oracle.xml.classgen.CGNode
- Sets the value of the Attribute
- setAttribute(String, String) -
Method in interface org.w3c.dom.Element
- Adds a new attribute.
- setAttributeList(AttributeList) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Set the attribute list, discarding previous contents.
- setAttributeNameFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Attribute Name font.
- setAttributeNameForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Attribute Name foreground color.
- 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.xml.parser.v2.XMLElement
-
- setAttributeNodeNS(Attr) -
Method in interface org.w3c.dom.Element
- Adds a new attribute.
- setAttributeNS(String, String, String) -
Method in class oracle.xml.parser.v2.XMLElement
-
- setAttributeNS(String, String, String) -
Method in interface org.w3c.dom.Element
- Adds a new attribute.
- setAttributes(Attributes) -
Method in class org.xml.sax.helpers.AttributesImpl
- Copy an entire Attributes object.
- setAttributeValueFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Attribute Value font.
- setAttributeValueForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Attribute Value foreground color.
- setBackground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the background color.
- 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
- 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.async.DOMBuilder
- Set the base URL for loading external enitites and DTDs.
- setBatchSize(int) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- This call changes the batch size used during DML operations.
- setByteStream(InputStream) -
Method in class org.xml.sax.InputSource
- Set the byte stream for this input source.
- setCDATAFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the CDATA font.
- setCDATAForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the CDATA foreground color.
- setCharacterStream(Reader) -
Method in class org.xml.sax.InputSource
- Set the character stream for this input source.
- 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 id attribute of the collection element's
separator tag.
- setColumnNumber(int) -
Method in class org.xml.sax.helpers.LocatorImpl
- Set the column number for this locator (1-based).
- setCommentDataFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Comment font.
- setCommentDataForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Comment foreground color.
- setCommitBatch(int) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Sets the commit batch size.
- 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)
- setContentHandler(ContentHandler) -
Method in class oracle.xml.parser.v2.SAXParser
- Allow an application to register a content event handler.
- setContentHandler(ContentHandler) -
Method in class oracle.xml.comp.CXMLParser
- 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.XMLFilterImpl
- Set the content event handler.
- setContentHandler(ContentHandler) -
Method in class org.xml.sax.helpers.ParserAdapter
- Set the content handler.
- 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
-
- setCookie(String, String, String, String, String, boolean) -
Method in class oracle.xml.xsql.XSQLServletPageRequest
-
- setCurrentNode(Node) -
Method in interface org.w3c.dom.traversal.TreeWalker
-
- setData(String) -
Method in interface org.w3c.dom.ProcessingInstruction
-
- setData(String) -
Method in interface org.w3c.dom.CharacterData
-
- 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
- Describes to the XSU the format of the dates in the XML document.
- setDateFormat(String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the format of the generated dates in the XML doc.
- 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.parser.v2.DocumentBuilder
- Sets a flag to turn on debug information in the document
- setDebugMode(boolean) -
Method in class oracle.xml.parser.v2.DOMParser
- Sets a flag to turn on debug information in the document
- setDebugMode(boolean) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Sets debug mode.
- setDebugMode(boolean) -
Method in class oracle.xml.async.DOMBuilder
- Sets a flag to turn on debug information in the document
- setDelWSBeforeDeletes(boolean) -
Method in class oracle.xml.differ.XMLDiff
- Set option to remove whitespaces-only before a deleted node.
- 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.DocumentBuilder
- Receive notification of DTD
Sets the DTD
- setDoctype(DTD) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of DTD.
- setDoctype(DTD) -
Method in class oracle.xml.parser.v2.XMLParser
- 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.async.DOMBuilder
- Set the DTD
- setDoctype(String, String, String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Sets the doctype URI for the document
- setDocument(CGDocument) -
Method in class oracle.xml.classgen.CGNode
- Sets the base document (root Element)
- 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.parser.v2.DocumentBuilder
- Receive a Locator object for document events.
- setDocumentLocator(Locator) -
Method in class oracle.xml.parser.schema.XSDValidator
- Propagates Locator object for document events.
- setDocumentLocator(Locator) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive the Locator object for the document event.
- setDocumentLocator(Locator) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive a Locator object for 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.helpers.XMLReaderAdapter
- Set a document locator.
- 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.DefaultHandler
- Receive a Locator object for document events.
- setDocumentLocator(Locator) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 document locator event.
- setDocuments(XMLDocument, XMLDocument) -
Method in class oracle.xml.differ.XMLDiff
- Sets the XML documents which need to be compared.
- setDTDFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the DTD reference font.
- setDTDForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the DTD reference foreground color.
- 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.XMLReaderAdapter
- Register the DTD event 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.ParserAdapter
- Set the DTD handler.
- setDTDInternalFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the internal DTD font.
- setDTDInternalForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the internal DTD foreground color.
- setEditable(boolean) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the specified boolean to indicate whether this object should be editable.
- setElementNode(XMLElement) -
Method in class oracle.xml.classgen.CGNode
- Set the XMLElement node corresponding to this CGNode.
- 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.XMLPrintDriver
- Sets the encoding of the print driver.
- setEncoding(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Sets the character encoding for output.
- setEncoding(String) -
Method in interface oracle.xml.parser.v2.PrintDriver
- Sets the encoding of the print driver.
- setEncoding(String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the encoding PI (processing instruction) in the XML doc.
- setEncoding(String) -
Method in class org.xml.sax.InputSource
- Set the character encoding, if known.
- setEncoding(String, boolean, boolean) -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- 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 oracle.xml.parser.v2.XSLProcessor
- Set entity resolver to resolve include/import hrefs
if not set, base url (if set) is used.
- setEntityResolver(EntityResolver) -
Method in class oracle.xml.parser.v2.XMLParser
- Allow an application to register an entity resolver.
- setEntityResolver(EntityResolver) -
Method in class oracle.xml.parser.schema.XSDBuilder
- Set an EntityResolver for resolving imports/include
- 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 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.XMLReaderAdapter
- Register 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.ParserAdapter
- Set the entity resolver.
- 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.
- setError(XMLError) -
Method in class oracle.xml.parser.v2.XSLTContext
- Set the XMLError
- 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.DefaultXMLDocumentHandler
- Receive notification of a XMLError handler.
- 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.schema.XSDBuilder
- Sets XMLError object.
- setError(XMLError) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of a XMLError handler.
- setErrorHandler(ErrorHandler) -
Method in class oracle.xml.parser.v2.XMLTokenizer
- Applications can use this to register a new error event handler.
- 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.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 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.XMLReaderAdapter
- Register the error event 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.ParserAdapter
- Set the error handler.
- 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.
- setErrorListener(ErrorListener) -
Method in class oracle.xml.parser.v2.XMLError
- Deprecated. - This functions should be used.
- setErrorListener(ErrorListener) -
Method in class oracle.xml.jaxp.JXTransformer
- Set the error event listener in effect for the transformation.
- 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 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.
- 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.DOMParser
- Creates an output stream for the output of errors and warnings.
- 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) -
Method in class oracle.xml.async.XSLTransformer
- Sets the error stream used by the XSL processor
- 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.parser.v2.DOMParser
- Creates an output stream for the output of errors and warnings.
- setErrorStream(OutputStream, String) -
Method in class oracle.xml.util.XMLError
- Register a output stream
- setErrorStream(OutputStream, String) -
Method in class oracle.xml.async.DOMBuilder
- Creates an output stream for the output of errors and warnings.
- setErrorStream(PrintWriter) -
Method in class oracle.xml.parser.v2.DOMParser
- Creates an output stream for the output of errors and warnings.
- setErrorStream(PrintWriter) -
Method in class oracle.xml.util.XMLError
- Register a output stream
- setErrorStream(PrintWriter) -
Method in class oracle.xml.async.DOMBuilder
- Creates an output stream for the output of errors and warnings.
- setErrorTag(String) -
Method in class oracle.xml.sql.OracleXMLSQLException
- Sets the error tag name which is then used by getXMLErrorString and
getXMLSQLErrorString, to generate xml error reports
- setErrorTag(String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the tag to be used to enclose the xml error docs.
- 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.XMLException
- Set the underlying exception (if exists)
- setException(Exception) -
Method in class oracle.xml.util.XMLError
- Register a exception
- 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 the datatype (Internal private API)
- setFeature(String) -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
-
- setFeature(String, boolean) -
Method in class oracle.xml.parser.v2.SAXParser
- Set the state of a feature.
- 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 interface org.xml.sax.XMLReader
- Set the state of a feature.
- setFeature(String, boolean) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- 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 javax.xml.parsers.SAXParserFactory
- Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
- setFiles(File, File) -
Method in class oracle.xml.differ.XMLDiff
- Sets the XML files which need to be compared.
- setFixed(boolean) -
Method in class oracle.xml.parser.schema.XSDConstrainingFacet
-
- setGenerateComments(boolean) -
Method in class oracle.xml.classgen.SchemaClassGenerator
- Switch to determine whether to generate java doc comments
The default setting is true
- setGenerateComments(boolean) -
Method in class oracle.xml.classgen.DTDClassGenerator
- Switch to determine whether to generate java doc comments
Default - TRUE
- setHandler(ContentHandler) -
Method in class javax.xml.transform.sax.SAXResult
- Set the target to be a SAX2 ContentHandler.
- setHandler(XMLDocumentHandler) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- 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.
- setHostname(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set database host name
- setIgnoreCase(boolean) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- The XSU does mapping of XML elements to database columns/attrs.
- 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.
- 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.
- 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.
- setInstancename(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set database instance name
- setJavaPackage(Vector) -
Method in class oracle.xml.classgen.DTDClassGenerator
- Sets the package for the classes generated
Default - No package
- setJavaPackage(XMLSchema, Vector) -
Method in class oracle.xml.classgen.SchemaClassGenerator
- Sets the Java package names corresponding to Namespaces.
- setKeyColumnList(String[]) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Sets the list of columns to be used for identifying a particular row
in the database table during update or delete.
- 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).
- 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.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.schema.XSDBuilder
- Sets 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.
- setLocalName(int, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Set the local name of a specific attribute.
- setLocator(Locator) -
Method in class oracle.xml.util.XMLError
- Register a locator
- setLocator(SourceLocator) -
Method in class javax.xml.transform.TransformerException
- Method setLocator sets an instance of a SourceLocator
object that specifies where an error occured.
- setMaxOccurs(int) -
Method in class oracle.xml.parser.schema.XSDGroup
- Set maxOccurs
- setMaxOccurs(int) -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Set the value of maxOccurs
- setMaxOccurs(int) -
Method in class oracle.xml.parser.schema.XSDElement
- Set the maxOccurs
- setMaxRows(int) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the max number of rows to be converted to XML.
- setMetaHeader(Reader) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the XML meta header.
- setMinOccurs(int) -
Method in class oracle.xml.parser.schema.XSDGroup
- Set the minOccurs
- setMinOccurs(int) -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Set the value of minOccurs
- setMinOccurs(int) -
Method in class oracle.xml.parser.schema.XSDElement
- Set the minOccurs
- setNamedItem(Node) -
Method in interface org.w3c.dom.NamedNodeMap
- Adds a node using its
nodeName
attribute.
- 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.SAXParserFactory
- Specifies that the parser produced by this code will
provide support for XML namespaces.
- setNamespaceAware(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parser produced by this code will
provide support for XML namespaces.
- setNewNodeIndentIncr(int) -
Method in class oracle.xml.differ.XMLDiff
- Sets the indentation for the XSL generation.
- setNode(Node) -
Method in class javax.xml.transform.dom.DOMSource
- Set the node that will represents a Source DOM tree.
- setNode(Node) -
Method in class javax.xml.transform.dom.DOMResult
- Set the node that will contain the result DOM tree.
- setNodeContext(NodeContext) -
Method in class oracle.xml.parser.v2.XMLDocument
-
- setNodeFactory(NodeFactory) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Set a optional NodeFactory to be used for creating custom DOM trees
- setNodeFactory(NodeFactory) -
Method in class oracle.xml.parser.v2.DOMParser
- Set the node factory.
- setNodeFactory(NodeFactory) -
Method in class oracle.xml.async.DOMBuilder
- Set the node factory.
- setNodeFlag(int) -
Method in class oracle.xml.parser.v2.XMLNode
-
- setNodeValue(String) -
Method in class oracle.xml.parser.v2.XMLNode
- Sets the value of this node, depending on its type
- 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.classgen.CGXSDElement
- Set the node value of an element
- setNodeValue(String) -
Method in interface org.w3c.dom.Node
-
- setNoMoves() -
Method in class oracle.xml.differ.XMLDiff
- Assume that there are no moves to be detected by the diff algorithm.
- setOutputDirectory(String) -
Method in class oracle.xml.classgen.SchemaClassGenerator
- Sets the output directory where the java source code for the
Schema class are generated.
- setOutputDirectory(String) -
Method in class oracle.xml.classgen.DTDClassGenerator
- Sets the output directory where the java source code for the
DTD are generated.
- setOutputProperties(Properties) -
Method in class oracle.xml.jaxp.JXTransformer
- Set the output properties for the transformation.
- setOutputProperties(Properties) -
Method in class javax.xml.transform.Transformer
- Set the output properties 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.
- setOutputProperty(String, String) -
Method in class javax.xml.transform.Transformer
- Set an output property that will be in effect for the
transformation.
- 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
-
- setOwnerDocument(XMLNode, XMLDocument) -
Method in class oracle.xml.parser.v2.XMLNode
-
- setOwnerDocument(XMLNode, XMLDocument) -
Method in class oracle.xml.parser.v2.XMLNSNode
- utility function used by appendChild method to set the owner document
of the appended node and its children.This method is called only when
the appended node has null as its owner document.
- 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 class oracle.xml.xsql.XSQLPageRequestImpl
- Sets a dynamic page parameter value.
- setParam(String, String) -
Method in class oracle.xml.parser.v2.XSLStylesheet
- Deprecated. use XSLProcessor.setParams to ensure thread safety
- setParam(String, String, Object) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Sets the value of a top-level stylesheet parameter.
- setParameter(String, Object) -
Method in class oracle.xml.jaxp.JXTransformer
- Add a parameter for the transformation.
- setParameter(String, Object) -
Method in class javax.xml.transform.Transformer
- Add a parameter for the transformation.
- 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.xml.dbviewer.DBViewer
- Set user password
- setPCDATAFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the PCDATA font.
- setPCDATAForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the PCDATA foreground color.
- setPIDataFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the PI Data font.
- setPIDataForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the PI Data foreground color.
- setPINameFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the PI Name font.
- setPINameForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the PI Name foreground color.
- setPort(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set database port number
- 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.xml.parser.v2.XMLNode
-
- setPrefix(String) -
Method in class oracle.xml.parser.v2.XMLNSNode
-
- setPrefix(String) -
Method in class oracle.xml.parser.v2.XMLAttr
- Sets the prefix of this node
- setPrefix(String) -
Method in interface org.w3c.dom.Node
-
- setPreserveWhitespace(boolean) -
Method in class oracle.xml.parser.v2.XMLParser
- Set the white space preserving mode
- setPreserveWhitespace(boolean) -
Method in class oracle.xml.async.DOMBuilder
- Set the white space preserving mode
- 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
-
- 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.SAXParser
- Set the value of a property.
- 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 interface org.xml.sax.XMLReader
- Set the value of a property.
- setProperty(String, Object) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- 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 javax.xml.parsers.SAXParser
- Sets the particular property in the underlying implementation of
org.xml.sax.XMLReader.
- setPublicId(String) -
Method in class oracle.xml.parser.v2.XMLNotation
- Sets the Public Identifier
- 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.
- setPublicId(String) -
Method in class javax.xml.transform.stream.StreamSource
- Set the public identifier for this Source.
- 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
- Tells the XSU to throw the raised exceptions.
- setRaiseNoRowsException(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Tells the XSU to throw or not to throw an OracleXMLNoRowsException in
the case when for one reason or another, the XML doc generated is empty.
- setReader(Reader) -
Method in class javax.xml.transform.stream.StreamSource
- Set the input to be a character reader.
- 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
- setResBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set new text in the result buffer
- setResCLOBFileName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set Result CLOB file name
- setResCLOBTableName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set Result CLOB table name
- setResFileName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set Result file name
- setResHtmlView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the result buffer as rendered HTML
- setResSourceEditView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the result buffer as XML source and enter edit mode
- setResSourceView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the result buffer as XML source
- setResTreeView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the result buffer as XML tree view
- 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.
- 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 id attribute of the row enclosing tag.
- setRowIdAttrValue(String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Specifies the scalar column whose value is to be assigned to the
id attribute of the row enclosing tag.
- setRowIdColumn(String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since 1.2.1 -- please use setRowIdAttrValue instead.
- setRowsetTag(String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the tag to be used to enclose the xml dataset.
- setRowTag(String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Names the tag used in the XML doc., to enclose the XML elements
corresponding to each row value.
- 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.
- setSchemaValidationMode(boolean) -
Method in class oracle.xml.parser.v2.XMLParser
- Deprecated. Replaced by setValidationMode(int).
- setSelectedNode(Node) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the cursor position at the selected XML node.
- setSerializationMode(boolean) -
Method in class oracle.xml.classgen.DTDClassGenerator
- Switch to determine if the DTD should be saved as a serialized object
or as text file.
- setSkipRows(int) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the number of rows to skip.
- setSource(XSDNode) -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Sets the base type of the datatype, or in case of aggregate types
sets the type of the component of the aggregate type
- setSQLToXMLNameEscaping(boolean) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- This turns on or off escaping of XML tags in the case that the SQL
object name, which is mapped to a XML identifier, is not a valid XML
identifier.
- setSQLToXMLNameEscaping(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- This turns on or off escaping of XML tags in the case that the SQL
object name, which is mapped to a XML identifier, is not a valid XML
identifier.
- setStandalone(String) -
Method in class oracle.xml.parser.v2.XMLDeclPI
- Sets the standalone information stored in the <?xml ...?> tag.
- setStandalone(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Sets the standalone information stored in the <?xml ...?> tag.
- 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
- 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 (i.e.
- setStylesheetHeader(String, String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the stylesheet header (i.e.
- 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
-
- setSymbolFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the NOTATION Symbol font.
- setSymbolForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the NOTATION Symbol foreground color.
- setSystemId(File) -
Method in class javax.xml.transform.stream.StreamResult
- Set the system ID from a File reference.
- setSystemId(File) -
Method in class javax.xml.transform.stream.StreamSource
- Set the system ID from a File reference.
- setSystemId(String) -
Method in class oracle.xml.parser.v2.XMLNotation
- Sets the System Identifier
- setSystemId(String) -
Method in class 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.
- 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.DOMSource
- Set the base ID (URL or system ID) from where URLs
will be resolved.
- 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 interface javax.xml.transform.sax.TransformerHandler
- Set the base ID (URI or system ID) from where relative
URLs will be resolved.
- setSystemId(String) -
Method in interface javax.xml.transform.sax.TemplatesHandler
- Set the base ID (URI or system ID) for the Templates object
created by this builder.
- 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 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(String) -
Method in class javax.xml.transform.stream.StreamSource
- Set the system identifier for this Source.
- setTagFont(Font) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Tag font.
- setTagForeground(Color) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Sets the Tag foreground color.
- setTextDecl(String, String) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- 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 class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of a Text XML Declaration.
- setTextDecl(String, String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of a Text XML Declaration.
- setToken(int, boolean) -
Method in class oracle.xml.parser.v2.XMLTokenizer
- Applications can use this to register a new token for XML tokenizer.
- setTokenHandler(XMLToken) -
Method in class oracle.xml.parser.v2.XMLTokenizer
- Applications can use this to register a new XML tokenizer event handler.
- setTopRequest(XSQLPageRequest) -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- setType(int, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Set the type of a specific attribute.
- setUpdateColumnList(String[]) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Set the column values to be updated.
- 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
-
- setURI(int, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Set the Namespace URI of a specific attribute.
- setURIResolver(URIResolver) -
Method in class oracle.xml.jaxp.JXTransformer
- Set an object that will be used to resolve URIs used in
document().
- 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 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.
- setUsername(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set user name
- setValidating(boolean) -
Method in class javax.xml.parsers.SAXParserFactory
- Specifies that the parser produced by this code will
validate documents as they are parsed.
- setValidating(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parser produced by this code will
validate documents as they are parsed.
- setValidationMode(boolean) -
Method in class oracle.xml.parser.v2.XMLParser
- Deprecated. Replaced by setValidationMode(int).
- setValidationMode(boolean) -
Method in class oracle.xml.classgen.DTDClassGenerator
- Switch to determine whether the classes generated should validate
the XML Document being constructed
Default - TRUE
- setValidationMode(boolean) -
Method in class oracle.xml.async.DOMBuilder
- Set the validation mode
- setValidationMode(int) -
Method in class oracle.xml.parser.v2.XMLParser
- Set the validation mode
This method sets the validation mode of the parser to one of the 4 types:
NONVALIDATING, PARTIAL_VALIDATION, DTD_VALIDATION and SCHEMA_VALIDATION.
- setValue(int, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Set the value of a specific attribute.
- setValue(String) -
Method in class oracle.xml.parser.v2.XMLAttr
- Sets the value.
- setValue(String) -
Method in interface org.w3c.dom.Attr
-
- setVersion(String) -
Method in class oracle.xml.parser.v2.XMLDeclPI
- Sets the version number stored in the <?xml ...?> tag.
- setVersion(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Sets the version number stored in the <?xml ...?> tag.
- setWriter(Writer) -
Method in class javax.xml.transform.stream.StreamResult
- Set the writer that is to receive the result.
- setXmlBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set new text in the XML buffer
- setXmlCLOBFileName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set XML CLOB table name
- setXmlCLOBTableName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set XML CLOB table name
- setXMLDecl(String, String, String) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- Receive notification of a 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 class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of an XML Declaration.
- setXMLDecl(String, String, String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of a XML Declaration
- setXMLDocument(Document) -
Method in class oracle.xml.srcviewer.XMLSourceView
- Associates the XMLviewer with a XML document.
- setXMLDocument(Document) -
Method in class oracle.xml.treeviewer.XMLTreeView
- Associates the XMLTreeViewer with a XML document.
- setXmlFileName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set XML file name
- setXMLProperties(XMLProperties) -
Method in class oracle.xml.parser.schema.XSDValidator
- Set XML Properties for runtime proerties
- setXMLProperty(String, Object) -
Method in class oracle.xml.parser.v2.XMLParser
- Set a property.
- setXMLProperty(String, Object) -
Method in class oracle.xml.parser.schema.XSDValidator
- 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 interface oracle.xml.parser.v2.XMLDocumentHandler
- Receive notification of a XMLSchema object.
- setXMLSchema(Object) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of a XMLSchema object.
- setXMLSchema(Object) -
Method in class oracle.xml.parser.v2.XMLParser
- Set an XMLSchema for validating the instance document
- 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.
- setXmlSourceEditView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the XML buffer as XML source and enter edit mode
- setXmlSourceView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the XML buffer as XML source
- setXmlTreeView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the XML buffer as tree
- setXslBuffer(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set new text in the XSL buffer
- setXslCLOBFileName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set XSL CLOB file name
- setXslCLOBTableName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set XSL CLOB table name
- setXslFileName(String) -
Method in class oracle.xml.dbviewer.DBViewer
- Set XSL file name
- setXSLOutput(XSLOutput) -
Method in class oracle.xml.parser.v2.XSLProcessor
- Set the overriding XSLOutput object.
- setXslSourceEditView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the XSL buffer as XML source and enter edit mode
- setXslSourceView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the XSL buffer as XML source
- setXSLT(Reader, String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Registers a XSL transform to be applied to generated XML.
- setXSLT(Reader, String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Registers a XSL transform to be applied to generated XML.
- setXSLT(String, String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Registers a XSL transform to be applied to generated XML.
- setXSLT(String, String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Registers a XSL transform to be applied to generated XML.
- setXSLTParam(String, String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Sets the value of a top-level stylesheet parameter.
- setXSLTParam(String, String) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Sets the value of a top-level stylesheet parameter.
- setXslTreeView(boolean) -
Method in class oracle.xml.dbviewer.DBViewer
- Show the XSL buffer as tree
- sFacets -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Array of facet strings, can be indexed using the above const
- SHORT -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- SHOW_ALL -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show all
Nodes
.
- SHOW_ATTRIBUTE -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
Attr
nodes.
- SHOW_CDATA_SECTION -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
CDATASection
nodes.
- SHOW_COMMENT -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
Comment
nodes.
- SHOW_DOCUMENT -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
Document
nodes.
- SHOW_DOCUMENT_FRAGMENT -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
DocumentFragment
nodes.
- SHOW_DOCUMENT_TYPE -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
DocumentType
nodes.
- SHOW_ELEMENT -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
Element
nodes.
- SHOW_ENTITY -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
Entity
nodes.
- SHOW_ENTITY_REFERENCE -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
EntityReference
nodes.
- SHOW_NOTATION -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
Notation
nodes.
- SHOW_PROCESSING_INSTRUCTION -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
ProcessingInstruction
nodes.
- SHOW_TEXT -
Static variable in interface org.w3c.dom.traversal.NodeFilter
- Show
Text
nodes.
- SHOW_WARNINGS -
Static variable in class oracle.xml.parser.v2.DOMParser
- Boolean to ignore warnings
Boolean.TRUE or Boolean.FALSE
- SHOW_WARNINGS -
Static variable in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Boolean to ignore warnings - Boolean.TRUE or Boolean.FALSE
- 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
- 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.async.DOMBuilder
- Switch to determine whether to print warnings
- skippedEntity(String) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of a skipped entity.
- skippedEntity(String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- 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.XMLReaderAdapter
- Adapt a SAX2 skipped entity event.
- skippedEntity(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter a skipped entity event.
- skippedEntity(String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a skipped entity.
- SKIPROWS_ALL -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- The SKIPROWS_ALL specifies that all rows be skipped in the result.
- SKIPROWS_DEFAULT -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since v2.0; Use
0
instead
- SKIPROWS_NONE -
Static variable in class oracle.xml.sql.query.OracleXMLQuery
- Deprecated. since v2.0; Use
0
instead
- sleep(int) -
Method in class oracle.xml.async.ResourceManager
- Allows usage of Thread.sleep() without try/catch
- SNOTATION -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- Source - interface javax.xml.transform.Source.
- An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
- SourceLocator - interface javax.xml.transform.SourceLocator.
- This interface is primarily for the purposes of reporting where
an error occurred in the XML source or transformation instructions.
- sourceToInputSource(Source) -
Static method in class javax.xml.transform.sax.SAXSource
- Attempt to obtain a SAX InputSource object from a TrAX Source
object.
- 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.
- STag -
Static variable in interface oracle.xml.parser.v2.XMLToken
- STag ::= '<' STagName (S Attribute)* S? '>'
- STagName -
Static variable in interface oracle.xml.parser.v2.XMLToken
- STagName ::= Name
- STANDALONE -
Static variable in class oracle.xml.parser.v2.XMLParser
- Sets the standalone property of the input files.
- STANDALONE -
Static variable in class javax.xml.transform.OutputKeys
- standalone = "yes" | "no".
- START_TO_END -
Static variable in interface org.w3c.dom.ranges.Range
- Compare start boundary-point of
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
- START_TO_START -
Static variable in interface org.w3c.dom.ranges.Range
- Compare start boundary-point of
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
- startCDATA() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report the start of a CDATA section.
- startCDATA() -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the start of a CDATA section.
- startDocument() -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of the beginning of the document.
- startDocument() -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of the begining of the document.
- startDocument() -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the beginning of the document.
- startDocument() -
Method in interface org.xml.sax.ContentHandler
- Receive notification of the beginning of a document.
- startDocument() -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the beginning of a document.
- startDocument() -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- 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.DefaultHandler
- Receive notification of the beginning of the document.
- startDocument() -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 start document event.
- 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 interface org.xml.sax.ext.LexicalHandler
- Report the start of DTD declarations, if any.
- startElement(NSName, SAXAttrList) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- 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(NSName, SAXAttrList) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of the beginning of an element.
- startElement(NSName, SAXAttrList) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Recieve notification of the begining of an element.
- startElement(String, AttributeList) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the start 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.helpers.ParserAdapter
- Adapt a SAX1 startElement event.
- startElement(String, String, String, Attributes) -
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.DefaultXMLDocumentHandler
- Receive notification of the beginning 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(String, String, String, Attributes) -
Method in interface org.xml.sax.ContentHandler
- Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 start element 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.DefaultHandler
- Receive notification of the start of an element.
- startEntity(String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- 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.parser.v2.DefaultXMLDocumentHandler
- Begin the scope of a prefix-URI Namespace mapping.
- 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 interface org.xml.sax.ContentHandler
- Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 start prefix mapping event.
- 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.DefaultHandler
- Receive notification of the start of a Namespace mapping.
- stopPropagation() -
Method in interface org.w3c.dom.events.Event
- The
stopPropagation
method is used prevent further
propagation of an event during event flow.
- storeID(String, String) -
Method in class oracle.xml.classgen.CGNode
- Store this value for an ID identifier, so that we can later
verify IDREF values
- storeIDREF(String, String) -
Method in class oracle.xml.classgen.CGNode
- Store this value for an IDREF identifier, so that we can later
verify, if an corresponding ID was defined.
- 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(File) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a File.
- StreamResult(OutputStream) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a byte stream.
- StreamResult(String) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a URL.
- StreamResult(Writer) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a character stream.
- 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(File) -
Constructor for class javax.xml.transform.stream.StreamSource
- Construct a StreamSource from a File.
- 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.
- STRING -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- stringParamValue(Object) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- styleURI -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- sTypes -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Array of types indexed by above consts
- substringData(int, int) -
Method in interface org.w3c.dom.CharacterData
- Extracts a range of data from the node.
- supports(String, String) -
Method in class oracle.xml.parser.v2.XMLNode
- Deprecated. Use isSupported instead
- surroundContents(Node) -
Method in interface org.w3c.dom.ranges.Range
- Reparents the contents of the Range to the given node and inserts the
node at the position of the start of the Range.
- SYNTAX_ERR -
Static variable in class org.w3c.dom.DOMException
- If an invalid or illegal string is specified.
- sysId -
Variable in class oracle.xml.util.XMLError
-
T
- 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
. - TEXT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Text
node.
- TextDecl -
Static variable in interface oracle.xml.parser.v2.XMLToken
- TextDecl ::= '<' '?' 'xml' VersionInfo? EncodingDecl S? '?>'
- theTree -
Variable in class oracle.xml.treeviewer.XMLTreeView
-
- 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
-
- token(int, String) -
Method in interface oracle.xml.parser.v2.XMLToken
- The interface call-back method.
- tokenize(InputSource) -
Method in class oracle.xml.parser.v2.XMLTokenizer
- Tokenizes the XML from given input source
- 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.
- tokenize(String) -
Method in class oracle.xml.parser.v2.XMLTokenizer
- Tokenizes the XML from the URL indicated
- 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.
- tokenizeIntoArray(String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- toString() -
Method in class oracle.xml.util.XMLException
- Override toString to pick up any embedded exception.
- toString() -
Method in interface org.w3c.dom.ranges.Range
- Returns the contents of a Range as a string.
- toString() -
Method in class org.xml.sax.SAXException
- Override toString to pick up any embedded exception.
- TOTAL_DIGITS -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- transform(Source, Result) -
Method in class oracle.xml.jaxp.JXTransformer
- Process the source tree to the output result.
- transform(Source, Result) -
Method in class javax.xml.transform.Transformer
- Process the source tree to the output result.
- 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(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.
- TransformerConfigurationException(String, Throwable) -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with the
given Exception
base cause and detail message.
- TransformerConfigurationException(Throwable) -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with a
given Exception
base cause of the error.
- 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(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.
- TransformerException(String, Throwable) -
Constructor for class javax.xml.transform.TransformerException
- Wrap an existing exception in a TransformerException.
- TransformerException(Throwable) -
Constructor for class javax.xml.transform.TransformerException
- Create a new TransformerException wrapping an existing exception.
- 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(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.
- TransformerFactoryConfigurationError(String) -
Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with
the String
specified as an error message.
- TransformerHandler - interface javax.xml.transform.sax.TransformerHandler.
- A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
- transformNode(XSLStylesheet) -
Method in class oracle.xml.parser.v2.XMLNode
- Transforms a node in the tree using the given stylesheet
- transformToDoc() -
Method in class oracle.xml.dbviewer.DBViewer
- Transfroms the content of the XML buffer by applying the stylesheet
from the XSL buffer.
- transformToRes() -
Method in class oracle.xml.dbviewer.DBViewer
- Apply the stylesheet transformation from the XSL buffer to the XML
in the XML buffer and stores the result into the result buffer
- transformToString() -
Method in class oracle.xml.dbviewer.DBViewer
- Transfroms the content of the XML buffer by applying the stylesheet
from the XSL buffer.
- 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
-
- TRAVERSAL_DELETE_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- TRAVERSAL_REPLACE_EVENT -
Static variable in class oracle.xml.parser.v2.XMLNode
-
- 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).- type -
Variable in class oracle.xml.classgen.CGXSDElement
-
- types -
Variable in class oracle.xml.util.XMLError
-
- typeToString(int) -
Static method in class oracle.xml.parser.v2.AttrDecl
- Gets a string representation of the attribute type
U
- 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 interface org.xml.sax.DTDHandler
- Receive notification of an unparsed entity declaration event.
- unparsedEntityDecl(String, String, String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an unparsed entity declaration event.
- unparsedEntityDecl(String, String, String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of an unparsed entity declaration.
- 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.
- untrustedAbsoluteStylesheetURL(String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- updateLastUsed() -
Method in class oracle.xml.xsql.XSQLConnection
-
- updateUI() -
Method in class oracle.xml.treeviewer.XMLTreeView
- Forces the XMLTreeView to update/refresh UI.
- updateXML(Document) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Updates the table given the XML document in a DOM tree form
- updateXML(InputStream) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Updates the table given the XML document in a stream form
- updateXML(Reader) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Updates the table given the XML document in a stream form
- updateXML(String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Updates the table given the XML document in a string form
- updateXML(URL) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Updates the columns in a database table, based on the element values in
the supplied XML document.
- URI_REFERENCE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- 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.
- url -
Variable in class oracle.xml.async.DOMBuilder
- URL to parse XML data from
- USE_DTD_ONLY_FOR_VALIDATION -
Static variable in class oracle.xml.parser.v2.XMLParser
- If true, DTD Object is used only for validation
and is not added to the parser document (Boolean.TRUE or Boolean.FALSE)
This property/attribute is only if setDoctype is called to use a
fixed DTD.
- USE_DTD_ONLY_FOR_VALIDATION -
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
- 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
-
- 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
- This will set the case to be lower for all tag names.
- useNullAttributeIndicator(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- Specified weather to use an XML attribute to indicate NULLness, or to
do it by omitting the inclusion of the particular entity in the XML
document.
- useTypeForCollElemTag(boolean) -
Method in class oracle.xml.sql.query.OracleXMLQuery
- By default the tag name for elements of a collection is the collection's
tag name followed by "_item".
- useUpperCaseTagNames() -
Method in class oracle.xml.sql.query.OracleXMLQuery
- This will set the case to be upper for all tag names.
V
- validateContent() -
Method in class oracle.xml.classgen.CGNode
- Checks if the content of the element is valid as per the Content Model
specified in DTD
- validateContent(DTD) -
Method in class oracle.xml.parser.v2.XMLElement
- Validates the content of a element node.
- validateContent(Element) -
Method in class oracle.xml.parser.v2.ElementDecl
- 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
param schema - schema used to validate
- 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.
- 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
-
- validateValue(String) -
Method in class oracle.xml.parser.schema.XSDSimpleType
- Validates the string value with the facets defined for this type
- validEntity(String) -
Method in class oracle.xml.classgen.CGNode
- Checks if the ENTITY identifier is valid
- validID(String) -
Method in class oracle.xml.classgen.CGNode
- Checks if the ID identifier is valid
- validNMTOKEN(String) -
Method in class oracle.xml.classgen.CGNode
- Checks if the NMTOKEN identifier is valid
- valueOf(Element, String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- valueOf(Node, String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- valueOf(String) -
Method in class oracle.xml.parser.v2.XMLNode
- Selects the value of the first node from tree that matches the pattern
- valueOf(String, NSResolver) -
Method in class oracle.xml.parser.v2.XMLNode
- Selects the value of the first node from tree that matches the pattern
- 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.
- VERSION -
Static variable in class javax.xml.transform.OutputKeys
- version = nmtoken.
W
- 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
- warning(SAXParseException) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a parser warning.
- warning(SAXParseException) -
Method in interface org.xml.sax.ErrorHandler
- Receive notification of a warning.
- warning(SAXParseException) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter a warning event.
- warning(SAXParseException) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a parser warning.
- warning(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Receive notification of a warning.
- WHITESPACE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- write(int) -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- writeChars(String) -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- writeExternal(ObjectOutput) -
Method in class oracle.xml.parser.v2.XMLElement
- DOM Serialization/Compression API's *** ***********
The Binary syntax of the compressed stream generated by this node
[element node info] {attributes }
- writeExternal(ObjectOutput) -
Method in class oracle.xml.parser.v2.AttrDecl
- 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.XMLCDATA
- 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.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.XMLNode
- DOM Serialization/Compression API's
- 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.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.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.XMLComment
- This method saves the state of the object by creating a binray
compressed stream with information about this object.
- writeExternal(ObjectOutput) -
Method in class oracle.xml.parser.v2.XMLEntity
- This method saves the state of the object by creating a binray
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 binray
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.XMLText
- 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 binray
compressed stream with information about this object.
- writeExternal(XMLObjectOutput, CXMLContext) -
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(XMLObjectOutput, CXMLContext) -
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(XMLObjectOutput, CXMLContext) -
Method in class oracle.xml.parser.v2.XMLDocument
- This method saves the state of the object by writing the object
information in a binary compressed stream.
- writeExternal(XMLObjectOutput, CXMLContext) -
Method in class oracle.xml.classgen.CGNode
- Writes the compressed stream corresponding to this node.
- writeIndent() -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- writeNewLine() -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- writeQuotedString(String) -
Method in class oracle.xml.parser.v2.XMLOutputStream
-
- 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)
X
- xDocIsEsc -
Variable in class oracle.xml.sql.dml.OracleXMLSave
-
- XL(String, String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- XL(String, String) -
Static method in class oracle.xml.xsql.XSQLHttpUtil
-
- XMLAttr - class oracle.xml.parser.v2.XMLAttr.
- This class implements the DOM Attr interface and holds information on each
attribute of an element.
- XMLAttr() -
Constructor for class oracle.xml.parser.v2.XMLAttr
- Deprecated. use createAttribute(String) or
createAttributeNS(String, String) of XMLDocument
- XMLAttr(String, String) -
Constructor for class oracle.xml.parser.v2.XMLAttr
- Construct attribute with given name and value.
- XMLAttr(String, String, String, String) -
Constructor for class oracle.xml.parser.v2.XMLAttr
- Namespace support
- 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
- 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(String) -
Constructor for class oracle.xml.parser.v2.XMLComment
- Deprecated. use createComment(String) method of XMLDocument
- XMLDecl -
Static variable in interface oracle.xml.parser.v2.XMLToken
- XMLDecl ::= '<' '?' 'xml' VersionInfo EncodingDecl? SDDecl? S? '?' '>'
- XMLDECL_NODE -
Static variable in class oracle.xml.parser.v2.XMLNode
- A attribute declaration node
- XMLDeclPI - class oracle.xml.parser.v2.XMLDeclPI.
- This class implements the XML Decl Processing Instruction.
- XMLDeclPI() -
Constructor for class oracle.xml.parser.v2.XMLDeclPI
-
- XMLDeclPI(String, String, String, boolean) -
Constructor for class oracle.xml.parser.v2.XMLDeclPI
-
- 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.
-
- 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
- XMLDocumentHandler - interface oracle.xml.parser.v2.XMLDocumentHandler.
- This interface extends the
org.xml.sax.DocumentHandler
interface. - XMLDOMException - exception oracle.xml.parser.v2.XMLDOMException.
- This class is used to throw DOM exceptions.
- XMLDOMException(short) -
Constructor for class oracle.xml.parser.v2.XMLDOMException
- Constructs a
XMLDOMException
exception with a specified
message and a code.
- XMLDOMException(short, String) -
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.
-
- XMLDOMImplementation() -
Constructor for class oracle.xml.parser.v2.XMLDOMImplementation
-
- XMLElement - class oracle.xml.parser.v2.XMLElement.
-
- XMLElement() -
Constructor for class oracle.xml.parser.v2.XMLElement
- Deprecated. use createElement(String) method of XMLDocument
- XMLElement(String) -
Constructor for class oracle.xml.parser.v2.XMLElement
- Creates an element with the given name
- XMLElement(String, String, String) -
Constructor for class oracle.xml.parser.v2.XMLElement
- Creates an element with the given name, prefix, and namespace
- XMLElement(String, String, String, String) -
Constructor for class oracle.xml.parser.v2.XMLElement
- Private constructor doesn't intern names
Creates an element with the given name, prefix, and namespace
- 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.
-
- 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 - class oracle.xml.util.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() -
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, Exception) -
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
-
- 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.
- 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
having the given name and type
- 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
- 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
- XMLNSNode(String) -
Constructor for class oracle.xml.parser.v2.XMLNSNode
- Constructs a new
XMLNSNode
having the given name and type
- XMLOutputStream - class oracle.xml.parser.v2.XMLOutputStream.
-
- XMLOutputStream(OutputStream) -
Constructor for class oracle.xml.parser.v2.XMLOutputStream
-
- XMLOutputStream(PrintWriter) -
Constructor for class oracle.xml.parser.v2.XMLOutputStream
-
- 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. - 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(String, String) -
Constructor for class oracle.xml.parser.v2.XMLPI
- Deprecated. see createProcessingInstruction(String) of XMLDocument
- XMLPrintDriver - class oracle.xml.parser.v2.XMLPrintDriver.
- The
XMLPrintDriver
implements PrintDriver
interface. - XMLPrintDriver(OutputStream) -
Constructor for class oracle.xml.parser.v2.XMLPrintDriver
- Create a new PrintDriver to output XML to OutputStream
- XMLPrintDriver(PrintWriter) -
Constructor for class oracle.xml.parser.v2.XMLPrintDriver
- Create a new PrintDriver to output XML to PrintWriter
- XMLRangeException - exception oracle.xml.parser.v2.XMLRangeException.
-
- XMLRangeException(short) -
Constructor for class oracle.xml.parser.v2.XMLRangeException
-
- 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.
- XMLSchema - class oracle.xml.parser.schema.XMLSchema.
- XMLSchema class.
- XMLSchema() -
Constructor for class oracle.xml.parser.schema.XMLSchema
- XMLSchema constructor.
- XMLSchemaNode - class oracle.xml.parser.schema.XMLSchemaNode.
- XMLSchemaNode class.
- XMLSchemaNode() -
Constructor for class oracle.xml.parser.schema.XMLSchemaNode
- XNLSchema constructor.
- XMLSourceView - class oracle.xml.srcviewer.XMLSourceView.
- Shows an XML document.
- XMLSourceView() -
Constructor for class oracle.xml.srcviewer.XMLSourceView
- The class constructor.
- XMLSourceViewBeanInfo - class oracle.xml.srcviewer.XMLSourceViewBeanInfo.
-
- XMLSourceViewBeanInfo() -
Constructor for class oracle.xml.srcviewer.XMLSourceViewBeanInfo
-
- xmlStyledDocument -
Variable in class oracle.xml.srcviewer.XMLSourceView
-
- xmlTableExists(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Checks if the XML table exists
- 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(char[], int, int) -
Constructor for class oracle.xml.parser.v2.XMLText
-
- XMLText(String) -
Constructor for class oracle.xml.parser.v2.XMLText
- Deprecated. use createTextNode(String) method of XMLDocument
- XMLToken - interface oracle.xml.parser.v2.XMLToken.
- Basic interface for XMLToken
- 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.
- XMLTransformPanel - class oracle.xml.transviewer.XMLTransformPanel.
- XMLTransformPanel visual bean.
- XMLTransformPanel() -
Constructor for class oracle.xml.transviewer.XMLTransformPanel
- The class constructor.
- XMLTransformPanelBeanInfo - class oracle.xml.transviewer.XMLTransformPanelBeanInfo.
-
- XMLTransformPanelBeanInfo() -
Constructor for class oracle.xml.transviewer.XMLTransformPanelBeanInfo
-
- XMLTransViewer - class oracle.xml.transviewer.XMLTransViewer.
- Simple application that uses XMLTransformPanel.
- XMLTransViewer() -
Constructor for class oracle.xml.transviewer.XMLTransViewer
-
- XMLTreeView - class oracle.xml.treeviewer.XMLTreeView.
- Shows an XML document as a tree.
- XMLTreeView() -
Constructor for class oracle.xml.treeviewer.XMLTreeView
- The class constructor.
- XMLTreeViewBeanInfo - class oracle.xml.treeviewer.XMLTreeViewBeanInfo.
-
- XMLTreeViewBeanInfo() -
Constructor for class oracle.xml.treeviewer.XMLTreeViewBeanInfo
-
- XPathException - exception oracle.xml.parser.v2.XPathException.
- Indicates that an exception occurred during XPath processing.
- XSDAttribute - class oracle.xml.parser.schema.XSDAttribute.
- XSDAttribute class.
- 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
- XSDConstants - class oracle.xml.parser.schema.XSDConstants.
-
- XSDConstants() -
Constructor for class oracle.xml.parser.schema.XSDConstants
-
- XSDConstrainingFacet - class oracle.xml.parser.schema.XSDConstrainingFacet.
-
- XSDDataValue - class oracle.xml.parser.schema.XSDDataValue.
-
- XSDElement - class oracle.xml.parser.schema.XSDElement.
- XSDElement class.
- XSDException - exception oracle.xml.parser.schema.XSDException.
- Indicates that an exception occurred during XMLSchema validation
- XSDGroup - class oracle.xml.parser.schema.XSDGroup.
- XSDGroup
Represents XMLSchema , , and
- XSDIdentity - class oracle.xml.parser.schema.XSDIdentity.
- XSDElement class.
- XSDNode - class oracle.xml.parser.schema.XSDNode.
- Root class for most of XSD classes.
- XSDSimpleType - class oracle.xml.parser.schema.XSDSimpleType.
-
- XSDSimpleType() -
Constructor for class oracle.xml.parser.schema.XSDSimpleType
- Default constructor
- XSDSimpleType(int, String) -
Constructor for class oracle.xml.parser.schema.XSDSimpleType
-
- XSDTypeConstants - interface oracle.xml.parser.schema.XSDTypeConstants.
-
- XSDValidator - class oracle.xml.parser.schema.XSDValidator.
- XSDValidator validates an instance XML document against an XMLSchema.
- XSDValidator() -
Constructor for class oracle.xml.parser.schema.XSDValidator
- XSDValidator constructor.
- 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
-
- XSLExtensionElement - class oracle.xml.parser.v2.XSLExtensionElement.
- Base element for extension elements
- XSLExtensionElement() -
Constructor for class oracle.xml.parser.v2.XSLExtensionElement
- Default Constructor
- XSLProcessor - class oracle.xml.parser.v2.XSLProcessor.
- This class provides methods to transform an input XML document using a
previously constructed
XSLStylesheet
. - XSLProcessor() -
Constructor for class oracle.xml.parser.v2.XSLProcessor
- 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(InputStream, 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
- XSLStylesheet(URL, URL) -
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
- 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
- xslTransformerError(XSLTransformerEvent) -
Method in interface oracle.xml.async.XSLTransformerListener
- This method is called when parse or transformation error occur.
- xslTransformerErrorCalled(XSLTransformerErrorEvent) -
Method in interface oracle.xml.async.XSLTransformerErrorListener
- This method is called when parse or transformation error occurs.
- XSLTransformerErrorEvent - class 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.
-
- 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.
- 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
- XSQLActionHandler - interface oracle.xml.xsql.XSQLActionHandler.
- Interface that must be implemented by all XSQL Action Element Handlers
- 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
-
- 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.
- 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.
- XSQLErrorWriter - class oracle.xml.xsql.XSQLErrorWriter.
-
- XSQLErrorWriter(SAXParseException, XSQLPageRequest) -
Constructor for class oracle.xml.xsql.XSQLErrorWriter
-
- XSQLErrorWriter(String, SAXParseException, XSQLPageRequest) -
Constructor for class oracle.xml.xsql.XSQLErrorWriter
-
- XSQLErrorWriter(String, String, SAXParseException, XSQLPageRequest) -
Constructor for class oracle.xml.xsql.XSQLErrorWriter
-
- XSQLErrorWriter(String, String, XSQLPageRequest) -
Constructor for 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
-
- XSQLHttpUtil - class oracle.xml.xsql.XSQLHttpUtil.
-
- XSQLHttpUtil() -
Constructor for class oracle.xml.xsql.XSQLHttpUtil
-
- 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(String) -
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(URL, XSQLPageRequest) -
Constructor for class oracle.xml.xsql.XSQLRequest
- Create 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, String) -
Constructor for class oracle.xml.xsql.XSQLRequest
- Create a Request for an XSQL Page using a custom connection
manager factory
- XSQLRequest(XSQLConnectionManagerFactory, URL) -
Constructor for class oracle.xml.xsql.XSQLRequest
- Create a Request for an XSQL Page with a custom connection
manager factory.
- XSQLRequest(XSQLConnectionManagerFactory, XMLDocument, URL) -
Constructor for class oracle.xml.xsql.XSQLRequest
- Create a Request for an XSQL Page
- 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, ServletContext) -
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
-
Y
- YEAR -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
_
- _atomic -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- _base64 -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- _collapse -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- _hex -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- _pageParameters -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- _preserve -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- _replace -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- _styleParams -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
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 _
Copyright © 1997, 2004, Oracle. All rights reserved.