| org.jibx.binding.def.IContainer
All known Subclasses: org.jibx.binding.def.BindingDefinition, org.jibx.binding.def.NestedBase,
IContainer | public interface IContainer (Code) | | Containing binding definitions structure interface. This interface is
implemented by components corresponding to elements in the binding definition
that can contain other elements. It supplies a context for resolving
reference to mappings, formats, or labeled structures, and for inherited
settings.
author: Dennis M. Sosnoski version: 1.0 |
getBindingRoot | public BindingDefinition getBindingRoot()(Code) | | Get root of binding definition.
binding definition root |
getDefinitionContext | public DefinitionContext getDefinitionContext()(Code) | | Get definition context for binding element.
binding definition context |
getStyleDefault | public int getStyleDefault()(Code) | | Get default style for value expression.
default style type for values |
isContentOrdered | public boolean isContentOrdered()(Code) | | Check if content children are ordered.
true if ordered, false if not |
|
|