org.jext.xml
Class OneClickActionsHandler
java.lang.Object
com.microstar.xml.HandlerBase
org.jext.xml.OneClickActionsHandler
- All Implemented Interfaces:
- com.microstar.xml.XmlHandler
public class OneClickActionsHandler
- extends com.microstar.xml.HandlerBase
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 |
endElement(java.lang.String name)
|
Methods inherited from class com.microstar.xml.HandlerBase |
charData, endDocument, endExternalEntity, error, ignorableWhitespace, processingInstruction, resolveEntity, startDocument, startElement, startExternalEntity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OneClickActionsHandler
public OneClickActionsHandler()
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
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
Copyright ? 2002 Romain Guy.