Package | Description |
---|---|
com.epimorphics.lda.renderers.common |
A collection of utility classes that define a convenience API targeted
at renderer developers.
|
Modifier and Type | Method and Description |
---|---|
ShortNameRenderer |
Page.shortNameRenderer() |
Modifier and Type | Method and Description |
---|---|
PropertyPath |
PropertyPath.append(String shortName,
String uri,
ShortNameRenderer snr)
Return a new property path with a new segment at the end
|
boolean |
PropertyPath.beginsWith(com.hp.hpl.jena.rdf.model.Property p,
ShortNameRenderer snr)
Return true if the given property matches the first segment in the path -
either because the path's shortname expands to the property URI, or because
the first segment of the path is
* . |
Constructor and Description |
---|
DisplayHierarchyNode(PropertyPath pathTo,
DisplayHierarchyNode parent,
DisplayRdfNode rdfNode,
ShortNameRenderer shortNameRenderer) |
Copyright © 2014. All Rights Reserved.