The methods startElement, characters, and endElement
are called in sequence as they are for normal sax content handlers.
An element handler corresponds to a specific element in a schema. A handler must return a child handler for each valid child element of its corresponding element.
@see org.xml.sax.ContentHandler @author Justin Deoliveira,Refractions Research Inc.,jdeolive@refractions.net @source $URL$
|
|