java.lang.Object | |
↳ | org.apache.xerces.util.EntityResolverWrapper |
This class wraps a SAX entity resolver in an XNI entity resolver.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
fEntityResolver | The SAX entity resolver. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
Wraps the specified SAX entity resolver.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the SAX entity resolver.
| |||||||||||
Resolves an external parsed entity.
| |||||||||||
Sets the SAX entity resolver.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The SAX entity resolver.
Default constructor.
Wraps the specified SAX entity resolver.
Returns the SAX entity resolver.
Resolves an external parsed entity. If the entity cannot be resolved, this method should return null.
resourceIdentifier | contains the physical co-ordinates of the resource to be resolved |
---|
XNIException | Thrown on general error. |
---|---|
IOException | Thrown if resolved entity stream cannot be opened or some other i/o error occurs. |
Sets the SAX entity resolver.