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(java.lang.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
 java.util.Collection<BIElement> BindInfo.elements()
          Iterates all BIElements in a read-only set.