Uses of Class
com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
-
Packages that use BIElement Package Description 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 Modifier and Type Field Description protected BIElement
BIContent. parent
The parent object.Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return BIElement Modifier and Type Method Description 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 Modifier and Type Method Description Collection<BIElement>
BindInfo. elements()
Iterates allBIElement
s in a read-only set.
-