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
 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
 java.util.List<BIContent> BIElement.getContents()
          Iterates all content-property declarations (except 'rest').