|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLWhitespaceHandlingType | |
---|---|
org.eclipse.datatools.modelbase.sql.xml.query |
Uses of XMLWhitespaceHandlingType in org.eclipse.datatools.modelbase.sql.xml.query |
---|
Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLWhitespaceHandlingType | |
---|---|
static XMLWhitespaceHandlingType |
XMLWhitespaceHandlingType.NONE_LITERAL
The 'NONE' literal object. |
static XMLWhitespaceHandlingType |
XMLWhitespaceHandlingType.PRESERE_WHITESPACE_LITERAL
The 'PRESERE WHITESPACE' literal object. |
static XMLWhitespaceHandlingType |
XMLWhitespaceHandlingType.STRIP_WHITESPACE_LITERAL
The 'STRIP WHITESPACE' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLWhitespaceHandlingType | |
---|---|
static XMLWhitespaceHandlingType |
XMLWhitespaceHandlingType.get(int value)
Returns the 'XML Whitespace Handling Type' literal with the specified integer value. |
static XMLWhitespaceHandlingType |
XMLWhitespaceHandlingType.get(java.lang.String literal)
Returns the 'XML Whitespace Handling Type' literal with the specified literal value. |
static XMLWhitespaceHandlingType |
XMLWhitespaceHandlingType.getByName(java.lang.String name)
Returns the 'XML Whitespace Handling Type' literal with the specified name. |
XMLWhitespaceHandlingType |
XMLValueFunctionParse.getWhitespaceHandlingOption()
Returns the value of the 'Whitespace Handling Option' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLWhitespaceHandlingType | |
---|---|
void |
XMLValueFunctionParse.setWhitespaceHandlingOption(XMLWhitespaceHandlingType value)
Sets the value of the ' Whitespace Handling Option ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |