|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
public abstract class AbstractSimpleXMLHandler
Abstract XML handler. This method defines some default actions for XMLParserHandler.start(Object, String, Attributes)
and XMLParserHandler.end(Object, String, String) methods
| Field Summary | |
|---|---|
protected XMLParserHandler |
parent
Parent parser handler |
| Constructor Summary | |
|---|---|
protected |
AbstractSimpleXMLHandler()
Constructor |
|
AbstractSimpleXMLHandler(XMLParserHandler parent)
Constructor |
| Method Summary | |
|---|---|
Object |
end(Object current,
String tag,
String value)
Returns parent object and does nothing else |
Object |
start(Object current,
String tag,
Attributes attributes)
Returns current object and does nothing else |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLParserHandler parent
| Constructor Detail |
|---|
protected AbstractSimpleXMLHandler()
public AbstractSimpleXMLHandler(XMLParserHandler parent)
parent - parent parser handler| Method Detail |
|---|
public Object start(Object current,
String tag,
Attributes attributes)
throws SAXException
start in interface XMLParserHandlercurrent - current objecttag - tagattributes - attribtues
SAXException - sax exception
public Object end(Object current,
String tag,
String value)
throws SAXException
end in interface XMLParserHandlercurrent - current objecttag - tagvalue - tag value
SAXException - sax exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||