Package | Description |
---|---|
org.jivesoftware.smackx.reference.element |
Smack's API for XEP-0372: References.
|
Modifier and Type | Method and Description |
---|---|
ReferenceElement.Type |
ReferenceElement.getType() |
static ReferenceElement.Type |
ReferenceElement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceElement.Type[] |
ReferenceElement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReferenceElement(java.lang.Integer begin,
java.lang.Integer end,
ReferenceElement.Type type,
java.lang.String anchor,
java.net.URI uri)
XEP-Compliant constructor.
|
ReferenceElement(java.lang.Integer begin,
java.lang.Integer end,
ReferenceElement.Type type,
java.lang.String anchor,
java.net.URI uri,
ExtensionElement child)
XEP-incompliant (v0.2) constructor.
|