|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.dom.NodeImpl
org.exist.dom.CharacterDataImpl
org.exist.dom.CommentImpl
Field Summary |
Fields inherited from class org.exist.dom.CharacterDataImpl |
cdata |
Fields inherited from class org.exist.dom.NodeImpl |
attributes, gid, internalAddress, nodeName, nodeNameRef, nodeType, ownerDocument |
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 |
Constructor Summary | |
CommentImpl(char[] data,
int start,
int howmany)
Constructor for the CommentImpl object |
|
CommentImpl(long gid)
Constructor for the CommentImpl object |
|
CommentImpl(long gid,
java.lang.String data)
Constructor for the CommentImpl object |
|
CommentImpl(java.lang.String data)
Constructor for the CommentImpl object |
Method Summary | |
static NodeImpl |
deserialize(byte[] data,
int start,
int len)
Description of the Method |
byte[] |
serialize()
Description of the Method |
void |
toSAX(org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ext.LexicalHandler lexicalHandler,
boolean first,
java.util.ArrayList prefixes)
Description of the Method |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class org.exist.dom.CharacterDataImpl |
appendData, appendData, clear, deleteData, getData, getLength, getLowerCaseData, getNodeValue, getXMLString, insertData, replaceData, setData, setData, setData, substringData |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Constructor Detail |
public CommentImpl(long gid)
gid
- Description of the Parameterpublic CommentImpl(long gid, java.lang.String data)
gid
- Description of the Parameterdata
- Description of the Parameterpublic CommentImpl(java.lang.String data)
data
- Description of the Parameterpublic CommentImpl(char[] data, int start, int howmany)
data
- Description of the Parameterstart
- Description of the Parameterhowmany
- Description of the ParameterMethod Detail |
public java.lang.String toString()
toString
in class CharacterDataImpl
public void toSAX(org.xml.sax.ContentHandler contentHandler, org.xml.sax.ext.LexicalHandler lexicalHandler, boolean first, java.util.ArrayList prefixes) throws org.xml.sax.SAXException
toSAX
in class CharacterDataImpl
contentHandler
- Description of the ParameterlexicalHandler
- Description of the Parameterfirst
- Description of the Parameterprefixes
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic byte[] serialize()
serialize
in class NodeImpl
public static NodeImpl deserialize(byte[] data, int start, int len)
data
- Description of the Parameter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |