Package | Description |
---|---|
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
Modifier and Type | Method and Description |
---|---|
BindInfo |
BGMBuilder.getBindInfo(com.sun.xml.xsom.XSComponent schemaComponent)
Gets the BindInfo object associated to a schema component.
|
BindInfo |
BGMBuilder.getOrCreateBindInfo(com.sun.xml.xsom.XSComponent schemaComponent)
Gets or creates the BindInfo object associated to a schema component.
|
Modifier and Type | Field and Description |
---|---|
static BindInfo |
BindInfo.empty
An instance with the empty contents.
|
Modifier and Type | Method and Description |
---|---|
void |
BindInfo.absorb(BindInfo bi)
Merges all the declarations inside the given BindInfo
to this BindInfo.
|
void |
BIGlobalBinding.setParent(BindInfo parent) |
void |
BIEnum.setParent(BindInfo p) |
void |
BIDeclaration.setParent(BindInfo parent)
Sets the parent BindInfo object of this declaration.
|
void |
BIClass.setParent(BindInfo p) |
void |
BIProperty.setParent(BindInfo parent) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.