|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLParseStmt
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.getXMLParseStmt()| 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 has the XML character stream.
setXmlData(DataRef),
COBOLPackage.getXMLParseStmt_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 codepage specified in the WITH ENCODING clause, or null if no WITH ENCODING clause is present.
setEncoding(DataRefOrLiteral),
COBOLPackage.getXMLParseStmt_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.getXMLParseStmt_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 there is no VALIDATING clause, the value is NULL.
setValidatingClause(ValidatingClause),
COBOLPackage.getXMLParseStmt_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.getXMLParseStmt_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 last procedure in the PROCESSING PROCEDURE clause; if there is only one procedure in the PROCESSING PROCEDURE clause, the value is null.
setLastProcessingProcedure(SectionOrParagraph),
COBOLPackage.getXMLParseStmt_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.getXMLParseStmt_OnException()java.util.List getNotOnException()
Stmt.
The list contains the statements in the NOT ON EXCEPTION clause.
COBOLPackage.getXMLParseStmt_NotOnException()boolean isEndXMLUsed()
The value is true if the END-XML keyword is used; false otherwise.
setEndXMLUsed(boolean),
COBOLPackage.getXMLParseStmt_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 | |||||||||