Project 1

Package cscie259.project1.mf

Interface Summary
ContentHandler A simplified version of org.xml.sax.ContentHandler.
ErrorHandler A simplified version of org.xml.sax.ErrorHandler.
 

Class Summary
Attr A simplified, non-interface version of org.w3c.dom.Attr.
Attributes A simplified version of org.xml.sax.helpers.AttributesImpl.
DefaultHandler A simplified version of org.xml.sax.helpers.DefaultHandler.
Document A simplified, non-interface version of org.w3c.dom.Document.
DOMBuilder A simplified version of org.apache.xml.utils.DOMBuilder.
DOMWalker A class whose sole purpose in life is to walk your DOM.
Element A simplified, non-interface version of org.w3c.dom.Element.
Node A simplified version of org.w3c.dom.Node.
Tester A driver for testing your code.
Text A simplified, non-interface version of org.w3c.dom.Text.
XMLParser A simplified XML parser.
XMLSerializer A ContentHandler for SAX events that serializes (to an output stream) the events back into XML.
 


Project 1