Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.writer.xml |
Classes specific to writing IEC 61850 name space definition files.
|
org.tanjakostic.jcleancim.experimental.builder.xsd |
The package contains the
ModelBuilderFromProfiles , which can
parse: the CIM profiles in "xsd" format, as
generated with CIMTool. |
org.tanjakostic.jcleancim.xml |
Constructor and Description |
---|
WAXDocument(java.lang.String comment,
java.lang.String instancePath,
XmlSchemaDOM schema) |
WAXDocument(java.lang.String comment,
java.lang.String instancePath,
XmlSchemaDOM schema,
java.lang.String rootTag) |
Modifier and Type | Field and Description |
---|---|
private XmlSchemaDOM |
Profile._schema |
Modifier and Type | Field and Description |
---|---|
private XmlSchemaDOM |
XmlInstanceDOM._schema |
Modifier and Type | Method and Description |
---|---|
XmlSchemaDOM |
XmlInstanceDOM.getSchema() |
Modifier and Type | Method and Description |
---|---|
static SaxErrorData |
XmlSchemaDOM.validate(XmlInstanceDOM instance,
XmlSchemaDOM schema)
Validates
instance against schema and returns parsing errors. |
Constructor and Description |
---|
XmlInstanceDOM(java.lang.String comment,
java.lang.String instancePath,
java.lang.String schemaPath,
XmlSchemaDOM schema,
java.lang.String rootTag) |
XmlInstanceDOM(java.lang.String comment,
java.lang.String instancePath,
XmlSchemaDOM schema)
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(java.lang.String comment,
java.lang.String instancePath,
XmlSchemaDOM schema,
java.lang.String rootTag)
FIXME: test
|
Copyright 2009-2015 Tatjana (Tanja) Kostic