|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.parser.v2.XMLNode
oracle.xml.parser.v2.XMLNSNode
oracle.xml.parser.v2.XMLElement
oracle.xml.parser.v2.XMLDocumentFragment
This class implements the DOM DocumentFragment interface. Extends XMLElement rather than XMLNode so it can be handled as an element. This is convenient in processing
DocumentFragment
, NodeFactory
, DOMParser.setNodeFactory(oracle.xml.parser.v2.NodeFactory)
, Serialized FormField Summary |
Fields inherited from class oracle.xml.parser.v2.XMLElement |
ANY_CONTENTTYPE, ELEMENTS_CONTENTTYPE, EMPTY_CONTENTTYPE, MIXED_CONTENTTYPE |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Fields inherited from interface org.w3c.dom.validation.ElementEditVAL |
VAL_ANY_CONTENTTYPE, VAL_ELEMENTS_CONTENTTYPE, VAL_EMPTY_CONTENTTYPE, VAL_MIXED_CONTENTTYPE, VAL_SIMPLE_CONTENTTYPE |
Fields inherited from interface org.w3c.dom.validation.NodeEditVAL |
VAL_FALSE, VAL_INCOMPLETE, VAL_NS_WF, VAL_SCHEMA, VAL_TRUE, VAL_UNKNOWN, VAL_WF |
Constructor Summary | |
XMLDocumentFragment() Deprecated. use createDocumentFragment() method in XMLDocuemnt |
|
protected |
XMLDocumentFragment(XMLDocument doc) Protected constructor used to create custom DOM Node using XMLDocument as the factory. |
Method Summary | |
NamedNodeMap |
getAttributes() A NamedNodeMap containing the attributes of this node (if it is an Element ) or null otherwise. |
java.lang.String |
getLocalName() Gets the local Name for this element. |
java.lang.String |
getNamespaceURI() Gets the name space URI of this element |
Node |
getNextSibling() Gets The node immediately following this node. |
java.lang.String |
getNodeName() Gets a name of the node |
short |
getNodeType() Gets a code representing the type of the underlying object |
Node |
getParentNode() Gets the parent of this node |
Node |
getPreviousSibling() Gets the node immediately preceding this node. |
QxName |
getQName() Gets the QName of this node |
void |
reportSAXEvents(ContentHandler cntHandler) Report SAX Events from a DOM Tree |
Methods inherited from class oracle.xml.parser.v2.XMLNSNode |
addText, addText, appendChild, getChildNodes, getFirstChild, getLastChild, getText, insertBefore, removeChild, replaceChild |
Methods inherited from class oracle.xml.parser.v2.XMLNode |
addEventListener, cloneNode, dispatchEvent, equals, getColumnNumber, getDebugMode, getLineNumber, getNodeValue, getOwnerDocument, getPrimitiveTypeId, getProperty, getSchemaTypeName, getSystemId, getXMLError, hasChildNodes, hashCode, isDocumentFlag, isNodeFlag, isSupported, print, print, print, print, removeEventListener, resetNodeFlag, selectNodes, selectNodes, selectSingleNode, selectSingleNode, setDebugInfo, setNodeFlag, setNodeFlag, setNodeFlag, setNodeValue, setProperty, transformNode, valueOf, valueOf, xdbGetNodeId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getNodeValue, getOwnerDocument, getPrefix, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface oracle.xml.util.NSName |
getNamespace |
Methods inherited from interface org.w3c.dom.validation.ElementEditVAL |
getAllowedFirstChildElements |
Constructor Detail |
public XMLDocumentFragment()
protected XMLDocumentFragment(XMLDocument doc)
doc
- - Owner documentMethod Detail |
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class XMLElement
public QxName getQName()
getQName
in class XMLElement
public java.lang.String getNodeName()
getNodeName
in interface Node
getNodeName
in class XMLElement
public java.lang.String getNamespaceURI()
getNamespaceURI
in interface Node
getNamespaceURI
in class XMLElement
public java.lang.String getLocalName()
getLocalName
in interface Node
getLocalName
in class XMLElement
public Node getParentNode()
getParentNode
in interface Node
getParentNode
in class XMLNode
public Node getPreviousSibling()
null
.getPreviousSibling
in interface Node
getPreviousSibling
in class XMLNode
public Node getNextSibling()
null
.getNextSibling
in interface Node
getNextSibling
in class XMLNode
public NamedNodeMap getAttributes()
Node
NamedNodeMap
containing the attributes of this node (if it is an Element
) or null
otherwise.getAttributes
in interface Node
getAttributes
in class XMLElement
public void reportSAXEvents(ContentHandler cntHandler) throws SAXException
reportSAXEvents
in class XMLElement
cntHandler
- ContentHandlerSAXException
- thrown by SAX Callback functions
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |