|
||||||||||
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
Class DOMParserOptions are options describing some common options for DOMParsers.
Constructor Summary | |
---|---|
DOMParserOptions()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Method equals. |
static DOMParserOptions |
getDefault()
Method gets the default options. |
int |
hashCode()
Method hashCode. |
DOMParserOptions |
ignoreComments()
Method sets the ignoreComments flag. |
boolean |
isIgnoreComments()
Method gets it comments are ignored. |
boolean |
isNamespaceaware()
Method gets the parser is namespaceaware. |
boolean |
isValidating()
Method gets if the parser is in validating mode. |
DOMParserOptions |
namespaceaware()
Method sets the namespaceaware flag. |
DOMParserOptions |
notIgnoreComments()
Method sets the ignoreComments to false. |
DOMParserOptions |
notNamespaceaware()
Method sets the namespaceaware flag to false. |
DOMParserOptions |
notValidating()
Method sets the validating to false. |
void |
setIgnoreComments(boolean ignorecomments)
Method sets the ignore comments flag. |
void |
setNamespaceaware(boolean namespaceaware)
Method sets the namespaceaware flag. |
void |
setValidating(boolean validating)
Method sets the validating flag. |
java.lang.String |
toString()
Method toString. |
DOMParserOptions |
validating()
Method sets the validating flag. |
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 boolean isIgnoreComments()
public void setIgnoreComments(boolean ignorecomments)
ignorecomments
- the ignoreComments.public boolean isNamespaceaware()
public void setNamespaceaware(boolean namespaceaware)
namespaceaware
- the namespaceaware.public boolean isValidating()
public void setValidating(boolean validating)
validating
- the validating.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the o.
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public DOMParserOptions ignoreComments()
public DOMParserOptions namespaceaware()
public DOMParserOptions notNamespaceaware()
public DOMParserOptions notValidating()
public DOMParserOptions validating()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |