Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XERCESDOCUMENTBRIDGE_HEADER_GUARD_1357924680)
19 #define XERCESDOCUMENTBRIDGE_HEADER_GUARD_1357924680
32 #if XERCES_VERSION_MAJOR >= 2
33 #include <xercesc/dom/deprecated/DOM_Document.hpp>
35 #include <xercesc/dom/DOM_Document.hpp>
44 #if defined(XALAN_AUTO_PTR_REQUIRES_DEFINITION)
69 XALAN_CPP_NAMESPACE_BEGIN
115 bool threadSafe =
true,
116 bool buildBridge =
true);
156 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
180 hasChildNodes()
const;
215 createDocumentFragment();
227 createProcessingInstruction(
241 getImplementation()
const;
265 getElementsByTagNameNS(
310 mapNodeToImpl(
const XalanNode* theXalanNode)
const;
322 return m_xercesDocument;
359 m_navigator(theNavigator),
414 const XalanDOMChar* theString,
520 pushNavigator(
bool mappingMode)
const;
562 XALAN_CPP_NAMESPACE_END
566 #endif // !defined(XERCESDOCUMENTBRIDGE_HEADER_GUARD_1357924680)
virtual NodeType getNodeType() const =0
An enum value representing the type of the underlying object.
virtual XalanNode * getNextSibling() const =0
Gets the node immediately following this node.
virtual const XalanNamedNodeMap * getAttributes() const =0
Gets a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
XalanVector< NavigatorStackEntryType > NavigatorStackType
XalanDeque< XercesBridgeNavigator > NavigatorBridgeVectorType
XalanNode * mapNode(const DOM_NodeType &theXercesNode) const
XalanNode * appendChild(DOM_NodeType &theXercesParent, XalanNode *newChild) const
virtual XalanElement * getElementById(const XalanDOMString &elementId) const =0
Returns the Element whose ID is given by elementId.
XalanNode * cloneNode(const XalanNode *theXalanNode, const DOM_NodeType &theXercesNode, bool deep) const
virtual const XalanDOMString & getNodeValue() const =0
Gets the value of this node, depending on its type.
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Text DOM_TextType
DOM_Document_Type getXercesDocument() const
Get the Xerces DOM_Document that this XercesDocument represents.
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Attr DOM_AttrType
XalanDeque< XalanNode * > NodeVectorType
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER NodeImpl NodeImplType
This class is deprecated.
XalanNode * replaceChild(DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *oldChild) const
virtual const XalanDOMString & getLocalName() const =0
Returns the local part of the qualified name of this node.
NavigatorStackEntryType(XercesBridgeNavigator *theNavigator=0, XalanNode *theNode=0)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Node DOM_NodeType
XalanNode * removeChild(DOM_NodeType &theXercesParent, XalanNode *oldChild) const
XERCES_CPP_NAMESPACE_QUALIFIER DOM_EntityReference DOM_EntityReferenceType
virtual const XalanDOMString & getNamespaceURI() const =0
Get the namespace URI of this node, or null if it is unspecified.
This class is deprecated.
XalanDocument & operator=(const XalanDocument &theSource)
virtual XalanNode * getLastChild() const =0
Gets the last child of this node.
virtual const XalanNodeList * getChildNodes() const =0
Gets a NodeList that contains all children of this node.
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_CDATASection DOM_CDATASectionType
virtual bool isIndexed() const =0
Determine if the document is node-order indexed.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_DocumentType DOM_DocumentType_Type
XercesBridgeNavigator * m_navigator
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Comment DOM_CommentType
virtual const XalanDOMString & getNodeName() const =0
Gets the name of this node, depending on its type.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Notation DOM_NotationType
XERCES_CPP_NAMESPACE_QUALIFIER DOM_DocumentFragment DOM_DocumentFragmentType
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Document DOM_Document_Type
This class is deprecated.
This class is deprecated.
This class is deprecated.
#define XALAN_XERCESPARSERLIAISON_EXPORT
virtual XalanElement * getDocumentElement() const =0
Return a reference to the root element of the document.
This class is deprecated.
virtual XalanDocument * getOwnerDocument() const =0
Gets the Document object associated with this node.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Element DOM_ElementType
virtual IndexType getIndex() const =0
Get the node's index.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_ProcessingInstruction DOM_ProcessingInstructionType
This class is deprecated.
This class is deprecated.
This class is deprecated.
virtual const XalanDOMString & getPrefix() const =0
Get the namespace prefix of this node, or null if it is unspecified.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Entity DOM_EntityType
This class is deprecated.
bool operator==(const XalanDocument &theRHS) const
virtual XalanNode * getPreviousSibling() const =0
Gets the node immediately preceding this node.
virtual XalanNode * getFirstChild() const =0
Gets the first child of this node.
This class is deprecated.
This class is deprecated.
NavigatorBridgeVectorType NavigatorBridgeVectorInnerType
virtual XalanNode * getParentNode() const =0
Gets the parent of this node.
XalanNode * insertBefore(DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *refChild) const
This class is deprecated.
This class is deprecated.
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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|