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)
Gets a schema for a given public identifier from the list of schemas.
|
Schema |
Schemas.getSchemaBySystemId(String systemId)
Gets a schema for a given system identifier from the list of schemas.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Schema> |
ObjectFactory.createSchema(Schema value)
|
List<Schema> |
Schemas.getSchema()
Gets the value of the schema property.
|
List<Schema> |
Schemas.getSchemasByPublicId(URI publicId)
Deprecated.
As of JOMC 1.8, removed without replacement. This method will be removed in JOMC 2.0.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.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–2016 The JOMC Project. All rights reserved.