Class SimpleElementHandler

Object
XMLElementHandler
SimpleElementHandler
All Implemented Interfaces:
Serializable

public class SimpleElementHandler extends XMLElementHandler
This class is intended to handle parsing an xml element from an instance document for elements who's type is both known and simple. This handler is used within the XMLSAXHandler to handle sax events generated by the SAX parser.
Author:
dzwiers www.refractions.net
See Also:
  • Constructor Details

    • SimpleElementHandler

      public SimpleElementHandler(Element st)
      Creates a new SimpleElementHandler object.
      Parameters:
      st - Element the simple element which we will parse
  • Method Details