Uses of Package
com.ctc.wstx.ent

Packages that use com.ctc.wstx.ent
com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*). 
com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. 
com.ctc.wstx.ent Package contains internal entity object implementations, which are used by stream reader classes, but parsed by dtd functionality. 
com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such. 
 

Classes in com.ctc.wstx.ent used by com.ctc.wstx.api
EntityDecl
          Abstract base class for various entity declarations DTD reader has parsed from DTD subsets.
 

Classes in com.ctc.wstx.ent used by com.ctc.wstx.dtd
EntityDecl
          Abstract base class for various entity declarations DTD reader has parsed from DTD subsets.
 

Classes in com.ctc.wstx.ent used by com.ctc.wstx.ent
EntityDecl
          Abstract base class for various entity declarations DTD reader has parsed from DTD subsets.
ExtEntity
           
IntEntity
           
 

Classes in com.ctc.wstx.ent used by com.ctc.wstx.sr
EntityDecl
          Abstract base class for various entity declarations DTD reader has parsed from DTD subsets.
 



Copyright © 2011 Codehaus. All Rights Reserved.