|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dtd.XMLDTDValidator | +--org.apache.xerces.impl.dtd.XML11DTDValidator
This allows the validator to correctlyhandle XML 1.1 documents.
Field Summary | |
protected static java.lang.String |
DTD_VALIDATOR_PROPERTY
|
Constructor Summary | |
XML11DTDValidator()
Default constructor. |
Method Summary | |
protected void |
init()
initialization |
void |
reset(org.apache.xerces.xni.parser.XMLComponentManager manager)
Resets the component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String DTD_VALIDATOR_PROPERTY
Constructor Detail |
public XML11DTDValidator()
Method Detail |
public void reset(org.apache.xerces.xni.parser.XMLComponentManager manager)
org.apache.xerces.xni.parser.XMLComponent
reset
in class XMLDTDValidator
org.apache.xerces.xni.parser.XMLComponent
componentManager
- The component manager.XNIException
- Thrown by component on initialization error.protected void init()
XMLDTDValidator
init
in class XMLDTDValidator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |