Uses of Class
com.ctc.wstx.dtd.PrefixedNameSet

Packages that use PrefixedNameSet
com.ctc.wstx.dtd   
 

Uses of PrefixedNameSet in com.ctc.wstx.dtd
 

Subclasses of PrefixedNameSet in com.ctc.wstx.dtd
 class LargePrefixedNameSet
          Implementation of PrefixedNameSet suitable for storing large number of entries; basically anything above trivially small sets (4 or less).
 class SmallPrefixedNameSet
          PrefixedNameSet implementation suitable for storing small set of PrefixedName values (generally 8 or less).
 

Methods in com.ctc.wstx.dtd that return PrefixedNameSet
protected static PrefixedNameSet ChoiceContentSpec.namesetFromSpecs(boolean nsAware, ContentSpec[] specs)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.