Uses of Interface
com.thoughtworks.xstream.xml.XMLReader

Packages that use XMLReader
com.thoughtworks.xstream   
com.thoughtworks.xstream.converters   
com.thoughtworks.xstream.converters.basic   
com.thoughtworks.xstream.converters.collections   
com.thoughtworks.xstream.converters.composite   
com.thoughtworks.xstream.converters.extended   
com.thoughtworks.xstream.xml   
com.thoughtworks.xstream.xml.dom   
com.thoughtworks.xstream.xml.dom4j   
 

Uses of XMLReader in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream with parameters of type XMLReader
 java.lang.Object XStream.fromXML(XMLReader xmlReader)
           
 

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 CollectionConverter.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, int childIndex, ObjectTree objectGraph, ConverterLookup converterLookup)
           
 

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)
           
 

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)
           
 



Copyright © 2003 ThoughtWorks, Inc. All Rights Reserved.