Uses of Class
org.restlet.resource.DomRepresentation

Packages that use DomRepresentation
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 DomRepresentation in org.restlet.data
 

Methods in org.restlet.data that return DomRepresentation
 DomRepresentation Message.getEntityAsDom()
          Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
 

Uses of DomRepresentation in org.restlet.util
 

Methods in org.restlet.util that return DomRepresentation
 DomRepresentation WrapperResponse.getEntityAsDom()
          Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
 DomRepresentation WrapperRequest.getEntityAsDom()
           
 



Copyright © 2005-2007 Noelios Consulting.