|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLReader in com.thoughtworks.xstream |
Methods in com.thoughtworks.xstream with parameters of type XMLReader | |
java.lang.Object |
XStream.fromXML(XMLReader xmlReader)
|
java.lang.Object |
XStream.fromXML(XMLReader xmlReader,
java.lang.Object root)
|
Uses of XMLReader in com.thoughtworks.xstream.converters |
Methods in com.thoughtworks.xstream.converters with parameters of type XMLReader | |
void |
Converter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
Uses of XMLReader in com.thoughtworks.xstream.converters.basic |
Methods in com.thoughtworks.xstream.converters.basic with parameters of type XMLReader | |
void |
NullConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
void |
AbstractBasicConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
Uses of XMLReader in com.thoughtworks.xstream.converters.collections |
Methods in com.thoughtworks.xstream.converters.collections with parameters of type XMLReader | |
void |
MapConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
void |
ArrayConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
abstract void |
AbstractCollectionConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
protected java.lang.Object |
AbstractCollectionConverter.readItem(XMLReader xmlReader,
ObjectTree objectGraph,
ConverterLookup converterLookup)
|
void |
CollectionConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
Uses of XMLReader in com.thoughtworks.xstream.converters.composite |
Methods in com.thoughtworks.xstream.converters.composite with parameters of type XMLReader | |
void |
ObjectWithFieldsConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
private java.lang.Class |
ObjectWithFieldsConverter.determineWhichImplementationToUse(XMLReader xmlReader,
ObjectTree objectGraph)
|
Uses of XMLReader in com.thoughtworks.xstream.converters.extended |
Methods in com.thoughtworks.xstream.converters.extended with parameters of type XMLReader | |
void |
ColorConverter.fromXML(ObjectTree objectGraph,
XMLReader xmlReader,
ConverterLookup converterLookup,
java.lang.Class requiredType)
|
Uses of XMLReader in com.thoughtworks.xstream.xml |
Methods in com.thoughtworks.xstream.xml that return XMLReader | |
XMLReader |
XMLReaderDriver.createReader(java.lang.String xml)
|
Uses of XMLReader in com.thoughtworks.xstream.xml.dom |
Classes in com.thoughtworks.xstream.xml.dom that implement XMLReader | |
class |
DomXMLReader
|
Methods in com.thoughtworks.xstream.xml.dom that return XMLReader | |
XMLReader |
DomXMLReaderDriver.createReader(java.lang.String xml)
|
Uses of XMLReader in com.thoughtworks.xstream.xml.dom4j |
Classes in com.thoughtworks.xstream.xml.dom4j that implement XMLReader | |
class |
Dom4JXMLReader
|
Methods in com.thoughtworks.xstream.xml.dom4j that return XMLReader | |
XMLReader |
Dom4JXMLReaderDriver.createReader(java.lang.String xml)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |