Class IgnoreHandler

  • All Implemented Interfaces:
    Serializable

    public class IgnoreHandler
    extends XSIElementHandler
    Used to represent elements which are not important to our parse, basically place holders.
    Author:
    dzwiers, Refractions Research, Inc. http://www.refractions.net, $Author:$ (last modification)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoreHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void characters​(String text)
      In most cases this class should not be called within this framework as we do not intend to parse + store all the information required to recreate the exact Schema document being parsed.
      void endElement​(String namespaceURI, String localName)
      handles SAX end Element events. this is an opportunity to complete some post-processing
      XSIElementHandler getHandler​(String namespaceURI, String localName)
      This method will be used to create the XSI document.
      int getHandlerType()
      Returns one of the Specified types ... intended for use by the child packages only
      String getLocalName()
      Returns the LocalName for this element (ie this declaration in the Schema ... so ComplexType or Sequence ...)
      int hashCode()  
      void startElement​(String namespaceURI, String localName, Attributes attr)
      handles SAX start Element events.
      • Methods inherited from class Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait