| |
|
| java.lang.Object com.ibm.webdav.impl.LiveProperty
All known Subclasses: com.ibm.webdav.impl.LockDiscovery,
getNSLocalName | abstract public String getNSLocalName()(Code) | | Get the XML tag name (without a prefix) of this live property.
the live property tag name without a prefix |
getNSName | public String getNSName()(Code) | | Get the XML namespace name (not the prefix) of this live property.
The default is "DAV:". Subclasses may want to override this method
with their specific namespace name.
the live property namespace name |
getName | public String getName()(Code) | | Get the name of this live property.
the live property name (XML namespace+localpart) |
getPreferredPrefix | abstract public String getPreferredPrefix()(Code) | | Get the preferred namespace prefix for this live property.
the XML namespace prefix for this property |
isUserUpdatable | abstract public boolean isUserUpdatable()(Code) | | Is this live property updatable by the user?
true if the use can update this live property, false if onlythe server can update the property. |
|
|
|