|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.type.Converter net.sf.saxon.type.StringConverter net.sf.saxon.type.StringConverter.StringToGYearMonth
public static class StringConverter.StringToGYearMonth
Converts a string to a gYearMonth
Nested Class Summary |
---|
Field Summary |
---|
Constructor Summary | |
---|---|
StringConverter.StringToGYearMonth(ConversionRules rules)
|
Method Summary | |
---|---|
ConversionResult |
convertString(CharSequence input)
Convert a string to the target type of this converter. |
Methods inherited from class net.sf.saxon.type.StringConverter |
---|
convert, getStringConverter, validate |
Methods inherited from class net.sf.saxon.type.Converter |
---|
convert, getConversionRules, getConverter, getNamespaceResolver, isAlwaysSuccessful, isXPath30Conversion, setConversionRules, setNamespaceResolver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringConverter.StringToGYearMonth(ConversionRules rules)
Method Detail |
---|
public ConversionResult convertString(CharSequence input)
StringConverter
convertString
in class StringConverter
input
- the string to be converted
AtomicValue
of the appropriate type for this converter (if conversion
succeeded), or a ValidationFailure
if conversion failed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |