|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLHandlerInterface | |
|---|---|
| tecgraf.javautils.xml | |
| Uses of XMLHandlerInterface in tecgraf.javautils.xml |
|---|
| Classes in tecgraf.javautils.xml that implement XMLHandlerInterface | |
|---|---|
class |
XMLBasicHandler
Handler default. |
| Constructors in tecgraf.javautils.xml with parameters of type XMLHandlerInterface | |
|---|---|
XMLParser(XMLHandlerInterface handler,
boolean validate)
Cria um novo parser usando o handler definido pela aplicação. |
|
XMLReader(Reader reader,
XMLHandlerInterface handler,
boolean validate)
Cria um leitor que usa um handler para criar
objetos XML a partir das tags. |
|
XMLReader(Reader reader,
XMLHandlerInterface handler,
boolean validate,
Object appContext)
Cria um leitor que usa um handler para criar
objetos XML a partir das tags. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||