|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.jaxp.JAXPSchemaFactory
public class JAXPSchemaFactory
Java class for jaxpSchemaFactory element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="jaxpSchemaFactory">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="settings">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="resourceResolver" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.xmlhammer.org/2007/jaxp}schemaFactoryProperties"/>
<element ref="{http://www.xmlhammer.org/2007/jaxp}features"/>
<element ref="{http://www.xmlhammer.org/2007/jaxp}properties"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Nested Class Summary | |
|---|---|
static class |
JAXPSchemaFactory.Settings
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Features |
features
|
protected Properties |
properties
|
protected SchemaFactoryProperties |
schemaFactoryProperties
|
protected JAXPSchemaFactory.Settings |
settings
|
| Constructor Summary | |
|---|---|
JAXPSchemaFactory()
|
|
| Method Summary | |
|---|---|
Features |
getFeatures()
Gets the value of the features property. |
Properties |
getProperties()
Gets the value of the properties property. |
SchemaFactoryProperties |
getSchemaFactoryProperties()
Gets the value of the schemaFactoryProperties property. |
JAXPSchemaFactory.Settings |
getSettings()
Gets the value of the settings property. |
void |
setFeatures(Features value)
Sets the value of the features property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSchemaFactoryProperties(SchemaFactoryProperties value)
Sets the value of the schemaFactoryProperties property. |
void |
setSettings(JAXPSchemaFactory.Settings value)
Sets the value of the settings property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXPSchemaFactory.Settings settings
protected SchemaFactoryProperties schemaFactoryProperties
protected Features features
protected Properties properties
| Constructor Detail |
|---|
public JAXPSchemaFactory()
| Method Detail |
|---|
public JAXPSchemaFactory.Settings getSettings()
JAXPSchemaFactory.Settingspublic void setSettings(JAXPSchemaFactory.Settings value)
value - allowed object is
JAXPSchemaFactory.Settingspublic SchemaFactoryProperties getSchemaFactoryProperties()
SchemaFactoryPropertiespublic void setSchemaFactoryProperties(SchemaFactoryProperties value)
value - allowed object is
SchemaFactoryPropertiespublic Features getFeatures()
Featurespublic void setFeatures(Features value)
value - allowed object is
Featurespublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||