Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanSourceTreeElementA Member List
This is the complete list of members for XalanSourceTreeElementA, including all inherited members.
- appendChild(XalanNode *newChild)
[virtual]
- appendChildNode(XalanSourceTreeComment *theChild)
- appendChildNode(XalanSourceTreeElement *theChild)
- appendChildNode(XalanSourceTreeProcessingInstruction *theChild)
- appendChildNode(XalanSourceTreeText *theChild)
- appendSiblingNode(XalanSourceTreeComment *theSibling)
- appendSiblingNode(XalanSourceTreeElement *theSibling)
- appendSiblingNode(XalanSourceTreeProcessingInstruction *theSibling)
- appendSiblingNode(XalanSourceTreeText *theSibling)
- ATTRIBUTE_NODE enum value
- AttributesCountType typedef
- CDATA_SECTION_NODE enum value
- clearChildren()
- clone(bool deep) const
- cloneNode(bool deep) const
[virtual]
- COMMENT_NODE enum value
- create(MemoryManagerType &theManager, const XalanSourceTreeElementA &theSource, bool deep=false)
[protected, static]
- DOCUMENT_FRAGMENT_NODE enum value
- DOCUMENT_NODE enum value
- DOCUMENT_TYPE_NODE enum value
- ELEMENT_NODE enum value
- ENTITY_NODE enum value
- ENTITY_REFERENCE_NODE enum value
- getAttribute(const XalanDOMString &name) const
[virtual]
- getAttributeByIndex(AttributesCountType index) const
- getAttributeCount() const
- getAttributeNode(const XalanDOMString &name) const
[virtual]
- getAttributeNodeNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const
[virtual]
- getAttributeNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const
[virtual]
- getAttributes() const
[virtual]
- getChildNodes() const
[virtual]
- getDocument() const
- getElementsByTagName(const XalanDOMString &name) const
[virtual]
- getElementsByTagNameNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const
[virtual]
- getFirstChild() const
[virtual]
- getIndex() const
[virtual]
- getLastChild() const
[virtual]
- getLocalName() const
[virtual]
- getMemoryManager()
- getNamespaceURI() const
[virtual]
- getNextSibling() const
[virtual]
- getNodeName() const
[virtual]
- getNodeType() const
[virtual]
- getNodeValue() const
[virtual]
- getOwnerDocument() const
[virtual]
- getParentNode() const
[virtual]
- getPrefix() const
[virtual]
- getPreviousSibling() const
[virtual]
- getTagName() const
[virtual]
- hasChildNodes() const
[virtual]
- IndexType typedef
- insertBefore(XalanNode *newChild, XalanNode *refChild)
[virtual]
- isIndexed() const
[virtual]
- isSupported(const XalanDOMString &feature, const XalanDOMString &version) const
[virtual]
- m_tagName
[protected]
- NodeType enum name
- normalize()
[virtual]
- NOTATION_NODE enum value
- XalanSourceTreeElement::XalanElement::operator=(const XalanElement &theSource)
[protected]
- XalanSourceTreeElement::XalanNode::operator=(const XalanNode &theSource)
[protected]
- XalanSourceTreeElement::XalanElement::operator==(const XalanElement &theRHS) const
[protected]
- XalanSourceTreeElement::XalanNode::operator==(const XalanNode &theRHS) const
[protected]
- PROCESSING_INSTRUCTION_NODE enum value
- removeAttribute(const XalanDOMString &name)
[virtual]
- removeAttributeNode(XalanAttr *oldAttr)
[virtual]
- removeAttributeNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName)
[virtual]
- removeChild(XalanNode *oldChild)
[virtual]
- replaceChild(XalanNode *newChild, XalanNode *oldChild)
[virtual]
- s_emptyString
[protected, static]
- setAttribute(const XalanDOMString &name, const XalanDOMString &value)
[virtual]
- setAttributeNode(XalanAttr *newAttr)
[virtual]
- setAttributeNodeNS(XalanAttr *newAttr)
[virtual]
- setAttributeNS(const XalanDOMString &namespaceURI, const XalanDOMString &qualifiedName, const XalanDOMString &value)
[virtual]
- setIndex(IndexType theIndex)
- setNodeValue(const XalanDOMString &nodeValue)
[virtual]
- setParent(XalanSourceTreeElement *theParent)
- setParent(XalanSourceTreeDocumentFragment *theParent)
- setPrefix(const XalanDOMString &prefix)
[virtual]
- setPreviousSibling(XalanSourceTreeComment *thePreviousSibling)
- setPreviousSibling(XalanSourceTreeElement *thePreviousSibling)
- setPreviousSibling(XalanSourceTreeProcessingInstruction *thePreviousSibling)
- setPreviousSibling(XalanSourceTreeText *thePreviousSibling)
- TEXT_NODE enum value
- UNKNOWN_NODE enum value
- XalanElement()
- XalanElement(const XalanElement &theSource)
[protected]
- XalanNode()
- XalanNode(const XalanNode &theSource)
[protected]
- XalanSourceTreeElement(MemoryManagerType &theManager, const XalanDOMString &theTagName, XalanSourceTreeDocument *theOwnerDocument, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0, IndexType theIndex=0)
- XalanSourceTreeElement(MemoryManagerType &theManager, const XalanSourceTreeElement &theSource, bool deep=false)
[protected]
- XalanSourceTreeElementA(MemoryManagerType &theManager, const XalanDOMString &theTagName, XalanSourceTreeDocument *theOwnerDocument, XalanSourceTreeAttr **theAttributes, AttributesCountType theAttributeCount, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0, IndexType theIndex=0)
- XalanSourceTreeElementA(MemoryManagerType &theManager, const XalanSourceTreeElementA &theSource, bool deep=false)
[protected]
- ~XalanElement()
[virtual]
- ~XalanNode()
[virtual]
- ~XalanSourceTreeElement()
[virtual]
- ~XalanSourceTreeElementA()
[virtual]
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|