| java.lang.Object org.apache.cocoon.components.validation.impl.ValidationResolver org.apache.cocoon.components.validation.jaxp.JaxpResolver
Method Summary | |
public LSInput | resolveResource(String type, String namespace, String systemId, String publicId, String base) Resolve a resource into a
LSInput from the provided location
information.
This method will obtain a
InputSource instance invoking the
ValidationResolver.resolveEntity(StringStringString) method
return it wrapped in a
JaxpInput instance.
Parameters: type - the type of the resource being resolved. Parameters: namespace - the namespace of the resource being resolved. Parameters: systemId - the system identifier of the resource being resolved. Parameters: publicId - the public identifier of the resource being resolved. Parameters: base - the base uri against wich relative resolution should happen. |
resolveResource | public LSInput resolveResource(String type, String namespace, String systemId, String publicId, String base) throws LSException(Code) | | Resolve a resource into a
LSInput from the provided location
information.
This method will obtain a
InputSource instance invoking the
ValidationResolver.resolveEntity(StringStringString) method
return it wrapped in a
JaxpInput instance.
Parameters: type - the type of the resource being resolved. Parameters: namespace - the namespace of the resource being resolved. Parameters: systemId - the system identifier of the resource being resolved. Parameters: publicId - the public identifier of the resource being resolved. Parameters: base - the base uri against wich relative resolution should happen. a non null LSInput instance. throws: LSException - wrapping another Exception. |
Methods inherited from org.apache.cocoon.components.validation.impl.ValidationResolver | public SourceValidity close()(Code)(Java Doc) protected void finalize() throws Throwable(Code)(Java Doc) public InputSource resolveEntity(String systemId) throws IOException, SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public InputSource resolveEntity(String base, String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public InputSource resolveSource(Source source) throws IOException, SAXException(Code)(Java Doc) public InputSource resolveSource(Source source, String systemId) throws IOException, SAXException(Code)(Java Doc) public InputSource resolveSource(Source source, String systemId, String publicId) throws IOException, SAXException(Code)(Java Doc)
|
|
|