com.sun.xml.fastinfoset.types
Class LexicalSpaceConvertor

java.lang.Object
  extended by com.sun.xml.fastinfoset.types.LexicalSpaceConvertor

public class LexicalSpaceConvertor
extends java.lang.Object

Convertor from lexical space to value space.

Author:
Paul.Sandoz@Sun.Com

Nested Class Summary
static class LexicalSpaceConvertor.LexicalPreference
           
 
Constructor Summary
LexicalSpaceConvertor()
           
 
Method Summary
static java.lang.Object convertToValueSpace(java.util.Set<XSDataType> types, char[] ch, int start, int length, LexicalSpaceConvertor.LexicalPreference preference)
           
static java.lang.Object convertToValueSpace(java.util.Set<XSDataType> types, java.lang.String s, LexicalSpaceConvertor.LexicalPreference preference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalSpaceConvertor

public LexicalSpaceConvertor()
Method Detail

convertToValueSpace

public static java.lang.Object convertToValueSpace(java.util.Set<XSDataType> types,
                                                   java.lang.String s,
                                                   LexicalSpaceConvertor.LexicalPreference preference)

convertToValueSpace

public static java.lang.Object convertToValueSpace(java.util.Set<XSDataType> types,
                                                   char[] ch,
                                                   int start,
                                                   int length,
                                                   LexicalSpaceConvertor.LexicalPreference preference)