Uses of Class
com.ctc.wstx.dtd.PrefixedNameSet
Packages that use PrefixedNameSet
Package
Description
Package that contains Woodstox classes that implement DTD handling.
-
Uses of PrefixedNameSet in com.ctc.wstx.dtd
Subclasses of PrefixedNameSet in com.ctc.wstx.dtdModifier and TypeClassDescriptionfinal class
Implementation ofPrefixedNameSet
suitable for storing large number of entries; basically anything above trivially small sets (4 or less).final class
PrefixedNameSet implementation suitable for storing small set of PrefixedName values (generally 8 or less).Fields in com.ctc.wstx.dtd declared as PrefixedNameSetModifier and TypeFieldDescription(package private) final PrefixedNameSet
ChoiceContentSpec.Validator.mNames
Methods in com.ctc.wstx.dtd that return PrefixedNameSetModifier and TypeMethodDescriptionprotected static PrefixedNameSet
ChoiceContentSpec.namesetFromSpecs
(boolean nsAware, ContentSpec[] specs) Constructors in com.ctc.wstx.dtd with parameters of type PrefixedNameSet