blob: d400cf9d4237fbb95882501b0e8452f3184df6b4 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#if !defined(XERCESBRIDGETYPES_HEADER_GUARD_1357924680)
#define XERCESBRIDGETYPES_HEADER_GUARD_1357924680
#include <xalanc/XercesParserLiaison/XercesParserLiaisonDefinitions.hpp>
namespace XERCES_CPP_NAMESPACE
{
class DOM_Attr;
class DOM_CharacterData;
class DOM_Comment;
class DOM_CDATASection;
class DOM_Document;
class DOM_DocumentFragment;
class DOM_DocumentType;
class DOM_DOMImplementation;
class DOM_Element;
class DOM_Entity;
class DOM_EntityReference;
class DOM_Node;
class DOM_Text;
class DOM_NamedNodeMap;
class DOM_NodeList;
class DOM_Notation;
class DOM_ProcessingInstruction;
class DOM_Text;
class DOM_DocumentType;
class DOM_DOMException;
class DOMString;
class AttrImpl;
class ElementImpl;
class NodeImpl;
class TextImpl;
}
namespace XALAN_CPP_NAMESPACE {
typedef xercesc::DOM_Attr DOM_AttrType;
typedef xercesc::DOM_CharacterData DOM_CharacterDataType;
typedef xercesc::DOM_Comment DOM_CommentType;
typedef xercesc::DOM_CDATASection DOM_CDATASectionType;
// These next two have an extra '_' because they collide without it...
typedef xercesc::DOM_DocumentType DOM_DocumentType_Type;
typedef xercesc::DOM_Document DOM_Document_Type;
typedef xercesc::DOM_DocumentFragment DOM_DocumentFragmentType;
typedef xercesc::DOM_DOMImplementation DOM_DOMImplementationType;
typedef xercesc::DOM_Element DOM_ElementType;
typedef xercesc::DOM_Entity DOM_EntityType;
typedef xercesc::DOM_EntityReference DOM_EntityReferenceType;
typedef xercesc::DOM_Node DOM_NodeType;
typedef xercesc::DOM_Text DOM_TextType;
typedef xercesc::DOM_NamedNodeMap DOM_NamedNodeMapType;
typedef xercesc::DOM_NodeList DOM_NodeListType;
typedef xercesc::DOM_Notation DOM_NotationType;
typedef xercesc::DOM_ProcessingInstruction DOM_ProcessingInstructionType;
typedef xercesc::DOM_Text DOM_TextType;
typedef xercesc::DOM_DOMException DOM_DOMExceptionType;
typedef xercesc::AttrImpl AttrImplType;
typedef xercesc::ElementImpl ElementImplType;
typedef xercesc::NodeImpl NodeImplType;
typedef xercesc::TextImpl TextImplType;
typedef xercesc::DOMString DOMStringType;
}
#endif // !defined(XERCESBRIDGETYPES_HEADER_GUARD_1357924680)