sidekick
Class SideKickTree.MyHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended bysidekick.SideKickTree.MyHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
Enclosing class:
SideKickTree

class SideKickTree.MyHandler
extends org.xml.sax.helpers.DefaultHandler

Class to be used as Handler when parsing the clipboard contents that are to be pasted using treeview's paste command from context menu

Title:

Description:

Copyright: Copyright (c) 2004

Company:


Constructor Summary
(package private) SideKickTree.MyHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
           
 void warning(org.xml.sax.SAXParseException e)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SideKickTree.MyHandler

SideKickTree.MyHandler()
Method Detail

error

public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXParseException
Throws:
org.xml.sax.SAXParseException

warning

public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXParseException
Throws:
org.xml.sax.SAXParseException