|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'XML Value Function Parse'. Generates an XML value by performing a non-validating parse of a given string expression. See ISO SQL/XML sec. 6.15.
The following features are supported:
SQLXMLQueryModelPackage.getXMLValueFunctionParse()
Method Summary | |
XMLContentType |
getContentOption()
Returns the value of the 'Content Option' attribute. |
XMLValueFunctionParseContent |
getParseContent()
Returns the value of the 'Parse Content' containment reference. |
XMLWhitespaceHandlingType |
getWhitespaceHandlingOption()
Returns the value of the 'Whitespace Handling Option' attribute. |
void |
setContentOption(XMLContentType value)
Sets the value of the ' Content Option ' attribute. |
void |
setParseContent(XMLValueFunctionParseContent value)
Sets the value of the ' Parse Content ' containment reference. |
void |
setWhitespaceHandlingOption(XMLWhitespaceHandlingType value)
Sets the value of the ' Whitespace Handling Option ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.ValueExpressionFunction |
getFunction, getParameterList, isColumnFunction, isDistinct, isSpecialRegister, setColumnFunction, setDistinct, setFunction, setSpecialRegister |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.ValueExpression |
getSQL, setSQL |
Method Detail |
public XMLContentType getContentOption()
XMLContentType
.
If the meaning of the 'Content Option' attribute isn't clear, there really should be more of a description here...
XMLContentType
,
setContentOption(XMLContentType)
,
SQLXMLQueryModelPackage.getXMLValueFunctionParse_ContentOption()
public void setContentOption(XMLContentType value)
Content Option
' attribute.
value
- the new value of the 'Content Option' attribute.XMLContentType
,
getContentOption()
public XMLWhitespaceHandlingType getWhitespaceHandlingOption()
XMLWhitespaceHandlingType
.
If the meaning of the 'Whitespace Handling Option' attribute isn't clear, there really should be more of a description here...
XMLWhitespaceHandlingType
,
setWhitespaceHandlingOption(XMLWhitespaceHandlingType)
,
SQLXMLQueryModelPackage.getXMLValueFunctionParse_WhitespaceHandlingOption()
public void setWhitespaceHandlingOption(XMLWhitespaceHandlingType value)
Whitespace Handling Option
' attribute.
value
- the new value of the 'Whitespace Handling Option' attribute.XMLWhitespaceHandlingType
,
getWhitespaceHandlingOption()
public XMLValueFunctionParseContent getParseContent()
Value Function Parse
'.
If the meaning of the 'Parse Content' containment reference isn't clear, there really should be more of a description here...
setParseContent(XMLValueFunctionParseContent)
,
SQLXMLQueryModelPackage.getXMLValueFunctionParse_ParseContent()
,
XMLValueFunctionParseContent.getValueFunctionParse()
public void setParseContent(XMLValueFunctionParseContent value)
Parse Content
' containment reference.
value
- the new value of the 'Parse Content' containment reference.getParseContent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |