Descripción
Sintaxis
public void parse(File f, HandlerBase hb) throws SAXException, IOException
public void parse(File f, DefaultHandler dh) throws SAXException, IOException
public void parse(InputStream is, HandlerBase hb) throws SAXException, IOException
public void parse(InputStream is, HandlerBase hb, String systemId) throws SAXException, IOException
public void parse(InputStream is, DefaultHandler dh) throws SAXException, IOException
public void parse(InputStream is, DefaultHandler dh, String systemId) throws SAXException, IOException
public void parse(String uri, HandlerBase hb) throws SAXException, IOException
public void parse(String uri, DefaultHandler dh) throws SAXException, IOException
public void parse(InputSource is, HandlerBase hb) throws SAXException, IOException
public void parse(InputSource is, DefaultHandler dh) throws SAXException, IOException
Parámetros
- File f,
- String uri,
- InputStream is,
- InputSource is,
- String systemId,
- DefaultHandler dh,
- HandlerBase hb,
Excepciones
SAXException, IllegalArgumentException, IOException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.