|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDWhiteSpace | |
org.eclipse.xsd | This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix. |
org.eclipse.xsd.impl | This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. |
Uses of XSDWhiteSpace in org.eclipse.xsd |
Fields in org.eclipse.xsd declared as XSDWhiteSpace | |
static XSDWhiteSpace |
XSDWhiteSpace.PRESERVE_LITERAL
The 'Preserve' literal object |
static XSDWhiteSpace |
XSDWhiteSpace.REPLACE_LITERAL
The 'Replace' literal object |
static XSDWhiteSpace |
XSDWhiteSpace.COLLAPSE_LITERAL
The 'Collapse' literal object |
Methods in org.eclipse.xsd that return XSDWhiteSpace | |
XSDWhiteSpace |
XSDWhiteSpaceFacet.getValue()
Returns the value of the 'Value' attribute. |
static XSDWhiteSpace |
XSDWhiteSpace.get(String literal)
Returns the 'White Space' literal with the specified literal value |
static XSDWhiteSpace |
XSDWhiteSpace.getByName(String name)
Returns the 'White Space' literal with the specified name |
static XSDWhiteSpace |
XSDWhiteSpace.get(int value)
Returns the 'White Space' literal with the specified integer value |
Methods in org.eclipse.xsd with parameters of type XSDWhiteSpace | |
void |
XSDWhiteSpaceFacet.setValue(XSDWhiteSpace value)
Sets the value of the ' Value ' attribute |
Uses of XSDWhiteSpace in org.eclipse.xsd.impl |
Fields in org.eclipse.xsd.impl declared as XSDWhiteSpace | |
protected static XSDWhiteSpace |
XSDWhiteSpaceFacetImpl.VALUE_EDEFAULT
The default value of the ' Value ' attribute |
protected XSDWhiteSpace |
XSDWhiteSpaceFacetImpl.value
The cached value of the ' Value ' attribute |
Methods in org.eclipse.xsd.impl that return XSDWhiteSpace | |
XSDWhiteSpace |
XSDWhiteSpaceFacetImpl.getValue()
|
XSDWhiteSpace |
XSDFactoryImpl.createXSDWhiteSpaceFromString(EDataType eDataType,
String initialValue)
|
Methods in org.eclipse.xsd.impl with parameters of type XSDWhiteSpace | |
void |
XSDWhiteSpaceFacetImpl.setValue(XSDWhiteSpace newValue)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |