Class NameValuePairElement
- java.lang.Object
-
- org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
-
- All Implemented Interfaces:
Element
,NamedElement
,MetaInformationElement
- Direct Known Subclasses:
AuthParamElement
,CookieElement
,HeaderElement
public abstract class NameValuePairElement extends Object implements MetaInformationElement
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_NAME
static String
ATTR_VALUE
-
Constructor Summary
Constructors Constructor Description NameValuePairElement(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlStringBuilder
addCommonXml(XmlStringBuilder sb)
String
getName()
String
getValue()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementName
-
-
-
-
Field Detail
-
ATTR_NAME
public static final String ATTR_NAME
- See Also:
- Constant Field Values
-
ATTR_VALUE
public static final String ATTR_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NameValuePairElement
public NameValuePairElement(String name, String value)
-
-
Method Detail
-
addCommonXml
public XmlStringBuilder addCommonXml(XmlStringBuilder sb)
-
-