public class XInsertHandler
extends com.microstar.xml.HandlerBase
Constructor and Description |
---|
XInsertHandler(XTree tree) |
Modifier and Type | Method and Description |
---|---|
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) |
protected void |
finalize()
Patch
-> Memory management improvements : it may help the garbage collector.
|
void |
startDocument() |
void |
startElement(java.lang.String name) |
public XInsertHandler(XTree tree)
public void attribute(java.lang.String aname, java.lang.String value, boolean isSpecified)
attribute
in interface com.microstar.xml.XmlHandler
attribute
in class com.microstar.xml.HandlerBase
public void doctypeDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId) throws java.lang.Exception
doctypeDecl
in interface com.microstar.xml.XmlHandler
doctypeDecl
in class com.microstar.xml.HandlerBase
java.lang.Exception
public void charData(char[] c, int off, int len)
charData
in interface com.microstar.xml.XmlHandler
charData
in class com.microstar.xml.HandlerBase
public void startElement(java.lang.String name)
startElement
in interface com.microstar.xml.XmlHandler
startElement
in class com.microstar.xml.HandlerBase
public void endElement(java.lang.String name)
endElement
in interface com.microstar.xml.XmlHandler
endElement
in class com.microstar.xml.HandlerBase
public void startDocument()
startDocument
in interface com.microstar.xml.XmlHandler
startDocument
in class com.microstar.xml.HandlerBase
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Copyright ? 2002 Romain Guy.