|
J2ME[tm] Web Services | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultHandler | |
javax.xml.parsers |
Uses of DefaultHandler in javax.xml.parsers |
Methods in javax.xml.parsers with parameters of type DefaultHandler | |
abstract void |
SAXParser.parse(java.io.InputStream is,
DefaultHandler dh)
Parse the content of the given InputStream
instance as XML using the specified
DefaultHandler . |
abstract void |
SAXParser.parse(InputSource is,
DefaultHandler dh)
Parse the content given InputSource
as XML using the specified
DefaultHandler . |
|
J2ME[tm] Web Services | ||||||||||
PREV NEXT | FRAMES NO FRAMES |