Uses of Class
com.ctc.wstx.util.InternCache
-
Packages that use InternCache Package Description com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of InternCache in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as InternCache Modifier and Type Field Description protected static InternCache
AttributeCollector. sInternCache
-
Uses of InternCache in com.ctc.wstx.util
Methods in com.ctc.wstx.util that return InternCache Modifier and Type Method Description static InternCache
InternCache. getInstance()
-