|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringArray | |
|---|---|
| org.jibx.binding.model | |
| org.jibx.util | |
| Uses of StringArray in org.jibx.binding.model |
|---|
| Fields in org.jibx.binding.model declared as StringArray | |
|---|---|
static StringArray |
NamespaceElement.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
NestingElementBase.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
StructureElementBase.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
TemplateElementBase.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
StringAttributes.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
NestingAttributes.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
StructureElement.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
StructureAttributes.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
BindingElement.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
MappingElementBase.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
CollectionElement.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
NameAttributes.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
ContainerElementBase.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
ObjectAttributes.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
IncludeElement.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
ValueElement.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
PropertyAttributes.s_allowedAttributes
Enumeration of allowed attribute names |
static StringArray |
FormatElement.s_allowedAttributes
Enumeration of allowed attribute names |
| Methods in org.jibx.binding.model with parameters of type StringArray | |
|---|---|
protected void |
ElementBase.validateAttributes(IUnmarshallingContext ictx,
StringArray attrs)
Validate attributes of element. |
| Uses of StringArray in org.jibx.util |
|---|
| Fields in org.jibx.util declared as StringArray | |
|---|---|
static StringArray |
StringArray.EMPTY_ARRAY
Empty array of strings. |
| Constructors in org.jibx.util with parameters of type StringArray | |
|---|---|
StringArray(String[] list,
StringArray base)
Constructor from array of values to be added to base instance. |
|
StringArray(String[] list,
StringArray array1,
StringArray array2)
Constructor from array of values to be added to pair of base instances. |
|
StringArray(String[] list,
StringArray array1,
StringArray array2,
StringArray array3)
Constructor from array of values to be added to three base instances. |
|
StringArray(String[] list,
StringArray array1,
StringArray array2,
StringArray array3,
StringArray array4)
Constructor from array of values to be added to four base instances. |
|
StringArray(StringArray array1,
StringArray array2)
Constructor from pair of base instances. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||