Package | Description |
---|---|
org.exolab.castor.mapping.xml |
Modifier and Type | Method and Description |
---|---|
Include[] |
MappingRoot.getInclude()
Method getInclude.Returns the contents of the collection in
an Array.
|
Include |
MappingRoot.getInclude(int index)
Method getInclude.
|
Include |
MappingRoot.removeIncludeAt(int index)
Method removeIncludeAt.
|
static Include |
Include.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends Include> |
MappingRoot.enumerateInclude()
Method enumerateInclude.
|
Iterator<? extends Include> |
MappingRoot.iterateInclude()
Method iterateInclude.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingRoot.addInclude(Include vInclude) |
void |
MappingRoot.addInclude(int index,
Include vInclude) |
boolean |
MappingRoot.removeInclude(Include vInclude)
Method removeInclude.
|
void |
MappingRoot.setInclude(Include[] vIncludeArray) |
void |
MappingRoot.setInclude(int index,
Include vInclude) |
Copyright © 2017. All rights reserved.