public class MetaElement extends Object
| Constructor and Description |
|---|
MetaElement(OpenGraphNamespace namespace,
String property,
String content)
Construct the representation of an element
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Fetch the content string of the element
|
OpenGraphNamespace |
getNamespace()
Fetch the OpenGraph namespace
|
String |
getProperty()
Fetch the property of the element
|
public MetaElement(OpenGraphNamespace namespace, String property, String content)
namespace - The namespace the element belongs toproperty - The property keycontent - The content or value of this elementpublic String getContent()
public OpenGraphNamespace getNamespace()
public String getProperty()
Copyright © 2014. All Rights Reserved.