org.abstracthorizon.danube.webdav.xml
Interface XMLParserHandler

All Known Implementing Classes:
AbstractSimpleXMLHandler, CreationDate, DAVAbstractXMLParser, DAVNamespace, DisplayName, GetContentLanguage, GetContentLength, GetContentLength, GetContentLength, GetContentLength, GetContentType, GetContentType, GetContentType, GetContentType, GetETag, GetLastModified, GetLastModified, GetLastModified, HRef, KeepAlive, LockDiscovery, LockEntry, LockInfo, LockScope, LockScope, LockType, LockType, Owner, Owner, PropertyBehavior, PropertyUpdate, PropFind, Remove, RequestProp, RequestProperty, ResourceType, Set, Source, Source, Source, SupportedLock

public interface XMLParserHandler

XML parser handler

Author:
Daniel Sendula

Method Summary
 Object end(Object current, String tag, String value)
          End tag handling
 Object start(Object current, String tag, Attributes attributes)
          Start tag handling
 

Method Detail

start

Object start(Object current,
             String tag,
             Attributes attributes)
             throws SAXException
Start tag handling

Parameters:
current - current object
tag - tag
attributes - tag attributes
Returns:
new object
Throws:
SAXException - sax exception

end

Object end(Object current,
           String tag,
           String value)
           throws SAXException
End tag handling

Parameters:
current - current object
tag - tag
value - tag's value
Returns:
new object
Throws:
SAXException - sax exception


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.