|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QualifiedName | |
---|---|
org.eclipse.webdav.client | Provides support for the WebDAV protocol. |
org.eclipse.webdav.dom | Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers. |
org.eclipse.webdav.internal.kernel |
Uses of QualifiedName in org.eclipse.webdav.client |
---|
Methods in org.eclipse.webdav.client that return QualifiedName | |
---|---|
QualifiedName |
PropertyStatus.getPropertyName()
Return the requested property's name. |
QualifiedName |
WebDAVFactory.newQualifiedName(String qualifier,
String localName)
|
Methods in org.eclipse.webdav.client with parameters of type QualifiedName | |
---|---|
PropertyStatus |
AbstractResourceHandle.getProperty(QualifiedName propertyName)
Return the property status for the property with the given name. |
protected boolean |
AbstractResourceHandle.propertyHasChild(QualifiedName propertyName,
QualifiedName childName)
This is a helper method to check to see if the resource has a property with the given name that in turn has a child with a given name. |
void |
AbstractResourceHandle.removeProperty(QualifiedName propertyName)
Remove the property with the given name from this resource. |
boolean |
AbstractResourceHandle.supportsLiveProperty(QualifiedName propertyName)
Check to see if the resource supports the named live property. |
Uses of QualifiedName in org.eclipse.webdav.dom |
---|
Methods in org.eclipse.webdav.dom that return QualifiedName | |
---|---|
static QualifiedName |
ElementEditor.getQualifiedName(Element element)
Returns a qualified name that is formed from the given element's namespace name and namespace local name. |
Methods in org.eclipse.webdav.dom with parameters of type QualifiedName | |
---|---|
PropStat |
ResponseBody.accumulatePropStat(QualifiedName propertyName,
String status,
String responseDescription)
Gets this response's first propstat with the given status and adds an element created from the given property name as a property of the propstat's prop. |
void |
Prop.addPropertyName(QualifiedName name)
Creates a new element with the given name and adds it to this prop. |
static HrefSet |
HrefSet.create(Document document,
QualifiedName name)
Creates a new href set element with the given name and sets it as the root of the given document. |
static boolean |
ElementEditor.hasChild(Element parent,
QualifiedName childName)
|
Constructors in org.eclipse.webdav.dom with parameters of type QualifiedName | |
---|---|
HrefSet(Element root,
QualifiedName name)
Creates a new editor on the given href set element with the given name. |
Uses of QualifiedName in org.eclipse.webdav.internal.kernel |
---|
Classes in org.eclipse.webdav.internal.kernel that implement QualifiedName | |
---|---|
class |
QualifiedNameImpl
Qualified names are two-part names: qualifier and local name. |
Methods in org.eclipse.webdav.internal.kernel with parameters of type QualifiedName | |
---|---|
Element |
ElementHelper.newDAVElement(QualifiedName name)
|
Element |
ElementHelper.newDAVElementSet(QualifiedName setName,
QualifiedName memberName,
Enumeration memberEnum)
Answer a DOM Element that represents a set of String . |
Element |
ElementHelper.newDAVProperty(QualifiedName name,
Element value)
|
Element |
ElementHelper.newDAVProperty(QualifiedName name,
String value)
|
Element |
ElementHelper.newDAVTextElement(QualifiedName name,
String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |