|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 Form| Field 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 | |
| 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. |
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, getColumnNumber, getDebugMode, getLineNumber, getNodeValue, getOwnerDocument, getPrimitiveTypeId, getProperty, getSystemId, getXMLError, hasChildNodes, isDocumentFlag, isNodeFlag, isSupported, print, print, print, print, removeEventListener, resetNodeFlag, selectNodes, selectNodes, selectSingleNode, selectSingleNode, setDebugInfo, setNodeFlag, setNodeFlag, setNodeFlag, setNodeValue, setProperty, transformNode, valueOf, valueOf |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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()
| Method Detail |
public short getNodeType()
getNodeType in interface NodegetNodeType in class XMLElementpublic java.lang.String getNodeName()
getNodeName in interface NodegetNodeName in class XMLElementpublic java.lang.String getNamespaceURI()
getNamespaceURI in interface NodegetNamespaceURI in class XMLElementpublic java.lang.String getLocalName()
getLocalName in interface NodegetLocalName in class XMLElementpublic Node getParentNode()
getParentNode in interface NodegetParentNode in class XMLNodepublic Node getPreviousSibling()
null.getPreviousSibling in interface NodegetPreviousSibling in class XMLNodepublic Node getNextSibling()
null.getNextSibling in interface NodegetNextSibling in class XMLNodepublic NamedNodeMap getAttributes()
NodeNamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.getAttributes in interface NodegetAttributes in class XMLElement
public void reportSAXEvents(ContentHandler cntHandler)
throws SAXException
reportSAXEvents in class XMLElementcntHandler - ContentHandlerSAXException - thrown by SAX Callback functions
|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||