Uses of Class
com.ctc.wstx.ent.IntEntity
-
Packages that use IntEntity Package Description 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. -
-
Uses of IntEntity in com.ctc.wstx.ent
Methods in com.ctc.wstx.ent that return IntEntity Modifier and Type Method Description static IntEntity
IntEntity. create(java.lang.String id, char[] val)
static IntEntity
IntEntity. create(java.lang.String id, java.lang.String repl)
-
Uses of IntEntity in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr with type parameters of type IntEntity Modifier and Type Field Description protected java.util.Map<java.lang.String,IntEntity>
StreamScanner. mCachedEntities
Cache of internal character entities;
-