public interface ProcessingInstruction extends EObject
The following features are supported:
XMLTypePackage.getProcessingInstruction()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData()
Returns the value of the 'Data' attribute
|
java.lang.String |
getTarget()
Returns the value of the 'Target' attribute
|
void |
setData(java.lang.String value)
Sets the value of the '
Data' attribute |
void |
setTarget(java.lang.String value)
Sets the value of the '
Target' attribute |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getData()
It represents all the data that follows the target of the processing instruction.
setData(String),
XMLTypePackage.getProcessingInstruction_Data()void setData(java.lang.String value)
Data' attribute.
value - the new value of the 'Data' attribute.getData()java.lang.String getTarget()
It represents the specific target name at the start of the processing instruction.
setTarget(String),
XMLTypePackage.getProcessingInstruction_Target()void setTarget(java.lang.String value)
Target' attribute.
value - the new value of the 'Target' attribute.getTarget()