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. _attributeMapprivate java.util.Map<java.lang.String,java.util.Set<XSDataType>>SchemaProcessor. _elementMapprivate java.util.Set<XSDataType>SchemaProcessor. _filterMethods 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 voidSchemaProcessor. addToMap(java.util.Map<java.lang.String,java.util.Set<XSDataType>> map, java.lang.String localName, java.lang.String typeName)voidSchemaProcessor. 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. _attributesThe map of attribute local names to sets of types.protected java.util.Map<java.lang.String,java.util.Set<XSDataType>>TypedSAXBufferCreator. _elementsThe map of element local names to sets of types.protected java.util.Set<XSDataType>TypedSAXBufferCreator. _textContentTypesMethod parameters in com.sun.xml.fastinfoset.streambuffer with type arguments of type XSDataType Modifier and Type Method Description static com.sun.xml.stream.buffer.XMLStreamBufferTypedSAXBufferCreator. 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.XMLStreamBufferTypedSAXBufferCreator. 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.XMLStreamBufferTypedSAXBufferCreator. 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 XSDataTypeXSDataType. create(java.lang.String s)static XSDataTypeXSDataType. 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.ObjectLexicalSpaceConvertor. convertToValueSpace(java.util.Set<XSDataType> types, char[] ch, int start, int length, LexicalSpaceConvertor.LexicalPreference preference)static java.lang.ObjectLexicalSpaceConvertor. convertToValueSpace(java.util.Set<XSDataType> types, java.lang.String s, LexicalSpaceConvertor.LexicalPreference preference)
-