Uses of Class
com.sun.tools.xjc.model.CPluginCustomization

Packages that use CPluginCustomization
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
 

Uses of CPluginCustomization in com.sun.tools.xjc.model
 

Methods in com.sun.tools.xjc.model that return CPluginCustomization
 CPluginCustomization CCustomizations.find(java.lang.String nsUri)
          Finds the first CPluginCustomization that belongs to the given namespace URI.
 CPluginCustomization CCustomizations.find(java.lang.String nsUri, java.lang.String localName)
          Finds the first CPluginCustomization that belongs to the given namespace URI and the local name.
 

Constructor parameters in com.sun.tools.xjc.model with type arguments of type CPluginCustomization
CCustomizations(java.util.Collection<? extends CPluginCustomization> cPluginCustomizations)