Class LexicalSpaceConvertor
java.lang.Object
com.sun.xml.fastinfoset.types.LexicalSpaceConvertor
Convertor from lexical space to value space.
- Author:
- Paul.Sandoz@Sun.Com
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectconvertToValueSpace(Set<XSDataType> types, char[] ch, int start, int length, LexicalSpaceConvertor.LexicalPreference preference) static ObjectconvertToValueSpace(Set<XSDataType> types, String s, LexicalSpaceConvertor.LexicalPreference preference)
-
Method Details
-
convertToValueSpace
public static Object convertToValueSpace(Set<XSDataType> types, String s, LexicalSpaceConvertor.LexicalPreference preference) -
convertToValueSpace
public static Object convertToValueSpace(Set<XSDataType> types, char[] ch, int start, int length, LexicalSpaceConvertor.LexicalPreference preference)
-