| java.lang.Object org.gomba.utils.xml.ContentHandlerUtils
ContentHandlerUtils | final public class ContentHandlerUtils (Code) | | Utility class to generate SAX events using a ContentHandler .
author: Flavio Tordini version: $Id: ContentHandlerUtils.java,v 1.1.1.1 2004/06/16 13:15:12 flaviotordini Exp $ |
DUMMY_NSU | final public static String DUMMY_NSU(Code) | | Empty namespace URI.
|
tag | public static void tag(ContentHandler handler, String tagName, String text, Attributes atts, String nsu) throws SAXException(Code) | | Create SAX events for an element that has not any child.
Parameters: handler - The SAX ContentHandler Parameters: tagName - the name of the element Parameters: text - the element body Parameters: atts - the element attributes Parameters: nsu - the namespace URI |
|
|