Uses of Interface
wt.projmgmt.msproject.ContentHandler

Packages that use ContentHandler
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
 

Uses of ContentHandler in wt.projmgmt.msproject
 

Classes in wt.projmgmt.msproject that implement ContentHandler
 class ChildContentHandler
          This ContentHandler supports linking handlers together into a hierarchy.
 class IgnoreContentHandler
          This ContentHandler ignores content over a portion of the document being parsed.
 class ObjectContentHandler
          This ContentHandler supports importing objects from a Microsoft Project Plan.
 class PlanContentHandler
          This is the top level content handler for importing a Microsoft Project XML file.
 

Fields in wt.projmgmt.msproject declared as ContentHandler
private  ContentHandler ChildContentHandler.parent
           
 

Methods in wt.projmgmt.msproject that return ContentHandler
protected  ContentHandler ChildContentHandler.getParent()
           
 

Methods in wt.projmgmt.msproject with parameters of type ContentHandler
private static String Importer.getLocationString(ContentHandler handler)
          Returns a string of the location of the exception.
protected  void ChildContentHandler.setParent(ContentHandler parent)
           
 

Constructors in wt.projmgmt.msproject with parameters of type ContentHandler
ObjectContentHandler(ContentHandler parent)
          Create a handler to process the child elements of a parent element.
ObjectContentHandler(ContentHandler parent, String parentTag, String childTag)
          Create a handler to process the child elements of a parent element.
IgnoreContentHandler(ContentHandler parent)
          Create a handler that ignores content over a certain scope.
IgnoreContentHandler(ContentHandler parent, String namespaceURL, String localName, String qName)
          Create a handler that ignores content over a certain scope.
ChildContentHandler(ContentHandler parent)
           
 

Uses of ContentHandler in wt.projmgmt.msproject.mppobject
 

Classes in wt.projmgmt.msproject.mppobject that implement ContentHandler
 class MPPAssignmentBuilder
          A ContentHandler that builds a MPPAssignment from the data contained in a section of the document it is parsing.
 class MPPExtendedAttributeBuilder
          A ContentHandler that parses the values for an ExtendedAttribute element.
 class MPPObjectBuilder
          A ContentHandler that builds a MPPObject from the data contained in a section of the document it is parsing.
 class MPPPlanBuilder
          A ContentHandler that builds a MPPPlan from the data contained in a section of the document it is parsing.
 class MPPPredecessorLinkBuilder
          A ContentHandler that parses the values for an ExtendedAttribute element.
 class MPPResourceBuilder
          A ContentHandler that builds a MPPResource from the data contained in a section of the document it is parsing.
 class MPPTaskBuilder
          A ContentHandler that builds a MPPTask from the data contained in a section of the document it is parsing.
 

Constructors in wt.projmgmt.msproject.mppobject with parameters of type ContentHandler
MPPTaskBuilder(ContentHandler parent)
          Create a handler that builds a MPPTask from a particular portion of the document being scanned.
MPPTaskBuilder(ContentHandler parent, String localName)
          Create a handler that builds a MPPTask from a particular portion of the document being scanned.
MPPResourceBuilder(ContentHandler parent)
          Create a handler that builds a MPPResource from a particular portion of the document being scanned.
MPPResourceBuilder(ContentHandler parent, String localName)
          Create a handler that builds a MPPResource from a particular portion of the document being scanned.
MPPPredecessorLinkBuilder(ContentHandler parent)
          Create a handler that parses values for a PredecessorLink element.
MPPPlanBuilder(ContentHandler parent)
          Create a handler that builds a MPPPlan from a particular portion of the document being scanned.
MPPObjectBuilder(ContentHandler parent)
          Create a handler that builds a MPPObject from a particular portion of the document being scanned.
MPPObjectBuilder(ContentHandler parent, String localName)
          Create a handler that builds a MPPObject from a particular portion of the document being scanned.
MPPExtendedAttributeBuilder(ContentHandler parent)
          Create a handler that parses values for an ExtendedAttribute element.
MPPAssignmentBuilder(ContentHandler parent)
          Create a handler that builds a MPPAssignment from a particular portion of the document being scanned.
MPPAssignmentBuilder(ContentHandler parent, String localName)
          Create a handler that builds a MPPAssignment from a particular portion of the document being scanned.