Searched refs:bindInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java145 bindInfo = new BindInfo(model,_bindInfo, this.errorReceiver);
158 final BindInfo bindInfo; field in class:TDTDReader
190 model.serialVersionUID = bindInfo.getSerialVersionUID();
193 model.rootClass = bindInfo.getSuperClass();
194 model.rootInterface = bindInfo.getSuperInterface();
214 for( BIInterface decl : bindInfo.interfaces() ) {
216 bindInfo.getTargetPackage(), decl.name(), copyLocator() );
263 return bindInfo.getTargetPackage();
276 for( BIElement decl: bindInfo.elements() ) {
306 BIElement edecl = bindInfo
[all...]
H A DElement.java168 BIElement e = owner.bindInfo.element(name);
189 BIElement e = owner.bindInfo.element(name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java415 BindInfo bindInfo = builder.getBindInfo(complexType);
416 BIClass biClass = bindInfo.get(BIClass.class);
430 BindInfo bindInfo = builder.getBindInfo(component);
432 decl = bindInfo.get(BIClass.class);
459 return new CClassRef(model, component, decl, bindInfo.toCustomizationList() );
503 bindInfo.toCustomizationList(), decl.getLocation() );
515 clsName, decl.getLocation(), typeName, elementName, component, bindInfo.toCustomizationList() );

Completed in 32 milliseconds