|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.xml.DOMParserOptions
public class DOMParserOptions
Options describing some common options for DOMParsers.
Constructor Summary | |
---|---|
DOMParserOptions()
|
Method Summary | |
---|---|
DOMParserOptions |
coalescing()
|
boolean |
equals(Object obj)
|
DOMParserOptions |
expandEntityReferences()
|
static DOMParserOptions |
getDefault()
Method gets the default options. |
Schema |
getSchema()
|
int |
hashCode()
|
DOMParserOptions |
ignoreComments()
Method sets the ignoreComments flag. |
DOMParserOptions |
ignoreElementContentWhitespace()
|
boolean |
isCoalescing()
|
boolean |
isExpandEntityReferences()
|
boolean |
isIgnoreComments()
Method gets it comments are ignored. |
boolean |
isIgnoreElementContentWhitespace()
|
boolean |
isNamespaceaware()
Method gets the parser is namespaceaware. |
boolean |
isValidating()
Method gets if the parser is in validating mode. |
boolean |
isXincludeAware()
|
DOMParserOptions |
namespaceaware()
Method sets the namespaceaware flag. |
DOMParserOptions |
notCoalescing()
|
DOMParserOptions |
notExpandEntityReferences()
|
DOMParserOptions |
notIgnoreComments()
Method sets the ignoreComments to false. |
DOMParserOptions |
notIgnoreElementContentWhitespace()
|
DOMParserOptions |
notNamespaceaware()
Method sets the namespaceaware flag to false. |
DOMParserOptions |
notValidating()
Method sets the validating to false. |
DOMParserOptions |
notXincludeAware()
|
DOMParserOptions |
schema(Schema schema)
|
void |
setCoalescing(boolean coalescing)
|
void |
setExpandEntityReferences(boolean expandEntityReferences)
|
void |
setIgnoreComments(boolean ignorecomments)
Method sets the ignore comments flag. |
void |
setIgnoreElementContentWhitespace(boolean ignoreElementWhitespace)
|
void |
setNamespaceaware(boolean namespaceaware)
Method sets the namespaceaware flag. |
void |
setSchema(Schema schema)
|
void |
setValidating(boolean validating)
Method sets the validating flag. |
void |
setXincludeAware(boolean xincludeAware)
|
String |
toString()
|
DOMParserOptions |
validating()
Method sets the validating flag. |
DOMParserOptions |
xincludeAware()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DOMParserOptions()
Method Detail |
---|
public static DOMParserOptions getDefault()
public DOMParserOptions notIgnoreComments()
public DOMParserOptions ignoreComments()
public boolean isIgnoreComments()
public void setIgnoreComments(boolean ignorecomments)
ignorecomments
- the ignoreComments.public DOMParserOptions namespaceaware()
public DOMParserOptions notNamespaceaware()
public boolean isNamespaceaware()
public void setNamespaceaware(boolean namespaceaware)
namespaceaware
- the namespaceaware.public DOMParserOptions notValidating()
public DOMParserOptions validating()
public boolean isValidating()
public void setValidating(boolean validating)
validating
- the validating.public DOMParserOptions ignoreElementContentWhitespace()
public DOMParserOptions notIgnoreElementContentWhitespace()
public boolean isIgnoreElementContentWhitespace()
public void setIgnoreElementContentWhitespace(boolean ignoreElementWhitespace)
public DOMParserOptions xincludeAware()
public DOMParserOptions notXincludeAware()
public boolean isXincludeAware()
public void setXincludeAware(boolean xincludeAware)
public DOMParserOptions coalescing()
public DOMParserOptions notCoalescing()
public boolean isCoalescing()
public void setCoalescing(boolean coalescing)
public DOMParserOptions expandEntityReferences()
public DOMParserOptions notExpandEntityReferences()
public boolean isExpandEntityReferences()
public void setExpandEntityReferences(boolean expandEntityReferences)
public DOMParserOptions schema(Schema schema)
public Schema getSchema()
public void setSchema(Schema schema)
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |