Package | Description |
---|---|
com.sun.xml.fastinfoset.types |
Modifier and Type | Method and Description |
---|---|
static LexicalSpaceConvertor.LexicalPreference |
LexicalSpaceConvertor.LexicalPreference.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LexicalSpaceConvertor.LexicalPreference[] |
LexicalSpaceConvertor.LexicalPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
LexicalSpaceConvertor.convertToValueSpace(java.util.Set<XSDataType> types,
char[] ch,
int start,
int length,
LexicalSpaceConvertor.LexicalPreference preference) |
static java.lang.Object |
LexicalSpaceConvertor.convertToValueSpace(java.util.Set<XSDataType> types,
java.lang.String s,
LexicalSpaceConvertor.LexicalPreference preference) |