Method Summary |
|
Collection<BIDeclaration> | getChildren() Gets child
BIDeclaration s if any.
can be empty but always non-null. |
Locator | getLocation() Gets the source location where this declaration was written. |
QName | getName() Gets the name of this binding declaration,
which is the same as the tag name of the binding element. |
boolean | isAcknowledged() Checks if this declaration was acknowledged. |
void | markAsAcknowledged() Marks this declaration to be acknowledged -- either actually
used or the existence is admitted (for example when
a property customization is given at the point of definition.)
Declarations that are not acknowledged will be considered
as an error. |
void | onSetOwner() Called when the parent
BindInfo got its owner set. |
void | setParent(BindInfo parent) Sets the parent BindInfo object of this declaration.
A declaration object can use this pointer to access
context information, such as other customizations.
This method can be only called from
BindInfo ,
and only once. |