Searched refs:BindInfo (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIDeclaration.java49 * Sets the parent BindInfo object of this declaration.
54 * This method can be only called from {@link BindInfo},
59 void setParent( BindInfo parent );
91 * Called when the parent {@link BindInfo} got its owner set.
H A DAnnotationParserFactoryImpl.java70 private Unmarshaller u = BindInfo.getJAXBContext().createUnmarshaller();
103 validator = BindInfo.bindingFileSchema.newValidator();
122 public BindInfo getResult( Object existing ) {
129 BindInfo result = (BindInfo)handler.getResult();
132 BindInfo bie = (BindInfo)existing;
H A DAbstractDeclarationImpl.java59 protected BindInfo parent;
60 public void setParent(BindInfo p) { this.parent=p; }
H A DBindInfo.java74 public final class BindInfo implements Iterable<BIDeclaration> { class in inherits:Iterable
88 * Returns true if this {@link BindInfo} doesn't contain any useful
91 * This flag is used to discard unused {@link BindInfo}s early to save memory footprint.
127 public void addTo(BindInfo bi) {
161 * If this BindInfo is generated internally by XJC, then
261 * Merges all the declarations inside the given BindInfo
262 * to this BindInfo.
264 public void absorb( BindInfo bi ) {
309 public final static BindInfo empty = new BindInfo();
[all...]
H A DBIClass.java121 public void setParent(BindInfo p) {
H A DBIEnum.java95 public void setParent(BindInfo p) {
H A DBIGlobalBinding.java396 public void setParent(BindInfo parent) {
H A DBIProperty.java148 public void setParent( BindInfo parent ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBGMBuilder.java56 import com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BindInfo;
181 BindInfo bi = getBindInfo(s);
211 BindInfo big = new BindInfo();
313 BindInfo bi = getBindInfo(schema);
363 * Gets or creates the BindInfo object associated to a schema component.
366 * Always return a non-null valid BindInfo object.
368 * a new BindInfo so that new decls can be added.
370 public BindInfo getOrCreateBindInfo( XSComponent schemaComponent ) {
372 BindInfo b
[all...]
H A DDefaultClassBinder.java49 import com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BindInfo;
114 BindInfo bi = builder.getBindInfo(type);
415 BindInfo bindInfo = builder.getBindInfo(complexType);
430 BindInfo bindInfo = builder.getBindInfo(component);
H A DSimpleTypeBuilder.java62 import com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BindInfo;
186 BindInfo info = builder.getBindInfo(getReferer());
218 BindInfo info = builder.getBindInfo(top);
264 BindInfo info = builder.getBindInfo(getReferer());
332 BindInfo info = builder.getBindInfo(type);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DSCDBasedBindingSet.java41 import com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BindInfo;
174 BindInfo bi = (BindInfo)ann.getAnnotation();
176 bi = new BindInfo();
220 UnmarshallerImpl u = BindInfo.getJAXBContext().createUnmarshaller();
222 ValidatorHandler v = BindInfo.bindingFileSchema.newValidator();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIElement.java51 * Should be created only from {@link BindInfo}.
53 BIElement( BindInfo bi, Element _e ) {
122 /** The parent {@link BindInfo} object to which this object belongs. */
123 final BindInfo parent;
H A DBindInfo.java64 public class BindInfo class
78 public BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver) throws AbortException { method in class:BindInfo
82 public BindInfo(Model model, Document _dom, ErrorReceiver _errorReceiver) { method in class:BindInfo
290 private static SchemaCache bindingFileSchema = new SchemaCache(BindInfo.class.getResource("bindingfile.xsd"));
H A DBIUserConversion.java67 BIUserConversion( BindInfo bi, Element _e ) {
77 static void addBuiltinConversions( BindInfo bi, Map<String,BIConversion> m ) {
103 /** The owner {@link BindInfo} object to which this object belongs. */
104 private final BindInfo owner;
H A DBIEnumeration.java66 static BIEnumeration create( Element dom, BindInfo parent ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java56 import com.sun.tools.internal.xjc.reader.dtd.bindinfo.BindInfo;
145 bindInfo = new BindInfo(model,_bindInfo, this.errorReceiver);
158 final BindInfo bindInfo;

Completed in 48 milliseconds