net.sundog.hoople
Class ExtensionParser

java.lang.Object
  extended bynet.sundog.hoople.BaseParser
      extended bynet.sundog.hoople.ExtensionParser

public abstract class ExtensionParser
extends BaseParser

Extend this class to create your own custom parsers.


Constructor Summary
ExtensionParser()
           
 
Method Summary
 java.util.Map getParams()
           
 void setActive(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
          Called at the start and end of all tags to let this parser opt-in or out of having its startElelment and endElement methods called.
 void setParams(java.util.Map extensionParams)
           
 
Methods inherited from class net.sundog.hoople.BaseParser
convertToAbsolutePath, endElement, getDocumentBuilder, getUrlConfigurationParser, isActive, setActive, setDocumentBuilder, setUrlConfigurationParser, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionParser

public ExtensionParser()
Method Detail

setParams

public void setParams(java.util.Map extensionParams)

getParams

public java.util.Map getParams()

setActive

public void setActive(java.lang.String uri,
                      java.lang.String localName,
                      java.lang.String qName,
                      org.xml.sax.Attributes attributes)
Description copied from class: BaseParser
Called at the start and end of all tags to let this parser opt-in or out of having its startElelment and endElement methods called.

Overrides:
setActive in class BaseParser


Copyright © 2005 Sundog. All Rights Reserved.