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._attributeMapprivate Map<String, Set<XSDataType>> SchemaProcessor._elementMapprivate Set<XSDataType> SchemaProcessor._filterMethods in com.sun.xml.analysis.types that return types with arguments of type XSDataTypeModifier and TypeMethodDescriptionMap<String, Set<XSDataType>> SchemaProcessor.getAttributeToXSDataTypeMap()Map<String, Set<XSDataType>> SchemaProcessor.getElementToXSDataTypeMap()Method parameters in com.sun.xml.analysis.types with type arguments of type XSDataTypeModifier and TypeMethodDescriptionprivate voidvoidSchemaProcessor.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._attributesThe map of attribute local names to sets of types.protected Map<String, Set<XSDataType>> TypedSAXBufferCreator._elementsThe map of element local names to sets of types.protected Set<XSDataType> TypedSAXBufferCreator._textContentTypesMethod parameters in com.sun.xml.fastinfoset.streambuffer with type arguments of type XSDataTypeModifier and TypeMethodDescriptionstatic com.sun.xml.stream.buffer.XMLStreamBufferTypedSAXBufferCreator.create(Map<String, Set<XSDataType>> elements, Map<String, Set<XSDataType>> attributes, InputStream in) static com.sun.xml.stream.buffer.XMLStreamBufferTypedSAXBufferCreator.createNewBufferFromXMLReader(Map<String, Set<XSDataType>> elements, Map<String, Set<XSDataType>> attributes, XMLReader reader, InputStream in) static com.sun.xml.stream.buffer.XMLStreamBufferTypedSAXBufferCreator.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
Subclasses with type arguments of type XSDataType in com.sun.xml.fastinfoset.typesMethods in com.sun.xml.fastinfoset.types that return XSDataTypeModifier and TypeMethodDescriptionstatic XSDataTypestatic XSDataTypeReturns 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 ObjectLexicalSpaceConvertor.convertToValueSpace(Set<XSDataType> types, char[] ch, int start, int length, LexicalSpaceConvertor.LexicalPreference preference) static ObjectLexicalSpaceConvertor.convertToValueSpace(Set<XSDataType> types, String s, LexicalSpaceConvertor.LexicalPreference preference)