| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.impl.JMSAXGroupParserorg.apache.ws.jaxme.impl.JMSAXElementParserorg.apache.ws.jaxme.impl.JMSAXMixedElementParserpublic abstract class JMSAXMixedElementParserextends JMSAXElementParserJMSAXElementParser
for parsing complex elements.
Field Summary |
Fields inherited from class org.apache.ws.jaxme.impl.JMSAXElementParser | |
result | |
Method Summary | |
void |
|
protected abstract List | |
protected void | |
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 | |
public void addText(char[] pBuffer,
int pOffset,
int pLength)Used for adding textual context. Valid only, ifJMSAXGroupParser.isMixed()returns true.
- Overrides:
- addText in interface JMSAXGroupParser
- Parameters:
pOffset- Offset into buffer, as specified byorg.xml.sax.ContentHandler.characters(char[], int, int).
protected abstract List getContentList()
protected void normalize()