Uses of Class
com.ctc.wstx.sr.TypedStreamReader

Packages that use TypedStreamReader
com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such. 
 

Uses of TypedStreamReader in com.ctc.wstx.sr
 

Subclasses of TypedStreamReader in com.ctc.wstx.sr
 class ValidatingStreamReader
          Implementation of XMLStreamReader2 that builds on TypedStreamReader and adds full DTD-handling including DTD validation
 

Methods in com.ctc.wstx.sr that return TypedStreamReader
static TypedStreamReader TypedStreamReader.createStreamReader(BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputBootstrapper bs, boolean forER)
          Factory method for constructing readers.
 



Copyright © 2011 Codehaus. All Rights Reserved.