Uses of Enum
com.sun.xml.fastinfoset.types.XSDataType
Packages that use XSDataType
Package
Description
-
Uses of XSDataType in com.sun.xml.analysis.types
Fields in com.sun.xml.analysis.types with type parameters of type XSDataTypeModifier and TypeFieldDescriptionprivate Map
<String, Set<XSDataType>> SchemaProcessor._attributeMap
private Map
<String, Set<XSDataType>> SchemaProcessor._elementMap
private Set
<XSDataType> SchemaProcessor._filter
Methods in com.sun.xml.analysis.types that return types with arguments of type XSDataTypeModifier and TypeMethodDescriptionSchemaProcessor.getAttributeToXSDataTypeMap()
SchemaProcessor.getElementToXSDataTypeMap()
Method parameters in com.sun.xml.analysis.types with type arguments of type XSDataTypeModifier and TypeMethodDescriptionprivate void
void
SchemaProcessor.process
(Set<XSDataType> filter) Process the schema. -
Uses of XSDataType in com.sun.xml.fastinfoset.streambuffer
Fields in com.sun.xml.fastinfoset.streambuffer with type parameters of type XSDataTypeModifier and TypeFieldDescriptionprotected Map
<String, Set<XSDataType>> TypedSAXBufferCreator._attributes
The map of attribute local names to sets of types.protected Map
<String, Set<XSDataType>> TypedSAXBufferCreator._elements
The map of element local names to sets of types.protected Set
<XSDataType> TypedSAXBufferCreator._textContentTypes
Method parameters in com.sun.xml.fastinfoset.streambuffer with type arguments of type XSDataTypeModifier and TypeMethodDescriptionstatic com.sun.xml.stream.buffer.XMLStreamBuffer
TypedSAXBufferCreator.create
(Map<String, Set<XSDataType>> elements, Map<String, Set<XSDataType>> attributes, InputStream in) static com.sun.xml.stream.buffer.XMLStreamBuffer
TypedSAXBufferCreator.createNewBufferFromXMLReader
(Map<String, Set<XSDataType>> elements, Map<String, Set<XSDataType>> attributes, XMLReader reader, InputStream in) static com.sun.xml.stream.buffer.XMLStreamBuffer
TypedSAXBufferCreator.createNewBufferFromXMLReader
(Map<String, Set<XSDataType>> elements, Map<String, Set<XSDataType>> attributes, XMLReader reader, InputStream in, String systemId) Constructor parameters in com.sun.xml.fastinfoset.streambuffer with type arguments of type XSDataTypeModifierConstructorDescriptionTypedSAXBufferCreator
(Map<String, Set<XSDataType>> elements, Map<String, Set<XSDataType>> attributes) TypedSAXBufferCreator
(Map<String, Set<XSDataType>> elements, Map<String, Set<XSDataType>> attributes, com.sun.xml.stream.buffer.MutableXMLStreamBuffer buffer) -
Uses of XSDataType in com.sun.xml.fastinfoset.types
Methods in com.sun.xml.fastinfoset.types that return XSDataTypeModifier and TypeMethodDescriptionstatic XSDataType
static XSDataType
Returns the enum constant of this type with the specified name.static XSDataType[]
XSDataType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.sun.xml.fastinfoset.types with type arguments of type XSDataTypeModifier 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)