Uses of Class
com.sun.xml.fastinfoset.types.LexicalSpaceConvertor.LexicalPreference
-
Packages that use LexicalSpaceConvertor.LexicalPreference Package Description com.sun.xml.fastinfoset.types -
-
Uses of LexicalSpaceConvertor.LexicalPreference in com.sun.xml.fastinfoset.types
Methods in com.sun.xml.fastinfoset.types that return LexicalSpaceConvertor.LexicalPreference Modifier and Type Method 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.Methods in com.sun.xml.fastinfoset.types with parameters of type LexicalSpaceConvertor.LexicalPreference Modifier and Type Method 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)
-