- xboolean - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- xdate - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- xdateTime - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- xdecimal - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- xduration - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- xfloat - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- xinteger - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- XMIDialect - Enum in org.tanjakostic.jcleancim.common
-
Supported XMI dialects for exporting.
- XMIDialect(String) - Constructor for enum org.tanjakostic.jcleancim.common.XMIDialect
-
- XMIExporter - Interface in org.tanjakostic.jcleancim.builder
-
Interface to implement for XMI export capability.
- xml - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlNamespace
-
- XML_BASE - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlNamespace
-
- xmlAsInputSource(XmlString) - Static method in class org.tanjakostic.jcleancim.xml.XmlUtil
-
Returns input source with
"UTF-8" encoding for XML content.
- xmlAsInputStream(File, boolean) - Static method in class org.tanjakostic.jcleancim.xml.XmlUtil
-
Returns input stream for file.
- xmlAsInputStream(String, boolean) - Static method in class org.tanjakostic.jcleancim.xml.XmlUtil
-
Returns input stream for file path, on classpath or not.
- xmlAsInputStream(XmlString) - Static method in class org.tanjakostic.jcleancim.xml.XmlUtil
-
Returns input stream for XML content.
- XmlAttribute - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
XML attributes used in the CIM RDF/OWL Schema.
- XmlAttribute(XmlNs, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlAttribute
-
- XmlChildElement - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
XML child element (child of rdf:Description) used in the CIM RDF Schema.
- XmlChildElement(XmlNs, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlChildElement
-
- XmlDocument - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
Reads RDF Schema and provides classified DOM elements to be used when building model.
- XmlDocument(File) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlDocument
-
Constructs the DOM Document from CIM RDF Schema file, determines the dialect, fixes URIs if
they end with white space, and classifies DOM elements by moving them from DOM Document root
into internal maps.
- XmlDocument(String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlDocument
-
- XmlDocument(String, XmlString) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlDocument
-
- XmlElement - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
XML element, direct child of the RDF schema.
- XmlElement(XmlNs, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlElement
-
Constructor.
- xmlElement - Variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.ProfileObject
-
- XmlException - Exception in org.tanjakostic.jcleancim.xml
-
Wrapper for any XML-related exceptions not involving validation.
- XmlException(String) - Constructor for exception org.tanjakostic.jcleancim.xml.XmlException
-
- XmlException(Throwable) - Constructor for exception org.tanjakostic.jcleancim.xml.XmlException
-
- XmlException(String, Throwable) - Constructor for exception org.tanjakostic.jcleancim.xml.XmlException
-
- XmlInstanceDOM - Class in org.tanjakostic.jcleancim.xml
-
Common implementation for all XML instance documents.
- XmlInstanceDOM(String, String, String, String) - Constructor for class org.tanjakostic.jcleancim.xml.XmlInstanceDOM
-
FIXME: test
- XmlInstanceDOM(String, String, String) - Constructor for class org.tanjakostic.jcleancim.xml.XmlInstanceDOM
-
Constructs this instance with empty qualified root element, and with reference to schema
found in schemaPath
; the root element tag is deduced from the schema.
- XmlInstanceDOM(String, String, XmlSchemaDOM, String) - Constructor for class org.tanjakostic.jcleancim.xml.XmlInstanceDOM
-
FIXME: test
- XmlInstanceDOM(String, String, XmlSchemaDOM) - Constructor for class org.tanjakostic.jcleancim.xml.XmlInstanceDOM
-
Constructs this instance with empty qualified root element, and with schema
,
which potentially does not have the file representation (e.g., it may have been created from
XML text, and does not exist as a file); the root element tag is deduced from the schema.
- XmlInstanceDOM(String, String, String, XmlSchemaDOM, String) - Constructor for class org.tanjakostic.jcleancim.xml.XmlInstanceDOM
-
- XmlNamespace - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
Common namespaces found in CIM RDF/OWL Schema.
- XmlNamespace(String, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlNamespace
-
- XmlNamespace(String, String, NamespaceCache) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlNamespace
-
- XmlNs - Class in org.tanjakostic.jcleancim.xml
-
Namespace mappings for known and unknown namespaces.
- XmlNs(String, String) - Constructor for class org.tanjakostic.jcleancim.xml.XmlNs
-
- XmlNs(String, String, NamespaceCache) - Constructor for class org.tanjakostic.jcleancim.xml.XmlNs
-
- XmlParsingException - Exception in org.tanjakostic.jcleancim.xml
-
Wrapper for the underlying parsing/validation exceptions.
- XmlParsingException(String, SaxErrorData, Throwable) - Constructor for exception org.tanjakostic.jcleancim.xml.XmlParsingException
-
Constructor - carries concrete XML validation errors that can be manipulated.
- XmlResourceValue - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
Values used for resource attribute (), used in RDF and OWL dialects.
- XmlResourceValue(XmlNs, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- XmlSchemaDOM - Class in org.tanjakostic.jcleancim.xml
-
Representaton of an XML schema document; provides some helper methods to facilitate creating
instance XML documents compliant with this schema.
- XmlSchemaDOM(String) - Constructor for class org.tanjakostic.jcleancim.xml.XmlSchemaDOM
-
Constructs schema document from the file schemaPath
.
- XmlSchemaDOM(XmlString) - Constructor for class org.tanjakostic.jcleancim.xml.XmlSchemaDOM
-
- XmlSchemaDOM(String, XmlString) - Constructor for class org.tanjakostic.jcleancim.xml.XmlSchemaDOM
-
- XmlString - Class in org.tanjakostic.jcleancim.xml
-
Wrapper for a java string; allows us to use consistent approach for instantiation from XML string
in case there are classes that require a single non-XML string argument in constructor.
- XmlString(String) - Constructor for class org.tanjakostic.jcleancim.xml.XmlString
-
- XmlTag - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
Common implementation for various tags that appear in CIM RDF Schema.
- XmlTag(XmlNs, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlTag
-
Constructor.
- xmlToMap(String[], Document) - Method in class org.tanjakostic.jcleancim.builder.ea.sqlxml.SqlXmlSelector
-
- XmlUtil - Class in org.tanjakostic.jcleancim.xml
-
- XmlUtil() - Constructor for class org.tanjakostic.jcleancim.xml.XmlUtil
-
- XPATH_ATTR_AND_ASSOC_ENDS - Static variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.Profile
-
- XPATH_CHOICE_ASSOC_ENDS - Static variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.Profile
-
- XPATH_CLASSES_AND_COMPOUNDS - Static variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.Profile
-
- XPATH_ENVELOPE - Static variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.Profile
-
- XPATH_LITERALS - Static variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.Profile
-
- XPATH_LOCAL_DOC - Static variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.Profile
-
- XPATH_MODEL_REFS - Static variable in class org.tanjakostic.jcleancim.experimental.builder.xsd.Profile
-
- xPelsPerMeter - Static variable in class org.tanjakostic.jcleancim.util.BMPFile
-
- XREF_CLIENT - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- XREF_DESCRIPTION - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- XREF_NAME - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- XREF_NAME_STEREOS - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- XREF_TAGS - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- XREF_TYPE - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- XREF_TYPE_CONN_DEST - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- XREF_TYPE_CONN_SRC - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- xsd - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlNamespace
-
(OWL) Note that the namespace is not read from the schema, but is used to replace CIM
primitive types (Float, String, Integer, Boolean, Decimal, Date, Time, DateTime, Duration)
with a child element such as e.g.,
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>.
- XSD_EXT - Static variable in class org.tanjakostic.jcleancim.common.Config
-
Supported profile format (file extension).
- xsi - Static variable in class org.tanjakostic.jcleancim.xml.XmlNs
-
- xstring - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-
- xtime - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlResourceValue
-