| Package | Description |
|---|---|
| com.sun.ukit.jaxp | |
| javax.xml.parsers |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.parse(InputSource is,
DefaultHandler handler)
Parse the content given
InputSource
as XML using the specified
DefaultHandler. |
void |
Parser.parse(InputStream src,
DefaultHandler handler)
Parse the content of the given
InputStream
instance as XML using the specified
DefaultHandler. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SAXParser.parse(InputSource is,
DefaultHandler dh)
Parse the content given
InputSource
as XML using the specified
DefaultHandler. |
abstract void |
SAXParser.parse(InputStream is,
DefaultHandler dh)
Parse the content of the given
InputStream
instance as XML using the specified
DefaultHandler. |
Copyright © 2012 code4tv.com. All Rights Reserved.