|
|||||||||
| Home >> All >> com >> aendvari >> common >> model >> [ xalan overview ] | PREV NEXT | ||||||||
A
- appendChild(ModelNode) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Adds the node
newChildto the end of the list of children of this node.
C
- com.aendvari.common.model.xalan - package com.aendvari.common.model.xalan
- createModelTree() - Method in class com.aendvari.common.model.xalan.XalanModelTreeFactory
- Creates a new instance of a com.aendvari.common.model.ModelTree.
- createNode(String) - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Creates a com.aendvari.common.model.ModelNode object.
- createNode(String, String) - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Creates a com.aendvari.common.model.ModelNode object with the supplied value.
- createTree() - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Creates a new com.aendvari.common.model.ModelTree object.
- createXPathObjects() - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Creates objects for performing XPath queries.
G
- getAttribute(String) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns the string value of the specified attribute.
- getAttributes() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns the attributes of this node.
- getChildNodes() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns a
Listof com.aendvari.common.model.ModelNode's using the path provided. - getFirstChild() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- The first child of this node.
- getLastChild() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- The last child of this node.
- getModelTree() - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Returns the internal XML org.w3c.dom.Document object wrapped by this com.aendvari.common.model.ModelTree.
- getNextSibling() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- The node immediately following this node.
- getNode(ModelNode, String) - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Returns the com.aendvari.common.model.ModelNode using the path provided.
- getNodeName() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns the name of this node.
- getNodePath() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns a string representation of the node's position in the hierarchy.
- getNodeValue() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns the value of the node.
- getNodes(ModelNode, String) - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Returns a
Listof com.aendvari.common.model.ModelNode's using the path provided. - getOwnerModelTree() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns the instance of
ModelTreefrom which the com.aendvari.common.model.ModelNode is within. - getParentNode() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- The parent of this node.
- getPreviousSibling() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- The node immediately preceding this node.
- getRootNode() - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Returns the com.aendvari.common.model.ModelNode of the DOM model space.
- getTextValue() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns the text within the node.
- getXmlNode() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns the internal XML org.w3c.dom.Node object wrapped by this com.aendvari.common.model.ModelNode.
H
- hasChildNodes() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Returns whether this node has any children.
I
- insertBefore(ModelNode, ModelNode) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Inserts the node
newChildbefore the existing child noderefChild.
L
- loadFromFile(String) - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Replaces the current com.aendvari.common.model.ModelTree with the given XML.
- loadFromStream(InputStream) - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Replaces the current com.aendvari.common.model.ModelTree with the given XML stream.
M
- modelNode - Variable in class com.aendvari.common.model.xalan.XalanModelNode
- The DOM node
- modelTreeDocument - Variable in class com.aendvari.common.model.xalan.XalanModelTree
- The document that represents the model tree
- modelValue - Variable in class com.aendvari.common.model.xalan.XalanModelNode
- The node value.
- modified - Variable in class com.aendvari.common.model.xalan.XalanModelTree
- Tracks whether the XML DOM has been modified.
O
- owner - Variable in class com.aendvari.common.model.xalan.XalanModelNode
- The owning model tree.
R
- removeChild(ModelNode) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Removes the child node indicated by
oldChildfrom the list of children, and returns it. - replaceChild(ModelNode, ModelNode) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Replaces the child node
oldChildwithnewChild, and returns theoldChildnode.
S
- setAttribute(String, String) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Sets the string value of the attribute.
- setModelTree(Document) - Method in class com.aendvari.common.model.xalan.XalanModelTree
- Sets the internal XML org.w3c.dom.Document object wrapped by this com.aendvari.common.model.ModelTree.
- setModified() - Method in class com.aendvari.common.model.xalan.XalanModelTree
- States that the XML DOM has been modified.
- setNodeValue(String) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Sets the value of the node.
- setXmlNode(Node) - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Sets the internal XML org.w3c.dom.Node object wrapped by this com.aendvari.common.model.ModelNode.
- setXmlValue() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Caches the value of the XML org.w3c.dom.Node, if any.
T
- toString() - Method in class com.aendvari.common.model.xalan.XalanModelNode
- Display the string value of the node.
X
- XalanModelNode - class com.aendvari.common.model.xalan.XalanModelNode.
- A Xalan XML implementation of the com.aendvari.common.model.ModelNode interface.
- XalanModelNode(XalanModelTree) - Constructor for class com.aendvari.common.model.xalan.XalanModelNode
- Constructs a
XalanModelNodeinstance. - XalanModelNode(XalanModelTree, Node) - Constructor for class com.aendvari.common.model.xalan.XalanModelNode
- Constructs a
XalanModelNodeinstance wrapping the supplied org.w3c.dom.Node. - XalanModelNode(XalanModelTree, String) - Constructor for class com.aendvari.common.model.xalan.XalanModelNode
- This is used in XalanModelTree::getNode()
- XalanModelTree - class com.aendvari.common.model.xalan.XalanModelTree.
- A Xalan XML implementation of the com.aendvari.common.model.ModelNode interface.
- XalanModelTree() - Constructor for class com.aendvari.common.model.xalan.XalanModelTree
- Constructs a
XalanModelTreeinstance. - XalanModelTree(Document) - Constructor for class com.aendvari.common.model.xalan.XalanModelTree
- Constructs a
XalanModelNodeinstance wrapping the supplied org.w3c.dom.Document. - XalanModelTreeFactory - class com.aendvari.common.model.xalan.XalanModelTreeFactory.
- Implements the com.aendvari.common.model.ModelTreeFactory interface to create a XalanModelTree instance.
- XalanModelTreeFactory() - Constructor for class com.aendvari.common.model.xalan.XalanModelTreeFactory
- xpath - Variable in class com.aendvari.common.model.xalan.XalanModelTree
- XPath query.
- xpathContext - Variable in class com.aendvari.common.model.xalan.XalanModelTree
- Runtime context for XPath queries.
- xpathParser - Variable in class com.aendvari.common.model.xalan.XalanModelTree
- XPath expression parser.
A C G H I L M O R S T X
|
|||||||||
| Home >> All >> com >> aendvari >> common >> model >> [ xalan overview ] | PREV NEXT | ||||||||