|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.jaxp.JAXPDocumentBuilderFactory
public class JAXPDocumentBuilderFactory
Java class for jaxpDocumentBuilderFactory element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="jaxpDocumentBuilderFactory">
<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="coalescing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="expandEntityReference" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ignoringComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ignoringElementContentWhitespace" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.xmlhammer.org/2007/jaxp}features"/>
<element ref="{http://www.xmlhammer.org/2007/jaxp}attributes"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Nested Class Summary | |
|---|---|
static class |
JAXPDocumentBuilderFactory.Settings
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Attributes |
attributes
|
protected Features |
features
|
protected JAXPDocumentBuilderFactory.Settings |
settings
|
| Constructor Summary | |
|---|---|
JAXPDocumentBuilderFactory()
|
|
| Method Summary | |
|---|---|
Attributes |
getAttributes()
Gets the value of the attributes property. |
Features |
getFeatures()
Gets the value of the features property. |
JAXPDocumentBuilderFactory.Settings |
getSettings()
Gets the value of the settings property. |
void |
setAttributes(Attributes value)
Sets the value of the attributes property. |
void |
setFeatures(Features value)
Sets the value of the features property. |
void |
setSettings(JAXPDocumentBuilderFactory.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 JAXPDocumentBuilderFactory.Settings settings
protected Features features
protected Attributes attributes
| Constructor Detail |
|---|
public JAXPDocumentBuilderFactory()
| Method Detail |
|---|
public JAXPDocumentBuilderFactory.Settings getSettings()
JAXPDocumentBuilderFactory.Settingspublic void setSettings(JAXPDocumentBuilderFactory.Settings value)
value - allowed object is
JAXPDocumentBuilderFactory.Settingspublic Features getFeatures()
Featurespublic void setFeatures(Features value)
value - allowed object is
Featurespublic Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is
Attributes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||