|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.jaxp.JAXPDocumentBuilderFactory.Settings
public static class JAXPDocumentBuilderFactory.Settings
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
coalescing
|
protected java.lang.Boolean |
expandEntityReference
|
protected java.lang.Boolean |
ignoringComments
|
protected java.lang.Boolean |
ignoringElementContentWhitespace
|
protected java.lang.String |
value
|
| Constructor Summary | |
|---|---|
JAXPDocumentBuilderFactory.Settings()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Gets the value of the value property. |
boolean |
isCoalescing()
Gets the value of the coalescing property. |
boolean |
isExpandEntityReference()
Gets the value of the expandEntityReference property. |
boolean |
isIgnoringComments()
Gets the value of the ignoringComments property. |
boolean |
isIgnoringElementContentWhitespace()
Gets the value of the ignoringElementContentWhitespace property. |
void |
setCoalescing(java.lang.Boolean value)
Sets the value of the coalescing property. |
void |
setExpandEntityReference(java.lang.Boolean value)
Sets the value of the expandEntityReference property. |
void |
setIgnoringComments(java.lang.Boolean value)
Sets the value of the ignoringComments property. |
void |
setIgnoringElementContentWhitespace(java.lang.Boolean value)
Sets the value of the ignoringElementContentWhitespace property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean coalescing
protected java.lang.Boolean expandEntityReference
protected java.lang.Boolean ignoringComments
protected java.lang.Boolean ignoringElementContentWhitespace
protected java.lang.String value
| Constructor Detail |
|---|
public JAXPDocumentBuilderFactory.Settings()
| Method Detail |
|---|
public boolean isCoalescing()
Booleanpublic void setCoalescing(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isExpandEntityReference()
Booleanpublic void setExpandEntityReference(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isIgnoringComments()
Booleanpublic void setIgnoringComments(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isIgnoringElementContentWhitespace()
Booleanpublic void setIgnoringElementContentWhitespace(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||