|
XML for Java 2.0.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.xml.framework.XMLParser | +--com.ibm.xml.parsers.NonValidatingDOMParser | +--com.ibm.xml.parsers.DOMParser | +--com.ibm.xml.parsers.RevalidatingDOMParser
This class is a validating DOM parser which can also "revalidate" a DOM subtree after the document has been parsed.
DOMParser
Fields inherited from class com.ibm.xml.parsers.NonValidatingDOMParser |
DEFAULT_DOCUMENT_CLASS,
DEFERRED,
fAttrPool,
fCurrentNode,
fCurrentNodeIndex,
fDeferredDocumentImpl,
fDocument,
fDocumentClass,
fDocumentImpl,
fDocumentIndex,
fDocumentType,
fDocumentTypeIndex,
fElementDeclPool,
fEntityPool,
fExpandEntityReferences,
fNodeExpansion,
fNodeStack,
fRootElement,
fStringPool,
FULL,
fWithinElement |
Fields inherited from class com.ibm.xml.framework.XMLParser |
fLocale,
fNeedReset,
fParseInProgress,
fResourceBundle,
fScanner |
Constructor Summary | |
RevalidatingDOMParser()
|
Method Summary | |
Node |
validate(Node node)
Given a node which is a DOM tree (or subtree), validate the tree against the current DTD. |
Methods inherited from class com.ibm.xml.parsers.DOMParser |
reset,
resetOrCopy |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RevalidatingDOMParser()
Method Detail |
public final Node validate(Node node)
node
- The node representing the root of the DOM subtree to be
revalidated.
|
XML for Java 2.0.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |