Uses of Class
org.eclipse.datatools.modelbase.sql.xml.query.XMLWhitespaceHandlingType

Packages that use XMLWhitespaceHandlingType
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
 

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.PRESERE_WHITESPACE_LITERAL
          The 'PRESERE WHITESPACE' literal object.
static XMLWhitespaceHandlingType XMLWhitespaceHandlingType.STRIP_WHITESPACE_LITERAL
          The 'STRIP WHITESPACE' literal object.
static XMLWhitespaceHandlingType XMLWhitespaceHandlingType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLWhitespaceHandlingType
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.
static XMLWhitespaceHandlingType XMLWhitespaceHandlingType.get(int value)
          Returns the 'XML Whitespace Handling Type' literal with the specified integer value.
 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.
 

Uses of XMLWhitespaceHandlingType in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLWhitespaceHandlingType
 XMLWhitespaceHandlingType XMLValueFunctionParseImpl.getWhitespaceHandlingOption()
           
 XMLWhitespaceHandlingType SQLXMLQueryModelFactoryImpl.createXMLWhitespaceHandlingTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLWhitespaceHandlingType
 void XMLValueFunctionParseImpl.setWhitespaceHandlingOption(XMLWhitespaceHandlingType newWhitespaceHandlingOption)
           
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.