org.apache.ws.jaxme.impl

Class JMSAXMixedElementParser


public abstract class JMSAXMixedElementParser
extends JMSAXElementParser

A subclass of JMSAXElementParser for parsing complex elements.

Field Summary

Fields inherited from class org.apache.ws.jaxme.impl.JMSAXElementParser

result

Method Summary

void
addText(char[] pBuffer, int pOffset, int pLength)
Used for adding textual context.
protected abstract List
getContentList()
protected void
normalize()

Methods inherited from class org.apache.ws.jaxme.impl.JMSAXElementParser

addAttribute, getEndLevel, getHandler, getLocalName, getNamespaceURI, init, isAtomic, isEmpty, setAttributes

Methods inherited from class org.apache.ws.jaxme.impl.JMSAXGroupParser

addText, endElement, getHandler, isFinished, isMixed, startElement

Method Details

addText

public void addText(char[] pBuffer,
                    int pOffset,
                    int pLength)
Overrides:
addText in interface JMSAXGroupParser
Parameters:
pOffset - Offset into buffer, as specified by org.xml.sax.ContentHandler.characters(char[], int, int).

getContentList

protected abstract List getContentList()

normalize

protected void normalize()