|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.project.NodeType
org.xmlhammer.model.project.CharacterDataType
org.xmlhammer.model.project.Comment
public class Comment
Java class for comment element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="comment">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/project}characterDataType">
</extension>
</complexContent>
</complexType>
</element>
| Field Summary |
|---|
| Fields inherited from class org.xmlhammer.model.project.CharacterDataType |
|---|
data, length |
| Fields inherited from class org.xmlhammer.model.project.NodeType |
|---|
baseURI, clazz, context, localName, namespaceURI, nodeName, nodeValue, path, prefix, src, textContent |
| Constructor Summary | |
|---|---|
Comment()
|
|
| Method Summary |
|---|
| Methods inherited from class org.xmlhammer.model.project.CharacterDataType |
|---|
getData, getLength, setData, setLength |
| Methods inherited from class org.xmlhammer.model.project.NodeType |
|---|
getBaseURI, getClazz, getContext, getLocalName, getNamespaceURI, getNodeName, getNodeValue, getPath, getPrefix, getSrc, getTextContent, setBaseURI, setClazz, setContext, setLocalName, setNamespaceURI, setNodeName, setNodeValue, setPath, setPrefix, setSrc, setTextContent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Comment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||