|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.xml2.QAbstractNode
com.caucho.xml2.QNode
com.caucho.xml2.QDocumentFragment
public class QDocumentFragment
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.xml2.QNode |
---|
QNode.ChildNodeList |
Field Summary | |
---|---|
protected org.w3c.dom.Document |
_masterDoc
|
Fields inherited from class com.caucho.xml2.QNode |
---|
_firstChild, _lastChild |
Fields inherited from class com.caucho.xml2.QAbstractNode |
---|
L |
Fields inherited from interface org.w3c.dom.Node |
---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
---|---|
protected |
QDocumentFragment(QDocument owner)
|
Method Summary | |
---|---|
org.w3c.dom.Document |
getMasterDoc()
|
java.lang.String |
getNodeName()
|
short |
getNodeType()
|
java.lang.String |
getTextValue()
Returns the text value of the node |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.xml2.QNode |
---|
appendChild, checkValid, equals, equals, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextPreorder, getNextSibling, getNodeValue, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, setTextContent |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Field Detail |
---|
protected org.w3c.dom.Document _masterDoc
Constructor Detail |
---|
protected QDocumentFragment(QDocument owner)
Method Detail |
---|
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
public org.w3c.dom.Document getMasterDoc()
public java.lang.String getNodeName()
getNodeName
in interface org.w3c.dom.Node
public java.lang.String getTextValue()
CauchoNode
getTextValue
in interface CauchoNode
getTextValue
in class QAbstractNode
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |