#include <ElemTemplateElement.hpp>
Inheritance diagram for ElemTemplateElement
Collaboration diagram for ElemTemplateElement:
NodeList
that contains all children of this node. More...NamedNodeMap
containing the attributes of this node (if it is an Element
) or null
otherwise.Document
object associated with this node. More...newChild
before the existing child node refChild
. More...oldChild
with newChild
in the list of children, and returns the oldChild
node. More...oldChild
from the list of children, and returns it. More...Text
nodes in the full depth of the sub-tree underneath this Node
, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates Text
nodes, i.e., there are no adjacent Text
nodes. More...null
if it is unspecified. More...null
if it is unspecified.Attr
node by name. More...NodeList
of all descendant elements with a given tag name, in the order in which they would be encountered in a preorder traversal of the Element
tree. More...Attr
node by local name and namespace URI. More...NodeList
of all the Element
s with a given local name and namespace URI in the order in which they would be encountered in a preorder traversal of the Document
tree, starting from this node. More...
|
|
|
Construct a template element instance.
|
|
|
|
Add a child to the child list.
Reimplemented from XalanElement. |
|
Append a child. theParent - the new value for the parent.
Reimplemented in ElemApplyImport. |
|
Given an xsl token type, determine whether or not a child of that type is allowed. This is so derived types can determine whether a particular type of child is allowed for the instance. It is called from appendChildElem(). The default is to allow no types (no children)
Reimplemented in ElemApplyTemplates, ElemAttribute, ElemAttributeSet, ElemCallTemplate, ElemChoose, ElemComment, ElemPI, and ElemText. |
|
Take the contents of a template element, process it, and convert it to a string.
|
|
Returns a duplicate of this node. This function serves as a generic copy constructor for nodes.
The duplicate node has no parent (
Reimplemented from XalanElement. |
|
|
|
Perform a query if needed, and call transformChild for each child.
|
|
Perform a query if needed, and call transformChild for each child.
|
|
Throw a template element runtime error. (Note: should we throw a SAXException instead?)
|
|
Throw a template element runtime error. (Note: should we throw a SAXException instead?)
|
|
Execute the element's primary function. Subclasses of this function may recursively execute down the element tree.
Reimplemented in ElemApplyImport, ElemApplyTemplates, ElemAttribute, ElemAttributeSet, ElemCallTemplate, ElemChoose, ElemComment, ElemCopy, ElemCopyOf, ElemDecimalFormat, ElemElement, ElemEmpty, ElemExtensionCall, ElemFallback, ElemForEach, ElemIf, ElemLiteralResult, ElemMessage, ElemNumber, ElemPI, ElemParam, ElemTemplate, ElemTextLiteral, ElemUse, ElemValueOf, and ElemVariable. |
|
Process the children of a template.
|
|
Set a flag indicating construction of the element is completed.
|
|
Retrieves an attribute value by name.
Reimplemented from XalanElement. |
|
Retrieves an attribute value by local name and namespace URI.
Reimplemented from XalanElement. |
|
Retrieves an
Reimplemented from XalanElement. |
|
Retrieves an
Reimplemented from XalanElement. |
|
Gets a
Reimplemented from XalanElement. |
|
Gets a
If there are no children, this is a Reimplemented from XalanElement. |
|
Get the column offset where the element occurs in the xsl file.
|
|
|
Returns a Caller is responsible for deleting the XalanNodeList instance.
Reimplemented from XalanElement. |
|
Returns a Caller is responsible for deleting the XalanNodeList instance.
Reimplemented from XalanElement. |
|
Gets the first child of this node.
If there is no such node, this returns Reimplemented from XalanElement. |
|
Get the first child.
|
|
Get the node's index. Valid only if the owner document reports that the document is node-order indexed.
Reimplemented from XalanElement. |
|
Gets the last child of this node.
If there is no such node, this returns Reimplemented from XalanElement. |
|
Get the last child.
|
|
Get the line number where the element occurs in the xsl file.
|
|
Returns the local part of the qualified name of this node.
For nodes created with a DOM Level 1 method, such as Reimplemented from XalanElement. |
|
Retrieve a namespace corresponding to a prefix. This assumes that the PrevixResolver hold's its own namespace context, or is a namespace context itself.
Reimplemented from PrefixResolver. |
|
Get the namespace for a given prefix.
|
|
Get the namespace URI of this node, or
This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time.
For nodes of any type other than Reimplemented from XalanElement. |
|
Get the namespaces handler for this element.
|
|
Gets the node immediately following this node.
If there is no such node, this returns Reimplemented from XalanElement. |
|
Get the next sibling.
|
|
Reimplemented from XalanElement. |
|
An enum value representing the type of the underlying object.
Reimplemented from XalanElement. |
|
Gets the value of this node, depending on its type.
Reimplemented from XalanElement. |
|
Gets the
This is also the Reimplemented from XalanElement. |
|
Gets the parent of this node.
All nodes, except Reimplemented from XalanElement. |
|
Get the parent node.
|
|
Get the namespace prefix of this node, or
Reimplemented from XalanElement. |
|
Gets the node immediately preceding this node.
If there is no such node, this returns Reimplemented from XalanElement. |
|
Get the previous sibling.
|
|
Retrieve the stylesheet from which this element comes.
|
|
The name of the element.
For example, in: <elementExample id="demo"> ... </elementExample> , Reimplemented from XalanElement. |
|
Retrieve the base URI for the resolver.
Reimplemented from PrefixResolver. |
|
Get an integer representation of the element type.
|
|
This is a convenience method to allow easy determination of whether a node has any children.
Reimplemented from XalanElement. |
|
Inserts the node
If
Reimplemented from XalanElement. |
|
Append a child.
|
|
See if this is a xmlns attribute or in a non-XSLT.
Reimplemented in ElemLiteralResult. |
|
See if this is a xmlns attribute, and, if so, process it.
Reimplemented in ElemLiteralResult. |
|
Determine if the document is node-order indexed.
Reimplemented from XalanElement. |
|
Validate that the string is an NCName.
|
|
Tell if the string is whitespace.
|
|
Puts all This can be used to ensure that the DOM view of a document is the same as if it were saved and re-loaded, and is useful when operations (such as XPointer lookups) that depend on a particular document tree structure are to be used.
Note: In cases where the document contains Reimplemented from XalanElement. |
|
Called after construction is completed.
|
|
Tell whether or not this is a xml:space attribute and, if so, process it.
|
|
Tell whether or not this is a xml:space attribute and, if so, process it.
|
|
Removes an attribute by name.
If the removed attribute is known to have a default value, an attribute immediately appears containing the default value as well as the corresponding namespace URI, local name, and prefix when applicable.
Reimplemented from XalanElement. |
|
Removes an attribute by local name and namespace URI.
If the removed attribute has a default value it is immediately replaced. The replacing attribute has the same namespace URI and local name, as well as the original prefix.
Reimplemented from XalanElement. |
|
Removes the specified attribute node.
If the removed
Reimplemented from XalanElement. |
|
Removes the child node indicated by
Reimplemented from XalanElement. |
|
Replaces the child node
If
If the
Reimplemented from XalanElement. |
|
Replace a child.
|
|
Adds a new attribute.
If an attribute with that name is already present in the element, its value is changed to be that of the value parameter. This value is a simple string, it is not parsed as it is being set. So any markup (such as syntax to be recognized as an entity reference) is treated as literal text, and needs to be appropriately escaped by the implementation when it is written out. In order to assign an attribute value that contains entity references, the user must create an
Reimplemented from XalanElement. |
|
Adds a new attribute.
If the given
Reimplemented from XalanElement. |
|
Adds a new attribute.
If an attribute with that name (
Reimplemented from XalanElement. |
|
Adds a new attribute. If an attribute with that local name and namespace URI is already present in the element, it is replaced by the new one.
Reimplemented from XalanElement. |
|
Set the first child. theChild - the new value for the first child.
|
|
Set the next sibling. theSibling - the new value for the next sibling.
|
|
Sets the value of the node. Any node which can have a nodeValue (
Reimplemented from XalanElement. |
|
Set the parent node. theParent - the new value for the parent.
|
|
Set the namespace prefix of this node.
Note that setting this attribute, when permitted, changes the
Note also that changing the prefix of an attribute, that is known to have a default value, does not make a new attribute with the default value and the original prefix appear, since the
Reimplemented from XalanElement. |
|
Set the previous sibling. theSibling - the new value for the previous sibling.
|
|
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Reimplemented from XalanElement. |
|
Given an element and mode, find the corresponding template and process the contents.
|
|
Perform a query if needed, and call transformChild for each child.
|
|
|
|
|
|
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSL Transformer Version 1.1 |
|