Package | Description |
---|---|
org.tanjakostic.jcleancim.experimental.builder.rdfs |
FIXME: This is experimental and absolutely not tested - don't use!
|
Modifier and Type | Field and Description |
---|---|
static XmlChildElement |
XmlChildElement.belongsToCategory
applicable to rdfs:Class; it's CIM package of the class
|
static XmlChildElement |
XmlChildElement.inverseRoleName
applicable to association end (rdf:Description, with type=rdf:Property)
|
static XmlChildElement |
XmlChildElement.range
applicable to association end or attribute having compound type
|
static XmlChildElement |
XmlChildElement.subClassOf
applicable to (non-enum, non-dt, non-compound) class
|
static XmlChildElement |
XmlChildElement.type
applicable to rdf:Description (attribute of enum class) to designate enum class
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
XmlChildElement.getResourceName(org.w3c.dom.Element parent,
XmlChildElement chiElemKind)
Returns the fragment of the uri which is the resource attribute on child element
chiElemKind of parent if existing, null otherwise. |
static java.util.List<java.lang.String> |
XmlChildElement.getResourceNames(org.w3c.dom.Element parent,
XmlChildElement chiElemKind)
Returns the fragments of the uris which are the resource attribute on all child elements
chiElemKind of parent . |
Copyright 2009-2016 Tatjana (Tanja) Kostic