org.jext.xml
Class PyActionsHandler
java.lang.Object
com.microstar.xml.HandlerBase
org.jext.xml.PyActionsHandler
- All Implemented Interfaces:
- com.microstar.xml.XmlHandler
public class PyActionsHandler
- extends com.microstar.xml.HandlerBase
Method Summary |
void |
attribute(java.lang.String aname,
java.lang.String value,
boolean isSpecified)
|
void |
charData(char[] c,
int off,
int len)
|
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 |
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 |
PyActionsHandler
public PyActionsHandler()
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
charData
public void charData(char[] c,
int off,
int len)
- Specified by:
charData
in interface com.microstar.xml.XmlHandler
- Overrides:
charData
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
Copyright ? 2002 Romain Guy.