org.jext.xml
Class XMenuHandler

java.lang.Object
  extended by com.microstar.xml.HandlerBase
      extended by org.jext.xml.XMenuHandler
All Implemented Interfaces:
com.microstar.xml.XmlHandler

public class XMenuHandler
extends com.microstar.xml.HandlerBase


Constructor Summary
XMenuHandler(JextFrame parent)
           
 
Method Summary
 void attribute(java.lang.String aname, java.lang.String value, boolean isSpecified)
           
 void doctypeDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 void endDocument()
           
 void endElement(java.lang.String name)
           
protected  void finalize()
          Patch -> Memory management improvements : it may help the garbage collector.
 void startDocument()
           
 void startElement(java.lang.String name)
           
 
Methods inherited from class com.microstar.xml.HandlerBase
charData, endExternalEntity, error, ignorableWhitespace, processingInstruction, resolveEntity, startExternalEntity
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMenuHandler

public XMenuHandler(JextFrame parent)
Method Detail

attribute

public void attribute(java.lang.String aname,
                      java.lang.String value,
                      boolean isSpecified)
Specified by:
attribute in interface com.microstar.xml.XmlHandler
Overrides:
attribute in class com.microstar.xml.HandlerBase

doctypeDecl

public void doctypeDecl(java.lang.String name,
                        java.lang.String publicId,
                        java.lang.String systemId)
                 throws java.lang.Exception
Specified by:
doctypeDecl in interface com.microstar.xml.XmlHandler
Overrides:
doctypeDecl in class com.microstar.xml.HandlerBase
Throws:
java.lang.Exception

startElement

public void startElement(java.lang.String name)
Specified by:
startElement in interface com.microstar.xml.XmlHandler
Overrides:
startElement in class com.microstar.xml.HandlerBase

endElement

public void endElement(java.lang.String name)
Specified by:
endElement in interface com.microstar.xml.XmlHandler
Overrides:
endElement in class com.microstar.xml.HandlerBase

startDocument

public void startDocument()
Specified by:
startDocument in interface com.microstar.xml.XmlHandler
Overrides:
startDocument in class com.microstar.xml.HandlerBase

endDocument

public void endDocument()
Specified by:
endDocument in interface com.microstar.xml.XmlHandler
Overrides:
endDocument in class com.microstar.xml.HandlerBase

finalize

protected void finalize()
                 throws java.lang.Throwable
Patch -> Memory management improvements : it may help the garbage collector. -> Author : Julien Ponge (julien@izforge.com) -> Date : 23, May 2001

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable


Copyright ? 2002 Romain Guy.