|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.hdtourist.model.services.xml.InformacionConfigHandler
public class InformacionConfigHandler
La clase InformacionConfigHandler.
Field Summary | |
---|---|
private Categoria |
categoriaAccesible
El objeto categoria accesible. |
private Consulta |
consulta
The consulta. |
private ConsultaTuberia |
consultaTuberia
The consulta tuberia. |
private InformacionDato |
dato
El dato. |
private java.util.List<InformacionDato> |
datos
Los datos. |
private InformacionGrupo |
grupoInformacion
El grupo informacion. |
private java.util.List<InformacionGrupo> |
gruposInformacion
Los grupos informacion. |
private InformacionListPresenter |
informacionConfig
informacion config. |
private java.lang.StringBuilder |
sbTexto
The sb texto. |
private Triple |
triple
The triple. |
private java.util.List<Triple> |
triples
The triples. |
private java.util.List<Triple> |
triplesTuberia
The triples tuberia. |
Constructor Summary | |
---|---|
InformacionConfigHandler()
|
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
|
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name)
|
InformacionListPresenter |
getInformacionConfig()
Gets the informacion config. |
void |
startDocument()
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Categoria categoriaAccesible
private Consulta consulta
private ConsultaTuberia consultaTuberia
private InformacionDato dato
private java.util.List<InformacionDato> datos
private InformacionGrupo grupoInformacion
private java.util.List<InformacionGrupo> gruposInformacion
private InformacionListPresenter informacionConfig
private java.lang.StringBuilder sbTexto
private Triple triple
private java.util.List<Triple> triples
private java.util.List<Triple> triplesTuberia
Constructor Detail |
---|
public InformacionConfigHandler()
Method Detail |
---|
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String name) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public InformacionListPresenter getInformacionConfig()
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String name, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |