All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.xml.parser.PreRootHandler
- public interface PreRootHandler
The interface to process before parsing root element.
- Version:
- 19980206
- See Also:
- Parser
-
handlePreRoot(TXDocument, String)
- This method is called by the parser after parsing DTD before parsing root eleemnt.
handlePreRoot
public abstract void handlePreRoot(TXDocument doc,
String rootname)
- This method is called by the parser after parsing DTD before parsing root eleemnt.
- Parameters:
- rootname - a name of root element in the document
- See Also:
- addPreRootHandler, getDTD, getRootName
All Packages Class Hierarchy This Package Previous Next Index