|
||||||||||
| 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.ProcessingInstruction
public class ProcessingInstruction
Java class for processingInstruction element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="processingInstruction">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/project}nodeType">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
data
|
protected java.lang.String |
target
|
| Fields inherited from class org.xmlhammer.model.project.NodeType |
|---|
baseURI, clazz, context, localName, namespaceURI, nodeName, nodeValue, path, prefix, src, textContent |
| Constructor Summary | |
|---|---|
ProcessingInstruction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Gets the value of the data property. |
java.lang.String |
getTarget()
Gets the value of the target property. |
void |
setData(java.lang.String value)
Sets the value of the data property. |
void |
setTarget(java.lang.String value)
Sets the value of the target property. |
| 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 |
| Field Detail |
|---|
protected java.lang.String data
protected java.lang.String target
| Constructor Detail |
|---|
public ProcessingInstruction()
| Method Detail |
|---|
public java.lang.String getData()
Stringpublic void setData(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTarget()
Stringpublic void setTarget(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||