public class XSNormalizedString extends XSString
The xs:normalizedString type.
| Modifier | Constructor and Description |
|---|---|
protected |
XSNormalizedString() |
| Modifier and Type | Method and Description |
|---|---|
static XSType |
getInstance() |
XsQName |
getName()
If the type is global: Returns the types name.
|
XSType |
getRestrictedType()
If the simple type is a restriction, returns the restricted
simple type.
|
boolean |
isReplacing()
Returns whether the simple type is replacing tabs, carriage returns,
and line feeds with blanks.
|
isRestrictiongetAtomicType, getFractionDigits, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getTotalDigits, isAtomic, isBuiltin, isCollapsinggetComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isList, isSimple, isTopLevelObject, isUniongetAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validatepublic XsQName getName()
XSTypeIf the type is global: Returns the types name. Otherwise returns null.
public boolean isReplacing()
XSAtomicTypeReturns whether the simple type is replacing tabs, carriage returns, and line feeds with blanks.
isReplacing in interface XSAtomicTypeisReplacing in class AbstractAtomicTypepublic static XSType getInstance()
public XSType getRestrictedType()
XSSimpleTypeIf the simple type is a restriction, returns the restricted simple type.
getRestrictedType in interface XSSimpleTypegetRestrictedType in class XSString