|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLListener | |
|---|---|
| paolomind.commons.xml | Pacchetto per utilità di per il parsing XML |
| Uses of XMLListener in paolomind.commons.xml |
|---|
| Methods in paolomind.commons.xml that return XMLListener | |
|---|---|
protected XMLListener |
XMLObjectContainer.getListener()
restituisce il listener associato. |
| Methods in paolomind.commons.xml with parameters of type XMLListener | |
|---|---|
void |
XMLObjectContainer.setListener(XMLListener plistener)
setta il listener per la gestione di eventi prevedibili. |
| Constructors in paolomind.commons.xml with parameters of type XMLListener | |
|---|---|
XMLObjectContainer(java.io.InputStream in,
XMLListener l)
costruttore che si occupa di interpretare lo stream di input. |
|
XMLObjectContainer(java.io.InputStream in,
XMLListener l,
java.lang.ClassLoader cl)
costruttore che si occupa di interpretare lo stream di input. |
|
XMLObjectContainer(XMLListener l,
java.lang.ClassLoader cl)
costruttore di inizializzazione. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||