|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLResolver
Resolvs an URL into an XML resource.
Used for import in an LSP page.
Method Summary | |
---|---|
void |
resolve(java.lang.String url,
org.xml.sax.ContentHandler ch)
Resolvs an URL and feed the XML data into the supplied SAX2 ContentHandler . |
Method Detail |
---|
void resolve(java.lang.String url, org.xml.sax.ContentHandler ch) throws java.io.IOException, org.xml.sax.SAXException
ContentHandler
. May invoke
startDocument
/endDocument
.
url
- the URLch
- the ContentHandler
java.io.IOException
- may throw this exception
org.xml.sax.SAXException
- may throw this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |