| Package | Description |
|---|---|
| com.sun.ukit.jaxp | |
| javax.xml.parsers | |
| org.xml.sax.helpers |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.parse(InputSource is,
DefaultHandler handler)
Parse the content given
InputSource
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. |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
DefaultHandler.resolveEntity(String publicId,
String systemId)
Resolve an external entity.
|
Copyright © 2012 code4tv.com. All Rights Reserved.