public class MetaDataItem extends Object
<dc:title>Example</dc:title>
<meta name="dc:title" value="Example"/>
| Modifier and Type | Class and Description |
|---|---|
static class |
MetaDataItem.Builder
Provides a meta data item builder.
|
| Constructor and Description |
|---|
MetaDataItem(QName key,
String value)
Creates a new meta data item with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeItem |
getAttribute()
Gets the attribute, if specified or null
|
QName |
getKey()
Gets the element name
|
String |
getValue()
Gets the text contents of this meta data item
|
public QName getKey()
public String getValue()
public AttributeItem getAttribute()