public interface Datatype
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsEmpty()
Return true if empty sequence is allowed.
|
boolean |
allowsMultiple()
Returns true if sequences are allowed
|
net.sf.saxon.s9api.XdmValue |
convert(String input,
net.sf.saxon.Configuration configuration)
Convert input as this datatype
|
boolean |
isAtomic()
Returns true if this datatype is an atomic datatype
|
boolean isAtomic()
boolean allowsMultiple()
boolean allowsEmpty()
net.sf.saxon.s9api.XdmValue convert(String input, net.sf.saxon.Configuration configuration) throws net.sf.saxon.type.ValidationException
input - The input value to convertconfiguration - The saxon Configuration to rely onnet.sf.saxon.type.ValidationException - If inputis not castable into this datatypeCopyright © 2019. All rights reserved.