public interface IMetaInfo
IMetaTagNode
and IMetaTag
.Modifier and Type | Method and Description |
---|---|
IMetaTagAttribute[] |
getAllAttributes()
Returns an in-order list of all of the attributes contained within this
IMetaInfo |
IMetaTagAttribute |
getAttribute(String key)
Gets the
IMetaTagAttribute found on the tag for the given key |
String |
getAttributeValue(String key)
Gets the value of the given attribute found on the tag
|
String |
getTagName()
Gets the name of this metadata annotation (like Event or IconFile)
|
String getTagName()
IMetaTagAttribute[] getAllAttributes()
IMetaInfo
IMetaTagAttribute
objects or an empty array, never null.IMetaTagAttribute getAttribute(String key)
IMetaTagAttribute
found on the tag for the given keykey
- the attribute key we are looking for, or IMetaTagNode.SINGLE_VALUE if the attribute does not have a keyIMetaTagAttribute
, or nullCopyright © 2016 The Apache Software Foundation. All rights reserved.