Class Feature
java.lang.Object
org.bedework.webdav.servlet.shared.serverInfo.Feature
Class to represent a server info feature. The xml
equivalent may be no more than a single empty element
- Author:
- Mike Douglass douglm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFeatureName(QName val) voidtoXml(org.bedework.util.xml.XmlEmit xml)
-
Constructor Details
-
Feature
-
-
Method Details
-
setFeatureName
- Parameters:
val- token
-
getFeatureName
- Returns:
- current token
-
toXml
public void toXml(org.bedework.util.xml.XmlEmit xml) - Parameters:
xml- emitter
-