Package | Description |
---|---|
com.sun.xml.analysis.types | |
com.sun.xml.fastinfoset.streambuffer | |
com.sun.xml.fastinfoset.types |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<XSDataType>> |
SchemaProcessor.getAttributeToXSDataTypeMap() |
Map<String,Set<XSDataType>> |
SchemaProcessor.getElementToXSDataTypeMap() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaProcessor.process(Set<XSDataType> filter)
Process the schema.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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.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) |
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) |
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 and Description |
---|
TypedSAXBufferCreator(Map<String,Set<XSDataType>> elements,
Map<String,Set<XSDataType>> attributes) |
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) |
TypedSAXBufferCreator(Map<String,Set<XSDataType>> elements,
Map<String,Set<XSDataType>> attributes,
com.sun.xml.stream.buffer.MutableXMLStreamBuffer buffer) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright © 2013 Oracle Corpration. All rights reserved.