Searched defs:BindInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
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"));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
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...]

Completed in 31 milliseconds