|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLParseStatement
A representation of an XML PARSE statement.
The following features are supported:
Xml DataEncodingReturning NationalValidating ClauseFirst Processing ProcedureLast Processing ProcedureOn ExceptionNot On ExceptionEnd XML Used
COBOLPackage.getXMLParseStatement()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRefOrLiteral |
getEncoding()
Returns the value of the 'Encoding' containment reference. |
SectionOrParagraph |
getFirstProcessingProcedure()
Returns the value of the 'First Processing Procedure' reference. |
SectionOrParagraph |
getLastProcessingProcedure()
Returns the value of the 'Last Processing Procedure' reference. |
java.util.List |
getNotOnException()
Returns the value of the 'Not On Exception' containment reference list. |
java.util.List |
getOnException()
Returns the value of the 'On Exception' containment reference list. |
ValidatingClause |
getValidatingClause()
Returns the value of the 'Validating Clause' containment reference. |
DataRef |
getXmlData()
Returns the value of the 'Xml Data' containment reference. |
boolean |
isEndXMLUsed()
Returns the value of the 'End XML Used' attribute. |
boolean |
isReturningNational()
Returns the value of the 'Returning National' attribute. |
void |
setEncoding(DataRefOrLiteral value)
Sets the value of the ' Encoding' containment reference. |
void |
setEndXMLUsed(boolean value)
Sets the value of the ' End XML Used' attribute. |
void |
setFirstProcessingProcedure(SectionOrParagraph value)
Sets the value of the ' First Processing Procedure' reference. |
void |
setLastProcessingProcedure(SectionOrParagraph value)
Sets the value of the ' Last Processing Procedure' reference. |
void |
setReturningNational(boolean value)
Sets the value of the ' Returning National' attribute. |
void |
setValidatingClause(ValidatingClause value)
Sets the value of the ' Validating Clause' containment reference. |
void |
setXmlData(DataRef value)
Sets the value of the ' Xml Data' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataRef getXmlData()
The value is a reference to the data item that holds the XML data to be parsed.
setXmlData(DataRef),
COBOLPackage.getXMLParseStatement_XmlData()void setXmlData(DataRef value)
Xml Data' containment reference.
value - the new value of the 'Xml Data' containment reference.getXmlData()DataRefOrLiteral getEncoding()
The value is the code page specified in the ENCODING clause.
setEncoding(DataRefOrLiteral),
COBOLPackage.getXMLParseStatement_Encoding()void setEncoding(DataRefOrLiteral value)
Encoding' containment reference.
value - the new value of the 'Encoding' containment reference.getEncoding()boolean isReturningNational()
The value is true if the RETURNING NATIONAL clause is present; false otherwise.
setReturningNational(boolean),
COBOLPackage.getXMLParseStatement_ReturningNational()void setReturningNational(boolean value)
Returning National' attribute.
value - the new value of the 'Returning National' attribute.isReturningNational()ValidatingClause getValidatingClause()
The value is a representation of the VALIDATING clause if it is present; if the clause is not present, the value is null.
setValidatingClause(ValidatingClause),
COBOLPackage.getXMLParseStatement_ValidatingClause()void setValidatingClause(ValidatingClause value)
Validating Clause' containment reference.
value - the new value of the 'Validating Clause' containment reference.getValidatingClause()SectionOrParagraph getFirstProcessingProcedure()
The value is the first procedure in the PROCESSING PROCEDURE clause.
setFirstProcessingProcedure(SectionOrParagraph),
COBOLPackage.getXMLParseStatement_FirstProcessingProcedure()void setFirstProcessingProcedure(SectionOrParagraph value)
First Processing Procedure' reference.
value - the new value of the 'First Processing Procedure' reference.getFirstProcessingProcedure()SectionOrParagraph getLastProcessingProcedure()
The value is the processing procedure specified after the THRU keyword in the PROCESSING PROCEDURE clause. If there is no such processing procedure, the value is null.
setLastProcessingProcedure(SectionOrParagraph),
COBOLPackage.getXMLParseStatement_LastProcessingProcedure()void setLastProcessingProcedure(SectionOrParagraph value)
Last Processing Procedure' reference.
value - the new value of the 'Last Processing Procedure' reference.getLastProcessingProcedure()java.util.List getOnException()
Stmt.
The list contains the statements in the ON EXCEPTION clause.
COBOLPackage.getXMLParseStatement_OnException()java.util.List getNotOnException()
Stmt.
The list contains the statements in the NOT ON EXCEPTION clause.
COBOLPackage.getXMLParseStatement_NotOnException()boolean isEndXMLUsed()
The value is true if the END-XML keyword is present; false otherwise.
setEndXMLUsed(boolean),
COBOLPackage.getXMLParseStatement_EndXMLUsed()void setEndXMLUsed(boolean value)
End XML Used' attribute.
value - the new value of the 'End XML Used' attribute.isEndXMLUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||