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)
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 XercesDocumentBridge * cloneNode(bool deep) const
virtual const XalanDOMString & getNodeName() const
Gets the name of this node, depending on its type.
virtual bool hasChildNodes() const
virtual XalanNodeList * getElementsByTagNameNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const
virtual XalanNode * getFirstChild() const
Gets the first child of this node.
XalanVector< NavigatorStackEntryType > NavigatorStackType
XalanDeque< XercesBridgeNavigator > NavigatorBridgeVectorType
virtual void setNodeValue(const XalanDOMString &nodeValue)
virtual XalanElement * getDocumentElement() const
Return a reference to the root element of the document.
This class is deprecated.
virtual XalanNode * appendChild(XalanNode *newChild)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Text DOM_TextType
const XalanDOMString & getPooledString(const XalanDOMString &theString) const
Get a pooled string.
DOM_Document_Type getXercesDocument() const
Get the Xerces DOM_Document that this XercesDocument represents.
virtual XalanCDATASection * createCDATASection(const XalanDOMString &data)
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Attr DOM_AttrType
XalanDeque< XalanNode * > NodeVectorType
void rebuildBridge()
Rebuild the entire bridge structure that connects the Xerces document to this XercesDocumentBridge in...
virtual XalanElement * createElementNS(const XalanDOMString &namespaceURI, const XalanDOMString &qualifiedName)
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER NodeImpl NodeImplType
This class is deprecated.
XercesDocumentBridge(const DOM_Document_Type &theXercesDocument, bool threadSafe=true, bool buildBridge=true)
Constructor for XercesDocumentBridge.
virtual XalanComment * createComment(const XalanDOMString &data)
DOM_AttrType mapNode(const XalanAttr *theXalanNode) const
NavigatorStackEntryType(XercesBridgeNavigator *theNavigator=0, XalanNode *theNode=0)
virtual NodeType getNodeType() const
An enum value representing the type of the underlying object.
virtual XalanText * createTextNode(const XalanDOMString &data)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Node DOM_NodeType
virtual XalanAttr * createAttributeNS(const XalanDOMString &namespaceURI, const XalanDOMString &qualifiedName)
virtual void startNode(const DOM_NodeType &node)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_EntityReference DOM_EntityReferenceType
virtual XalanNode * getNextSibling() const
Gets the node immediately following this node.
This class is deprecated.
virtual XalanNode * removeChild(XalanNode *oldChild)
virtual void endNode(const DOM_NodeType &node)
XalanDocument & operator=(const XalanDocument &theSource)
virtual XalanDocument * getOwnerDocument() const
Gets the Document object associated with this node.
virtual const XalanNamedNodeMap * getAttributes() const
Gets a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
virtual XalanAttr * createAttribute(const XalanDOMString &name)
virtual XalanDocumentType * getDoctype() const
void buildBridgeNodes()
Build the entire bridge structure.
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_CDATASection DOM_CDATASectionType
virtual XalanEntityReference * createEntityReference(const XalanDOMString &name)
virtual bool isSupported(const XalanDOMString &feature, const XalanDOMString &version) const
XERCES_CPP_NAMESPACE_QUALIFIER DOM_DocumentType DOM_DocumentType_Type
XercesBridgeNavigator * m_navigator
virtual XalanNode * importNode(XalanNode *importedNode, bool deep)
NodeImplType * mapNodeToImpl(const XalanNode *theXalanNode) const
virtual ~XercesDocumentBridge()
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Comment DOM_CommentType
virtual XalanDocumentFragment * createDocumentFragment()
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Notation DOM_NotationType
XERCES_CPP_NAMESPACE_QUALIFIER DOM_DocumentFragment DOM_DocumentFragmentType
This class is deprecated.
virtual XalanProcessingInstruction * createProcessingInstruction(const XalanDOMString &target, const XalanDOMString &data)
virtual const XalanDOMString & getNamespaceURI() const
Get the namespace URI of this node, or null if it is unspecified.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Document DOM_Document_Type
This class is deprecated.
This class is deprecated.
BuildBridgeTreeWalker(XercesDocumentBridge *theDocument, XercesBridgeNavigator *theDocumentNavigator, NavigatorBridgeVectorInnerType &theNavigators, IndexType theStartIndex)
virtual const XalanNodeList * getChildNodes() const
Gets a NodeList that contains all children of this node.
This class is deprecated.
#define XALAN_XERCESPARSERLIAISON_EXPORT
void destroyBridge()
Destroy the entire bridge structure that connects the Xerces document to this XercesDocumentBridge in...
const XalanDOMString & getPooledString(const XalanDOMChar *theString, XalanDOMString::size_type theLength) const
Get a pooled string.
virtual IndexType getIndex() const
Get the node's index.
virtual XalanNodeList * getElementsByTagName(const XalanDOMString &tagname) const
This class is deprecated.
virtual XalanElement * getElementById(const XalanDOMString &elementId) const
Returns the Element whose ID is given by elementId.
virtual XalanNode * getLastChild() const
Gets the last child of this node.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Element DOM_ElementType
XERCES_CPP_NAMESPACE_QUALIFIER DOM_ProcessingInstruction DOM_ProcessingInstructionType
This class is deprecated.
This class is deprecated.
virtual bool isIndexed() const
Determine if the document is node-order indexed.
This class is deprecated.
virtual XalanDOMImplementation * getImplementation() const
virtual XalanNode * replaceChild(XalanNode *newChild, XalanNode *oldChild)
virtual const XalanDOMString & getNodeValue() const
Gets the value of this node, depending on its type.
virtual ~BuildBridgeTreeWalker()
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Entity DOM_EntityType
This class is deprecated.
virtual void setPrefix(const XalanDOMString &prefix)
virtual XalanNode * insertBefore(XalanNode *newChild, XalanNode *refChild)
bool operator==(const XalanDocument &theRHS) const
virtual const XalanDOMString & getPrefix() const
Get the namespace prefix of this node, or null if it is unspecified.
virtual const XalanDOMString & getLocalName() const
Returns the local part of the qualified name of this node.
This class is deprecated.
This class is deprecated.
DOM_NodeType mapNode(const XalanNode *theXalanNode) const
NavigatorBridgeVectorType NavigatorBridgeVectorInnerType
virtual XalanNode * getPreviousSibling() const
Gets the node immediately preceding this node.
virtual XalanElement * createElement(const XalanDOMString &tagName)
XalanAttr * mapNode(const DOM_AttrType &theXercesNode) const
This class is deprecated.
This class is deprecated.
XalanNode * mapNode(const DOM_NodeType &theXercesNode) const
virtual XalanNode * getParentNode() const
Gets the parent of this node.
XalanElement * mapNode(const DOM_ElementType &theXercesNode) const
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.
|
|