XalanNode* XercesEntityWrapper::appendChild(XalanNode* /* newChild */) { throw XercesDOMWrapperException(XercesDOMWrapperException::HIERARCHY_REQUEST_ERR); return 0; }
XalanNode* XercesProcessingInstructionWrapper::appendChild(XalanNode* /* newChild */) { throw XercesDOMWrapperException(XercesDOMWrapperException::HIERARCHY_REQUEST_ERR); return 0; }
XalanNodeList* XercesElementWrapper::getElementsByTagName(const XalanDOMString& /* name */) const { throw XercesDOMWrapperException(XercesDOMWrapperException::NOT_SUPPORTED_ERR); return 0; }
XalanNode* XercesElementWrapper::removeChild(XalanNode* /* oldChild */) { throw XercesDOMWrapperException(XercesDOMWrapperException::HIERARCHY_REQUEST_ERR); return 0; }
XercesProcessingInstructionWrapper* #endif XercesProcessingInstructionWrapper::cloneNode(bool /* deep */) const { throw XercesDOMWrapperException(XercesDOMWrapperException::NOT_SUPPORTED_ERR); return 0; }
XercesEntityWrapper* #endif XercesEntityWrapper::cloneNode(bool /* deep */) const { throw XercesDOMWrapperException(XercesDOMWrapperException::NOT_SUPPORTED_ERR); return 0; }
XalanNode* XercesProcessingInstructionWrapper::insertBefore( XalanNode* /* newChild */, XalanNode* /* refChild */) { throw XercesDOMWrapperException(XercesDOMWrapperException::HIERARCHY_REQUEST_ERR); return 0; }