Modifier and Type | Field and Description |
---|---|
protected List<Schema> |
Schemas.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.clone()
Creates and returns a deep copy of this object.
|
Schema |
ObjectFactory.createSchema()
Create an instance of
Schema |
Schema |
Schemas.getSchemaByPublicId(String publicId)
Deprecated.
As of JOMC 1.2, replaced by method
Schemas.getSchemasByPublicId(java.net.URI) . This method will be
removed in version 2.0. |
Schema |
Schemas.getSchemaBySystemId(String systemId)
Gets a schema for a given system identifier from the list of schemas.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Schema> |
ObjectFactory.createSchema(Schema value)
|
List<Schema> |
Schemas.getSchema()
Gets the value of the schema property.
|
List<Schema> |
Schemas.getSchemasByPublicId(URI publicId)
Gets a list of schemas for a given public identifier from the list of schemas.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Schema> |
ObjectFactory.createSchema(Schema value)
|
Constructor and Description |
---|
Schema(Schema o)
Creates a new
Schema instance by deeply copying a given Schema instance. |
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.