|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectconvert.xml.em.OpenEntity
public class OpenEntity
Information about an open external entity.
This is used to by EntityManager to return
information about an external entity that is has opened.
EntityManager| Constructor Summary | |
|---|---|
OpenEntity(java.io.Reader reader,
java.lang.String location,
java.lang.String baseUri,
java.lang.String encoding)
Creates and initializes an OpenEntity. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseUri()
Returns the URI to use as the base URI for resolving relative URIs contained in the entity. |
java.lang.String |
getEncoding()
Returns the encoding used by the entity or null if the encoding that was used is unknown. |
java.lang.String |
getLocation()
Returns a string representation of the location of the entity suitable for use in error messages. |
java.io.Reader |
getReader()
Returns an Reader containing the entity's bytes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenEntity(java.io.Reader reader,
java.lang.String location,
java.lang.String baseUri,
java.lang.String encoding)
OpenEntity. which uses
| Method Detail |
|---|
public final java.io.Reader getReader()
public final java.lang.String getBaseUri()
public final java.lang.String getLocation()
public final java.lang.String getEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||