public interface XSDWhiteSpaceFacet extends XSDFixedFacet
The following features are supported:
XSDPackage.getXSDWhiteSpaceFacet()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNormalizedLiteral(java.lang.String literal)
This does any
|
XSDWhiteSpace |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(XSDWhiteSpace value)
Sets the value of the '
Value ' attribute. |
isFixed, isSetFixed, setFixed, unsetFixed
isConstraintSatisfied
getAnnotation, getEffectiveValue, getFacetName, getLexicalValue, getSimpleTypeDefinition, setAnnotation, setLexicalValue
clearDiagnostics, cloneConcreteComponent, contains, elementAttributesChanged, elementChanged, elementContentsChanged, getComponentsWithApplicationInformation, getComponentsWithUserInformation, getContainer, getDiagnostics, getElement, getRootContainer, getSchema, resolveAttributeDeclaration, resolveAttributeDeclaration, resolveAttributeDeclarationURI, resolveAttributeGroupDefinition, resolveAttributeGroupDefinition, resolveAttributeGroupDefinitionURI, resolveComplexTypeDefinition, resolveComplexTypeDefinition, resolveComplexTypeDefinitionURI, resolveElementDeclaration, resolveElementDeclaration, resolveElementDeclarationURI, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinitionURI, resolveModelGroupDefinition, resolveModelGroupDefinition, resolveModelGroupDefinitionURI, resolveNotationDeclaration, resolveNotationDeclaration, resolveNotationDeclarationURI, resolveSimpleTypeDefinition, resolveSimpleTypeDefinition, resolveSimpleTypeDefinitionURI, resolveTypeDefinition, resolveTypeDefinition, resolveTypeDefinitionURI, setElement, updateElement, updateElement, validate
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
XSDWhiteSpace getValue()
XSDWhiteSpace
.
This represents the
value
infoset property.
It is computed from the 'Lexical Value
' attribute and should typically not be set directly.
XSDWhiteSpace
,
setValue(XSDWhiteSpace)
,
XSDPackage.getXSDWhiteSpaceFacet_Value()
void setValue(XSDWhiteSpace value)
Value
' attribute.
value
- the new value of the 'Value' attribute.XSDWhiteSpace
,
getValue()
java.lang.String getNormalizedLiteral(java.lang.String literal)