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
Fields in com.sun.xml.analysis.types with type parameters of type XSDataType Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Set<XSDataType>>
SchemaProcessor. _attributeMap
private java.util.Map<java.lang.String,java.util.Set<XSDataType>>
SchemaProcessor. _elementMap
private java.util.Set<XSDataType>
SchemaProcessor. _filter
Methods in com.sun.xml.analysis.types that return types with arguments of type XSDataType Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Set<XSDataType>>
SchemaProcessor. getAttributeToXSDataTypeMap()
java.util.Map<java.lang.String,java.util.Set<XSDataType>>
SchemaProcessor. getElementToXSDataTypeMap()
Method parameters in com.sun.xml.analysis.types with type arguments of type XSDataType Modifier and Type Method Description private void
SchemaProcessor. addToMap(java.util.Map<java.lang.String,java.util.Set<XSDataType>> map, java.lang.String localName, java.lang.String typeName)
void
SchemaProcessor. process(java.util.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 java.util.Map<java.lang.String,java.util.Set<XSDataType>>
TypedSAXBufferCreator. _attributes
The map of attribute local names to sets of types.protected java.util.Map<java.lang.String,java.util.Set<XSDataType>>
TypedSAXBufferCreator. _elements
The map of element local names to sets of types.protected java.util.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(java.util.Map<java.lang.String,java.util.Set<XSDataType>> elements, java.util.Map<java.lang.String,java.util.Set<XSDataType>> attributes, java.io.InputStream in)
static com.sun.xml.stream.buffer.XMLStreamBuffer
TypedSAXBufferCreator. createNewBufferFromXMLReader(java.util.Map<java.lang.String,java.util.Set<XSDataType>> elements, java.util.Map<java.lang.String,java.util.Set<XSDataType>> attributes, org.xml.sax.XMLReader reader, java.io.InputStream in)
static com.sun.xml.stream.buffer.XMLStreamBuffer
TypedSAXBufferCreator. createNewBufferFromXMLReader(java.util.Map<java.lang.String,java.util.Set<XSDataType>> elements, java.util.Map<java.lang.String,java.util.Set<XSDataType>> attributes, org.xml.sax.XMLReader reader, java.io.InputStream in, java.lang.String systemId)
Constructor parameters in com.sun.xml.fastinfoset.streambuffer with type arguments of type XSDataType Constructor Description TypedSAXBufferCreator(java.util.Map<java.lang.String,java.util.Set<XSDataType>> elements, java.util.Map<java.lang.String,java.util.Set<XSDataType>> attributes)
TypedSAXBufferCreator(java.util.Map<java.lang.String,java.util.Set<XSDataType>> elements, java.util.Map<java.lang.String,java.util.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(java.lang.String s)
static XSDataType
XSDataType. valueOf(java.lang.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 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)
-