Uses of Enum
com.sun.xml.fastinfoset.types.LexicalSpaceConvertor.LexicalPreference
Packages that use LexicalSpaceConvertor.LexicalPreference
-
Uses of LexicalSpaceConvertor.LexicalPreference in com.sun.xml.fastinfoset.types
Methods in com.sun.xml.fastinfoset.types that return LexicalSpaceConvertor.LexicalPreferenceModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.LexicalPreferenceModifier and TypeMethodDescriptionstatic Object
LexicalSpaceConvertor.convertToValueSpace
(Set<XSDataType> types, char[] ch, int start, int length, LexicalSpaceConvertor.LexicalPreference preference) static Object
LexicalSpaceConvertor.convertToValueSpace
(Set<XSDataType> types, String s, LexicalSpaceConvertor.LexicalPreference preference)