org.hdtourist.model.services.xml
Class InformacionConfigHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.hdtourist.model.services.xml.InformacionConfigHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class InformacionConfigHandler
extends org.xml.sax.helpers.DefaultHandler

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

categoriaAccesible

private Categoria categoriaAccesible
El objeto categoria accesible.


consulta

private Consulta consulta
The consulta.


consultaTuberia

private ConsultaTuberia consultaTuberia
The consulta tuberia.


dato

private InformacionDato dato
El dato.


datos

private java.util.List<InformacionDato> datos
Los datos.


grupoInformacion

private InformacionGrupo grupoInformacion
El grupo informacion.


gruposInformacion

private java.util.List<InformacionGrupo> gruposInformacion
Los grupos informacion.


informacionConfig

private InformacionListPresenter informacionConfig
informacion config.


sbTexto

private java.lang.StringBuilder sbTexto
The sb texto.


triple

private Triple triple
The triple.


triples

private java.util.List<Triple> triples
The triples.


triplesTuberia

private java.util.List<Triple> triplesTuberia
The triples tuberia.

Constructor Detail

InformacionConfigHandler

public InformacionConfigHandler()
Method Detail

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws org.xml.sax.SAXException
Specified by:
characters in interface org.xml.sax.ContentHandler
Overrides:
characters in class org.xml.sax.helpers.DefaultHandler
Throws:
org.xml.sax.SAXException

endElement

public void endElement(java.lang.String uri,
                       java.lang.String localName,
                       java.lang.String name)
                throws org.xml.sax.SAXException
Specified by:
endElement in interface org.xml.sax.ContentHandler
Overrides:
endElement in class org.xml.sax.helpers.DefaultHandler
Throws:
org.xml.sax.SAXException

getInformacionConfig

public InformacionListPresenter getInformacionConfig()
Gets the informacion config.

Returns:
the informacion config

startDocument

public void startDocument()
                   throws org.xml.sax.SAXException
Specified by:
startDocument in interface org.xml.sax.ContentHandler
Overrides:
startDocument in class org.xml.sax.helpers.DefaultHandler
Throws:
org.xml.sax.SAXException

startElement

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
Specified by:
startElement in interface org.xml.sax.ContentHandler
Overrides:
startElement in class org.xml.sax.helpers.DefaultHandler
Throws:
org.xml.sax.SAXException