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

/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIAttribute.java37 public class BIAttribute class
44 BIAttribute( BIElement _parent, Element _e ) { method in class:BIAttribute
H A DBIElement.java77 BIAttribute a = new BIAttribute( this, atr );
151 private final Map<String,BIAttribute> attributes = new HashMap<String,BIAttribute>();
258 public BIAttribute attribute( String name ) {
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java53 import com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIAttribute;
307 BIAttribute decl=null;

Completed in 1158 milliseconds