|
||||||||||
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.DAVNamespace
public class DAVNamespace
DAV namespace.
Field Summary | |
---|---|
static String |
DAV_NAMESPACE_PREFERRED_PREFIX
Namespace prefered prefix |
static String |
DAV_NAMESPACE_URL
Namespace URL |
protected DAVFactory |
davFactory
Factory |
Constructor Summary | |
---|---|
DAVNamespace()
Constructor |
Method Summary | |
---|---|
Object |
end(Object current,
String tag,
String value)
End tag handling |
DAVFactory |
getDAVFactory()
Retruns factory |
String |
getPreferredPrefix()
Returns DAV_NAMESPACE_PREFERRED_PREFIX |
String |
getURLString()
Returns DAV_NAMESPACE_URL |
void |
setDAVFactory(DAVFactory factory)
Sets factory |
Object |
start(Object current,
String tag,
Attributes attributes)
Start tag handling |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DAV_NAMESPACE_URL
public static final String DAV_NAMESPACE_PREFERRED_PREFIX
protected DAVFactory davFactory
Constructor Detail |
---|
public DAVNamespace()
Method Detail |
---|
public DAVFactory getDAVFactory()
public void setDAVFactory(DAVFactory factory)
factory
- factorypublic String getURLString()
DAV_NAMESPACE_URL
DAV_NAMESPACE_URL
public String getPreferredPrefix()
DAV_NAMESPACE_PREFERRED_PREFIX
DAV_NAMESPACE_PREFERRED_PREFIX
public Object start(Object current, String tag, Attributes attributes) throws SAXException
start
in interface XMLParserHandler
current
- current objecttag
- tagattributes
- tag attributes
SAXException
- sax exceptionpublic Object end(Object current, String tag, String value) throws SAXException
end
in interface XMLParserHandler
current
- current objecttag
- tagvalue
- tag's value
SAXException
- sax exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |