Package com.sun.xml.fastinfoset.types
Class LexicalSpaceConvertor
- java.lang.Object
-
- com.sun.xml.fastinfoset.types.LexicalSpaceConvertor
-
public class LexicalSpaceConvertor extends Object
Convertor from lexical space to value space.- Author:
- Paul.Sandoz@Sun.Com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LexicalSpaceConvertor.LexicalPreference
-
Constructor Summary
Constructors Constructor Description LexicalSpaceConvertor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
convertToValueSpace(Set<XSDataType> types, char[] ch, int start, int length, LexicalSpaceConvertor.LexicalPreference preference)
static Object
convertToValueSpace(Set<XSDataType> types, String s, LexicalSpaceConvertor.LexicalPreference preference)
-
-
-
Method Detail
-
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)
-
-