|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.utils.UnImplNode | +--org.apache.xalan.stree.Child | +--org.apache.xalan.stree.TextImpl | +--org.apache.xalan.stree.CDATASectionImpl
Constructor Summary | |
CDATASectionImpl(DocumentImpl doc,
char[] ch,
int start,
int length)
|
|
CDATASectionImpl(DocumentImpl doc,
java.lang.String data)
|
Method Summary | |
java.lang.String |
getLocalName()
Returns the local part of the qualified name of this node. |
java.lang.String |
getNodeName()
Returns the node name. |
short |
getNodeType()
Returns the node type. |
Methods inherited from class org.apache.xalan.stree.TextImpl |
getData,
getLength,
getNodeValue |
Methods inherited from class org.apache.xalan.stree.Child |
getAttributes,
getChildPosition,
getFirstChild,
getLastChild,
getLevel,
getNamespaceURI,
getNextSibling,
getOwnerDocument,
getParentNode,
getPrefix,
getPreviousSibling,
getTagName,
getUid,
hasChildNodes,
isComplete,
isNamespaceNode,
setAttribute,
setLevel,
supports |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CDATASectionImpl(DocumentImpl doc, java.lang.String data)
public CDATASectionImpl(DocumentImpl doc, char[] ch, int start, int length)
Method Detail |
public short getNodeType()
public java.lang.String getNodeName()
public java.lang.String getLocalName()
createElement
from the Document
interface,
it is null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |