Uses of Class
com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
-
Packages that use BIContent Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description java.util.List<BIContent>
BIElement. getContents()
Iterates all content-property declarations (except 'rest').
-