Uses of Class
com.sun.xml.fastinfoset.types.XSDataType
-
Packages that use XSDataType Package Description com.sun.xml.analysis.types com.sun.xml.fastinfoset.streambuffer com.sun.xml.fastinfoset.types -
-
Uses of XSDataType in com.sun.xml.analysis.types
Methods in com.sun.xml.analysis.types that return types with arguments of type XSDataType Modifier and Type Method Description Map<String,Set<XSDataType>>
SchemaProcessor. getAttributeToXSDataTypeMap()
Map<String,Set<XSDataType>>
SchemaProcessor. getElementToXSDataTypeMap()
Method parameters in com.sun.xml.analysis.types with type arguments of type XSDataType Modifier and Type Method Description 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 XSDataType Modifier and Type Field Description protected 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 XSDataType Modifier and Type Method Description static 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 XSDataType Constructor Description TypedSAXBufferCreator(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 XSDataType Modifier and Type Method Description static XSDataType
XSDataType. create(String s)
static XSDataType
XSDataType. valueOf(String name)
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 XSDataType Modifier and Type Method Description static 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)
-