|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler org.abstracthorizon.danube.webdav.xml.dav.DAVAbstractXMLParser org.abstracthorizon.danube.webdav.xml.dav.request.PropFind
public class PropFind
This class models WebDAV's propfind tag
Field Summary | |
---|---|
protected boolean |
allprop
All props flag |
protected RequestProp |
prop
Request property |
protected boolean |
propname
Properties names only tag |
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.DAVAbstractXMLParser |
---|
davFactory |
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler |
---|
parent |
Constructor Summary | |
---|---|
PropFind(XMLParserHandler parent,
DAVFactory davFactory)
Constructor |
Method Summary | |
---|---|
Object |
end(Object current,
String tag,
String value)
Returns parent object and does nothing else |
RequestProp |
getProp()
Returns request property |
boolean |
isAllprop()
Returns allprop flag |
boolean |
isPropname()
Returns propname flag |
void |
setAllprop(boolean allprop)
Sets allprop flag |
void |
setPropname(boolean propname)
Sets propname flag |
Object |
start(Object current,
String tag,
Attributes attributes)
Returns current object and does nothing else |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean allprop
protected boolean propname
protected RequestProp prop
Constructor Detail |
---|
public PropFind(XMLParserHandler parent, DAVFactory davFactory)
parent
- parent parser handlerdavFactory
- factoryMethod Detail |
---|
public Object start(Object current, String tag, Attributes attributes) throws SAXException
AbstractSimpleXMLHandler
start
in interface XMLParserHandler
start
in class AbstractSimpleXMLHandler
current
- current objecttag
- tagattributes
- attribtues
SAXException
- sax exceptionpublic Object end(Object current, String tag, String value) throws SAXException
AbstractSimpleXMLHandler
end
in interface XMLParserHandler
end
in class AbstractSimpleXMLHandler
current
- current objecttag
- tagvalue
- tag value
SAXException
- sax exceptionpublic void setAllprop(boolean allprop)
allprop
- allprop flagpublic boolean isAllprop()
public void setPropname(boolean propname)
propname
- propname flagpublic boolean isPropname()
public RequestProp getProp()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |