Searched refs:CPluginCustomization (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCPluginCustomization.java38 public class CPluginCustomization { class
64 * {@link CPluginCustomization}s that are not marked will be
72 public CPluginCustomization(Element element, Locator locator) { method in class:CPluginCustomization
H A DCCustomizations.java34 * Represents the list of {@link CPluginCustomization}s attached to a JAXB model component.
39 * available as DOM nodes through {@link CPluginCustomization}. A {@link Plugin} can then access
44 public final class CCustomizations extends ArrayList<CPluginCustomization> {
50 * @see CPluginCustomization#markAsAcknowledged()
63 public CCustomizations(Collection<? extends CPluginCustomization> cPluginCustomizations) {
91 * Finds the first {@link CPluginCustomization} that belongs to the given namespace URI.
94 public CPluginCustomization find( String nsUri ) {
95 for (CPluginCustomization p : this) {
103 * Finds the first {@link CPluginCustomization} that belongs to the given namespace URI and the local name.
106 public CPluginCustomization fin
[all...]
H A DModel.java293 for (CPluginCustomization p : c) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/code_injector/
H A DPluginImpl.java33 import com.sun.tools.internal.xjc.model.CPluginCustomization;
67 CPluginCustomization c = co.target.getCustomizations().find(Const.NS,"code");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DPlugin.java33 import com.sun.tools.internal.xjc.model.CPluginCustomization;
150 * {@link #run} method before using any {@link CPluginCustomization}, to make sure that it
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBindInfo.java48 import com.sun.tools.internal.xjc.model.CPluginCustomization;
250 * Gets the list of top-level {@link CPluginCustomization}s.
259 r.add(new CPluginCustomization(e, DOMLocator.getLocationInfo(e)));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBindInfo.java51 import com.sun.tools.internal.xjc.model.CPluginCustomization;
285 * Gets the list of {@link CPluginCustomization}s from this.
301 r.add(new CPluginCustomization(pc.element,pc.getLocation()));

Completed in 149 milliseconds