org.apache.ws.jaxme.xs.parser.impl
Class TextSetterImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.parser.impl.TextSetterImpl
All Implemented Interfaces:
TextSetter

public class TextSetterImpl
extends java.lang.Object
implements TextSetter

Author:
Jochen Wiedmann

Constructor Summary
TextSetterImpl()
           
 
Method Summary
 void addText(java.lang.String pText)
          Called for any ContentHandler.characters(char[], int, int) event.
protected  XSContext getData()
           
protected  boolean isIgnorable(java.lang.String pText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSetterImpl

public TextSetterImpl()
Method Detail

getData

protected XSContext getData()

isIgnorable

protected boolean isIgnorable(java.lang.String pText)

addText

public void addText(java.lang.String pText)
             throws org.xml.sax.SAXException
Description copied from interface: TextSetter

Called for any ContentHandler.characters(char[], int, int) event. Note, that this implies in particular, that the method may be called multiple times, even for a single block of text.

Specified by:
addText in interface TextSetter
Parameters:
pText - The text being set.
Throws:
org.xml.sax.SAXException