wt.projmgmt.msproject
Interface ContentHandler

All Superinterfaces:
ContentHandler
All Known Implementing Classes:
ChildContentHandler, PlanContentHandler

public interface ContentHandler
extends ContentHandler

A ContentHandler that is used to handle a Microsoft Project XML file.


Method Summary
 Locator getDocumentLocator()
          Get the handler's Locator.
 ImportInfo getImportInfo()
          Get the ImportInfo that is used to control this handler's parsing.
 XMLReader getReader()
          Get the handler's XMLReader.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getReader

public XMLReader getReader()
Get the handler's XMLReader.


getDocumentLocator

public Locator getDocumentLocator()
Get the handler's Locator.


getImportInfo

public ImportInfo getImportInfo()
Get the ImportInfo that is used to control this handler's parsing.