|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
| 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.CharData
oracle.xml.parser.v2.XMLText
oracle.xml.parser.v2.XMLCDATA
This class implements the DOM CDATASection interface.
CDATASection, NodeFactory, DOMParser.setNodeFactory(oracle.xml.parser.v2.NodeFactory), Serialized Form| Field Summary |
| 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.NodeEditVAL |
VAL_FALSE, VAL_INCOMPLETE, VAL_NS_WF, VAL_SCHEMA, VAL_TRUE, VAL_UNKNOWN, VAL_WF |
| Constructor Summary | |
XMLCDATA()Deprecated. use createCDATASection(String) method of XMLDocument |
|
XMLCDATA(java.lang.String text)Deprecated. see createCDATASection(String) method of XMLDocument |
|
protected |
XMLCDATA(XMLDocument doc)Protected constructor used to create custom DOM Node using XMLDocument as the factory. |
| Method Summary | |
java.lang.String |
getNodeName()Gets a name of the node |
short |
getNodeType()Gets a code representing the type of the underlying object |
QxName |
getQName()Gets the QName of this node |
short |
nodeValidity(short wFValidityCheckLevel)DOM 3 ValidationAPI's *** |
void |
readExternal(java.io.ObjectInput inArg)This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly. |
void |
writeExternal(java.io.ObjectOutput outArg)This method saves the state of the object by creating a binary compressed stream with information about this object. |
| Methods inherited from class oracle.xml.parser.v2.XMLText |
addText, appendData, canAppendData, canDeleteData, canInsertData, canReplaceData, canSetData, deleteData, getData, getLength, getNodeValue, insertData, isWhiteSpaceNode, isWhitespaceOnly, nodeValidity, replaceData, reportSAXEvents, setData, setNodeValue, splitText, substringData |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Text |
splitText |
| Methods inherited from interface org.w3c.dom.CharacterData |
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Methods inherited from interface org.w3c.dom.validation.NodeEditVAL |
canAppendChild, canInsertBefore, canRemoveChild, canReplaceChild, getDefaultValue, getEnumeratedValues |
| Constructor Detail |
public XMLCDATA()
public XMLCDATA(java.lang.String text)
text - Text of the nodeprotected XMLCDATA(XMLDocument doc)
doc - - Owner document| Method Detail |
public short getNodeType()
getNodeType in interface NodegetNodeType in class XMLTextpublic QxName getQName()
getQName in class XMLTextpublic java.lang.String getNodeName()
getNodeName in interface NodegetNodeName in class XMLTextpublic short nodeValidity(short wFValidityCheckLevel)
nodeValidity in interface NodeEditVALnodeValidity in class XMLNodewFValidityCheckLevel - Flag to tell at what level validity and well-formedness checking is done.
public void writeExternal(java.io.ObjectOutput outArg)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class XMLTextoutArg - is the ObjectOutput stream used to write the compressed stream.java.io.IOException - is thrown when there is an exception while writing the compressed stream.
public void readExternal(java.io.ObjectInput inArg)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class XMLTextinArg - The ObjectInput stream used for reading the compressed streamjava.io.IOException - is thrown when there is an error in reading the input stream.java.lang.ClassNotFoundException - is thrown when the class is not found
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||