Operation |
Details |
public append( String str):void |
Sequential Notes: | Appends something to the result. | |
public content( String uri, String localName, String name, String content):void |
Sequential Tags: | annotations=@Override throws=SAXException
| |
public endElement( String uri, String localName, String name):void |
Sequential Tags: | annotations=@Override throws=SAXException
| |
public escape( String input):String |
Sequential Notes: | Returns an XML-escaped String that can be used for writing an XML. @return The XML-escaped string | |
public getResult():String |
Sequential |
public getResultLength():int |
Sequential |
public processingInstruction( String name, String params):void |
Sequential Tags: | annotations=@Override throws=SAXException
| |
public startElement( String uri, String localName, String name, Attributes attributes):void |
Sequential Tags: | annotations=@Override throws=SAXException
| |