public class WebdavProperty
extends java.lang.Object
Constructor and Description |
---|
WebdavProperty(org.jdom.Namespace namespace,
java.lang.String name) |
WebdavProperty(org.jdom.Namespace namespace,
java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.jdom.Element |
getElement()
Retrieve a new xml Element from this property using the current value as the element's text.
|
org.jdom.Element |
getElement(java.lang.String value)
Retrieve a new xml Element from this property but use
the specified value instead of using this property's value.
|
org.jdom.Element |
getElementEmpty()
Retrieve a new xml Element from this property without using the value.
|
java.lang.String |
getName() |
org.jdom.Namespace |
getNamespace() |
java.lang.String |
getQualifiedName() |
java.lang.String |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public WebdavProperty(org.jdom.Namespace namespace, java.lang.String name)
public WebdavProperty(org.jdom.Namespace namespace, java.lang.String name, java.lang.String value)
public java.lang.String getQualifiedName()
public java.lang.String getName()
public org.jdom.Namespace getNamespace()
public java.lang.String getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public org.jdom.Element getElement()
public org.jdom.Element getElementEmpty()
public org.jdom.Element getElement(java.lang.String value)
value
- the value to use as the text of the returned element, if null, no text is specifiedpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2010 Jalios SA. All Rights Reserved.