public interface DaliExample
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCapability() |
Returns the capability to which this example applies,
if explicitly supplied.
|
org.w3c.dom.Element |
getElement() |
Returns the DOM element corresponding to this example.
|
java.util.Map<java.lang.String,java.lang.String> |
getGenericParameters() |
Returns a map of name->value pairs giving DALI 1.0-style
generic-parameters for this example.
|
java.lang.String |
getId() |
Returns the identifier for this example within its host document.
|
java.lang.String |
getName() |
Returns the user-readable name for this example.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
Returns a map of name->value pairs giving RDFa properties for
this example, excluding those that form part of a
generic-parameter key/value pair. |
java.net.URL |
getUrl() |
Returns a URL pointing to the browser-renderable text
(probably XHTML) for this example.
|
java.net.URL getUrl()
org.w3c.dom.Element getElement()
java.lang.String getId()
java.lang.String getCapability()
java.lang.String getName()
java.util.Map<java.lang.String,java.lang.String> getGenericParameters()
java.util.Map<java.lang.String,java.lang.String> getProperties()
generic-parameter
key/value pair.Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.