Package | Description |
---|---|
org.tanjakostic.jcleancim.xml |
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,
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-2016 Tatjana (Tanja) Kostic