|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IeNode | |
com.infoengine.object | |
com.infoengine.object.factory | |
com.infoengine.object.util | |
com.infoengine.procunit.template | |
com.infoengine.procunit.webject | |
com.infoengine.webject.grp |
Uses of IeNode in com.infoengine.object |
Methods in com.infoengine.object that return IeNode | |
IeNode |
IeNode.getNode(String name)
Returns a child node by name. |
IeNode |
IeGroup.firstNode()
Returns the first node contained in the group. |
IeNode |
IeGroup.getNode(String name)
Returns a node by name. |
IeNode |
IeGroup.getNodeAt(int index)
Returns the node located at a specified index. |
IeNode |
IeGroup.lastNode()
Returns the last node contained in the group. |
Methods in com.infoengine.object with parameters of type IeNode | |
void |
IeNode.addNode(IeNode node)
Adds a child node to the node. |
void |
IeNode.removeNode(IeNode node)
Removes a specified child node from the node. |
void |
IeGroup.addNode(IeNode node)
Adds a node to the group. |
void |
IeGroup.removeNode(IeNode node)
Removes a specified node from the group. |
void |
IeGroup.setNodeAt(IeNode node,
int index)
Sets the node at a specified index. |
Uses of IeNode in com.infoengine.object.factory |
Fields in com.infoengine.object.factory declared as IeNode | |
private IeNode |
Webject.myNode
|
private IeNode |
Element.myNode
|
Methods in com.infoengine.object.factory that return IeNode | |
protected static IeNode |
Webject.newStructure()
Returns a new webject structure. |
IeNode |
Webject.getNode()
Returns the internal IeNode object of this webject. |
protected static IeNode |
Element.newStructure(String name,
Att attribute)
Builds a new element structure with a specific name and value. |
protected static IeNode |
Element.newStructure(String name)
Builds a new element structure with a specific name and no initial value. |
protected static IeNode |
Element.newStructure()
Builds a new element structure with no initial name or value. |
IeNode |
Element.getNode()
Returns the element's internal node structure. |
Methods in com.infoengine.object.factory with parameters of type IeNode | |
protected void |
Webject.setNode(IeNode node)
Sets the internal IeNode object of this webject. |
protected void |
Element.setNode(IeNode node)
Sets the element's internal node structure. |
Constructors in com.infoengine.object.factory with parameters of type IeNode | |
Webject(IeNode node)
Constructs a webject wrapper around an existing set of parameters. |
|
Element(IeNode node)
Constructs an element that wraps an existing IeNode. |
Uses of IeNode in com.infoengine.object.util |
Methods in com.infoengine.object.util with parameters of type IeNode | |
static void |
Structure.getChildNodesWithMetaValue(IeNode o,
String name,
String value,
Vector output)
|
Uses of IeNode in com.infoengine.procunit.template |
Methods in com.infoengine.procunit.template that return IeNode | |
IeNode |
htmlStreamTokenizer.nextNode()
|
Methods in com.infoengine.procunit.template with parameters of type IeNode | |
private boolean |
TemplateProcessorImpl.processWebject(IeNode node)
|
Uses of IeNode in com.infoengine.procunit.webject |
Methods in com.infoengine.procunit.webject that return IeNode | |
IeNode |
htmlWebjectTokenizer.nextElement(String ename)
|
Methods in com.infoengine.procunit.webject with parameters of type IeNode | |
Webject |
parseWebject2x.parseWebject(IeNode node)
|
Uses of IeNode in com.infoengine.webject.grp |
Methods in com.infoengine.webject.grp with parameters of type IeNode | |
private AttributeTypeIdentifier[] |
AddDescriptors._getTargetAttributes(IeNode node,
Webject webject)
Extracts the target attributes from the ATTRIBUTES param |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |