public interface IAttribute
IAttribute is an information element in the infoset abstraction,
attached to an IElement and accessed via its unique name.
The attribute consists of a name and an associated value. The
IAttribute is contained in an IElement| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
The attribute value as a typed value, according to an optional schema
declaration.
|
String |
getName()
The attribute name
|
String |
getTemplate()
If this implementation supports template expansion, return the template
(unexpanded) value.
|
String |
getValue()
The attribute value.
|
Object getData()
String getName()
String getTemplate()
String getValue()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.