|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Methods in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type BIElement | |
|---|---|
(package private) static BIContent |
BIContent.create(org.w3c.dom.Element e,
BIElement _parent)
Creates an appropriate subclass of BIContent by sniffing the tag name. |
(package private) static BIEnumeration |
BIEnumeration.create(org.w3c.dom.Element dom,
BIElement parent)
Creates an element-local enumeration declaration. |
| Constructors in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type BIElement | |
|---|---|
BIAttribute(BIElement _parent,
org.w3c.dom.Element _e)
Wraps a given <attribute> element. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||