com.servingxml.util.xml
Class ElementValueBuilder
java.lang.Object
com.servingxml.util.xml.ElementValueBuilder
- All Implemented Interfaces:
- Receiver
public class ElementValueBuilder
- extends java.lang.Object
- implements Receiver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementValueBuilder
public ElementValueBuilder(Name name)
getSymbol
public int getSymbol()
- Specified by:
getSymbol
in interface Receiver
bind
public void bind(ReceiverContext context)
- Specified by:
bind
in interface Receiver
startElement
public void startElement(ReceiverContext context)
- Specified by:
startElement
in interface Receiver
characters
public void characters(ReceiverContext context,
char[] ch,
int start,
int length)
- Specified by:
characters
in interface Receiver
childReceived
public void childReceived(int symbol)
- Specified by:
childReceived
in interface Receiver
endElement
public void endElement(ReceiverContext context)
- Specified by:
endElement
in interface Receiver
getString
public java.lang.String getString()
getName
public Name getName()
- Specified by:
getName
in interface Receiver
getAttributeValue
public java.lang.String getAttributeValue(int i)
- Specified by:
getAttributeValue
in interface Receiver