com.waveset.object
Class AttrParse.SkipToken

java.lang.Object
  extended bycom.waveset.object.AttrParse.AToken
      extended bycom.waveset.object.AttrParse.SkipToken
Enclosing class:
AttrParse

protected class AttrParse.SkipToken
extends AttrParse.AToken


Field Summary
 int _length
           
 
Constructor Summary
AttrParse.SkipToken(org.w3c.dom.Element e)
           
 
Method Summary
 void parse(ParseStringCharacterIterator cIter, java.util.Map map)
           
 void parseXml(org.w3c.dom.Element e)
           
 void toXml(java.lang.StringBuffer b, int indent)
           
 
Methods inherited from class com.waveset.object.AttrParse.AToken
toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_length

public int _length
Constructor Detail

AttrParse.SkipToken

public AttrParse.SkipToken(org.w3c.dom.Element e)
                    throws WavesetException
Method Detail

parseXml

public void parseXml(org.w3c.dom.Element e)
              throws WavesetException
Specified by:
parseXml in class AttrParse.AToken
Throws:
WavesetException

toXml

public void toXml(java.lang.StringBuffer b,
                  int indent)
Specified by:
toXml in class AttrParse.AToken

parse

public void parse(ParseStringCharacterIterator cIter,
                  java.util.Map map)
           throws WavesetException
Specified by:
parse in class AttrParse.AToken
Throws:
WavesetException