|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessingInstruction
A representation of the model object 'Processing Instruction Type'.
The following features are supported:
XMLTypePackage.getProcessingInstruction()
Method Summary | |
---|---|
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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.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()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |