| Package | Description |
|---|---|
| org.jibx.binding.model | |
| org.jibx.util |
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
StructureAttributes.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
MappingElementBase.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
ContainerElementBase.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
IncludeElement.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
BindingElement.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
ValueElement.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
TemplateElementBase.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
StructureElementBase.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
StructureElement.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
StringAttributes.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
PropertyAttributes.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
ObjectAttributes.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
NestingElementBase.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
NestingAttributes.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
NamespaceElement.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
NameAttributes.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
FormatElement.s_allowedAttributes
Enumeration of allowed attribute names
|
static StringArray |
CollectionElement.s_allowedAttributes
Enumeration of allowed attribute names
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementBase.validateAttributes(org.jibx.runtime.IUnmarshallingContext ictx,
StringArray attrs)
Validate attributes of element.
|
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
StringArray.EMPTY_ARRAY
Empty array of strings.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2005–2016 jibx.org. All rights reserved.