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

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

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

Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return BIContent
(package private) static BIContent BIContent.create(Element e, BIElement _parent)
          Creates an appropriate subclass of BIContent by sniffing the tag name.
 BIContent BIElement.getRest()
          Gets the 'rest' content-property declaration, if any.
 

Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return types with arguments of type BIContent
 List<BIContent> BIElement.getContents()
          Iterates all content-property declarations (except 'rest').