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
|
(package private) static XmlChildElement |
XmlChildElement.comment
applicable to all CimXmlElement-s
|
(package private) static XmlChildElement |
XmlChildElement.dataType
applicable to rdf:Property for attribute whose type is datatype class or primitive
|
(package private) static XmlChildElement |
XmlChildElement.domain
applicable to rdf:Property for association or attribute of non-enum class
|
(package private) static XmlChildElement |
XmlChildElement.hasStereotype
applicable to enum classes
|
static XmlChildElement |
XmlChildElement.inverseRoleName
applicable to association end (rdf:Description, with type=rdf:Property)
|
(package private) static XmlChildElement |
XmlChildElement.label
applicable to all CimXmlElement-s
|
(package private) static XmlChildElement |
XmlChildElement.multiplicity
applicable to rdf:Property for association
|
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 . |
private static boolean |
XmlElement.hasChildren(org.w3c.dom.Element parent,
XmlChildElement chi) |
private static boolean |
XmlElement.hasChildWithResourceValue(org.w3c.dom.Element parent,
XmlChildElement chi,
XmlResourceValue val) |
Copyright 2009-2015 Tatjana (Tanja) Kostic