Uses of Class
com.sun.tools.xjc.reader.dtd.bindinfo.BIElement

Packages that use BIElement
com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information. 
 

Uses of BIElement in com.sun.tools.xjc.reader.dtd.bindinfo
 

Fields in com.sun.tools.xjc.reader.dtd.bindinfo declared as BIElement
protected  BIElement BIContent.parent
          The parent object.
 

Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return BIElement
 BIElement BindInfo.element(String name)
          Gets the element declaration from the binding info.
 

Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return types with arguments of type BIElement
 Collection<BIElement> BindInfo.elements()
          Iterates all BIElements in a read-only set.
 

Methods in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type BIElement
(package private) static BIContent BIContent.create(Element e, BIElement _parent)
          Creates an appropriate subclass of BIContent by sniffing the tag name.
(package private) static BIEnumeration BIEnumeration.create(Element dom, BIElement parent)
          Creates an element-local enumeration declaration.
 

Constructors in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type BIElement
BIAttribute(BIElement _parent, Element _e)
          Wraps a given <attribute> element.