Package | Description |
---|---|
org.nrg.xft.schema | |
org.nrg.xft.schema.design | |
org.nrg.xft.schema.Wrappers.GenericWrapper |
Modifier and Type | Class and Description |
---|---|
class |
XFTDataField |
class |
XFTReferenceField |
Modifier and Type | Method and Description |
---|---|
static XFTField |
XFTField.AddField(Node node,
String header,
XFTNode parent,
String prefix,
XFTSchema s)
Returns one created XFTField or null.
|
static XFTField |
XFTField.AddField(Node node,
String header,
XFTNode parent,
String prefix,
XFTSchema s,
boolean allowMaxOccursElement)
Returns one created XFTField or null.
|
XFTField |
XFTReferenceField.clone(XFTElement e,
boolean accessLayers) |
abstract XFTField |
XFTField.clone(XFTElement s,
boolean accessLayers) |
XFTField |
XFTDataField.clone(XFTElement e,
boolean accessLayers) |
Modifier and Type | Method and Description |
---|---|
void |
XFTField.addChildField(XFTField xf)
Inserts the XFTField into this field's collection of children.
|
void |
XFTElement.addField(XFTField xf)
puts the XFTField into the hashtable of fields and sets this element as the Field's parent.
|
Modifier and Type | Field and Description |
---|---|
protected XFTField |
XFTFieldWrapper.wrapped |
Modifier and Type | Method and Description |
---|---|
XFTField |
XFTFieldWrapper.getWrapped()
Get wrapped field
|
Modifier and Type | Method and Description |
---|---|
void |
XFTFieldWrapper.loadElement(XFTField xe)
Set wrapped field.
|
void |
XFTFieldWrapper.setWrapped(XFTField element)
Set wrapped field
|
XFTFieldWrapper |
XFTFactoryI.wrapField(XFTField xe) |
XFTFieldWrapper |
XFTFactory.wrapField(XFTField xe) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GenericWrapperField.IsLeafNode(XFTField xf)
if the field is a XFTDataField with a defined XMLType or a field with no children
(including attributes).
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.