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.
This method can be called several times and will always return the same representation instance.
 

Uses of SaxRepresentation in org.restlet.util
 

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



Copyright © 2005-2008 Noelios Technologies.