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;
348 NavigatorBridgeVectorInnerType& theNavigators,
359 m_navigator(theNavigator),
384 NavigatorBridgeVectorInnerType& m_navigators;
388 NavigatorStackType m_parentNavigatorStack;
390 NavigatorStackType m_siblingNavigatorStack;
414 const XalanDOMChar* theString,
520 pushNavigator(
bool mappingMode)
const;
535 mutable NavigatorBridgeVectorType m_navigators;
543 mutable NodeVectorType m_nodes;
562 XALAN_CPP_NAMESPACE_END
566 #endif // !defined(XERCESDOCUMENTBRIDGE_HEADER_GUARD_1357924680) virtual XalanElement * getDocumentElement() const =0
Return a reference to the root element of the document.
virtual IndexType getIndex() const =0
Get the node's index.
This class is deprecated.
This class is deprecated.
XalanNode * removeChild(DOM_NodeType &theXercesParent, XalanNode *oldChild) const
This class is deprecated.
This class is deprecated.
NavigatorStackEntryType(XercesBridgeNavigator *theNavigator=0, XalanNode *theNode=0)
XercesBridgeNavigator * m_navigator
DOM_Document_Type getXercesDocument() const
Get the Xerces DOM_Document that this XercesDocument represents.
virtual const XalanNodeList * getChildNodes() const =0
Gets a NodeList that contains all children of this node.
virtual XalanNode * getParentNode() const =0
Gets the parent of this node.
XalanDeque< XalanNode * > NodeVectorType
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Attr DOM_AttrType
virtual XalanElement * getElementById(const XalanDOMString &elementId) const =0
Returns the Element whose ID is given by elementId.
#define XALAN_XERCESPARSERLIAISON_EXPORT
XERCES_CPP_NAMESPACE_QUALIFIER DOM_CDATASection DOM_CDATASectionType
This class is deprecated.
This class is deprecated.
virtual XalanDocument * getOwnerDocument() const =0
Gets the Document object associated with this node.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_DocumentFragment DOM_DocumentFragmentType
XERCES_CPP_NAMESPACE_QUALIFIER DOM_ProcessingInstruction DOM_ProcessingInstructionType
virtual const XalanDOMString & getLocalName() const =0
Returns the local part of the qualified name of this node.
XalanNode * mapNode(const DOM_NodeType &theXercesNode) const
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Text DOM_TextType
XalanDeque< XercesBridgeNavigator > NavigatorBridgeVectorType
XalanNode * cloneNode(const XalanNode *theXalanNode, const DOM_NodeType &theXercesNode, bool deep) const
NavigatorBridgeVectorType NavigatorBridgeVectorInnerType
This class is deprecated.
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Notation DOM_NotationType
virtual const XalanDOMString & getNamespaceURI() const =0
Get the namespace URI of this node, or null if it is unspecified.
This class is deprecated.
XalanVector< NavigatorStackEntryType > NavigatorStackType
virtual XalanNode * getLastChild() const =0
Gets the last child of this node.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Comment DOM_CommentType
XERCES_CPP_NAMESPACE_QUALIFIER NodeImpl NodeImplType
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Document DOM_Document_Type
XERCES_CPP_NAMESPACE_QUALIFIER DOM_EntityReference DOM_EntityReferenceType
This class is deprecated.
This class is deprecated.
virtual const XalanDOMString & getNodeValue() const =0
Gets the value of this node, depending on its type.
virtual XalanNode * getFirstChild() const =0
Gets the first child of this node.
XalanNode * replaceChild(DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *oldChild) const
virtual bool isIndexed() const =0
Determine if the document is node-order indexed.
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_Element DOM_ElementType
XERCES_CPP_NAMESPACE_QUALIFIER DOM_DocumentType DOM_DocumentType_Type
This class is deprecated.
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...
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual XalanNode * getPreviousSibling() const =0
Gets the node immediately preceding this node.
This class is deprecated.
XalanNode * appendChild(DOM_NodeType &theXercesParent, XalanNode *newChild) const
virtual const XalanDOMString & getNodeName() const =0
Gets the name of this node, depending on its type.
This class is deprecated.
This class is deprecated.
virtual NodeType getNodeType() const =0
An enum value representing the type of the underlying object.
XalanNode * insertBefore(DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *refChild) const
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Node DOM_NodeType
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Entity DOM_EntityType