com.sun.msv.reader.trex.ng
Class DataParamState

java.lang.Object
  |
  +--com.sun.msv.reader.State
        |
        +--com.sun.msv.reader.SimpleState
              |
              +--com.sun.msv.reader.ChildlessState
                    |
                    +--com.sun.msv.reader.trex.ng.DataParamState
All Implemented Interfaces:
ContentHandler

public class DataParamState
extends ChildlessState

parses <param> element inside <data> element.

Author:
Kohsuke KAWAGUCHI

Fields inherited from class com.sun.msv.reader.State
reader
 
Constructor Summary
DataParamState()
           
 
Method Summary
 void characters(char[] buf, int from, int len)
           
 void ignorableWhitespace(char[] buf, int from, int len)
           
 
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, startElement
 
Methods inherited from class com.sun.msv.reader.State
endPrefixMapping, getBaseURI, getLocation, getStartTag, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataParamState

public DataParamState()
Method Detail

characters

public void characters(char[] buf,
                       int from,
                       int len)
Overrides:
characters in class State

ignorableWhitespace

public void ignorableWhitespace(char[] buf,
                                int from,
                                int len)
Overrides:
ignorableWhitespace in class State