Uses of Class
org.restlet.resource.SaxRepresentation

Packages that use SaxRepresentation
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of SaxRepresentation in org.restlet.data
 

Methods in org.restlet.data that return SaxRepresentation
 SaxRepresentation Message.getEntityAsSax()
          Returns the entity as a SAX representation.
Note that this kind of representation can only be parsed once.
 

Uses of SaxRepresentation in org.restlet.util
 

Methods in org.restlet.util that return SaxRepresentation
 SaxRepresentation WrapperResponse.getEntityAsSax()
          Returns the entity as a SAX representation.
Note that this kind of representation can only be parsed once.
 SaxRepresentation WrapperRequest.getEntityAsSax()
          Returns the entity as a SAX representation.
Note that this kind of representation can only be parsed once.
 



Copyright © 2005-2007 Noelios Technologies.