Package | Description |
---|---|
org.nrg.xft.schema | |
org.nrg.xft.schema.design |
Modifier and Type | Class and Description |
---|---|
class |
XFTDataField |
class |
XFTElement |
class |
XFTField |
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.
|
static Hashtable |
XFTField.GetFields(Node node,
String header,
XFTNode parent,
String prefix,
XFTSchema s)
Searches the XML DOM Node for elements and attributes to turn into XFTFields.
|
static Hashtable |
XFTField.HandleComplexType(Node node,
String header,
XFTNode parent,
String prefix,
XFTSchema s)
Returns a hashtable of XFTFields (key=XFTField.getName(),value=XFTField)
Checks for child nodes of type complexType, element, attribute, sequence, choice, all, group, simpleContent, attributeGroup. |
Constructor and Description |
---|
XFTDataField(Node node,
String header,
String prefix,
XFTSchema s,
XFTNode parent)
Used to construct and populate a Data Field from the supplied node.
|
Modifier and Type | Method and Description |
---|---|
XFTNode |
XFTNode.getParent()
Gets the XDATNode referenced as the parent.
|
Modifier and Type | Method and Description |
---|---|
void |
XFTNode.setParent(XFTNode element)
Sets the parent for this node.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.