Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: Source/WebCore/xml/parser/XMLDocumentParser.h

Issue 14113007: Remove the ENABLE_XSLT compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2000 Peter Kelly (pmk@post.com) 2 * Copyright (C) 2000 Peter Kelly (pmk@post.com)
3 * Copyright (C) 2005, 2006, 2007 Apple Inc. All rights reserved. 3 * Copyright (C) 2005, 2006, 2007 Apple Inc. All rights reserved.
4 * Copyright (C) 2007 Samuel Weinig (sam@webkit.org) 4 * Copyright (C) 2007 Samuel Weinig (sam@webkit.org)
5 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) 5 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
6 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 6 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 TextPosition m_scriptStartPosition; 183 TextPosition m_scriptStartPosition;
184 184
185 bool m_parsingFragment; 185 bool m_parsingFragment;
186 AtomicString m_defaultNamespaceURI; 186 AtomicString m_defaultNamespaceURI;
187 187
188 typedef HashMap<AtomicString, AtomicString> PrefixForNamespaceMap; 188 typedef HashMap<AtomicString, AtomicString> PrefixForNamespaceMap;
189 PrefixForNamespaceMap m_prefixToNamespaceMap; 189 PrefixForNamespaceMap m_prefixToNamespaceMap;
190 SegmentedString m_pendingSrc; 190 SegmentedString m_pendingSrc;
191 }; 191 };
192 192
193 #if ENABLE(XSLT)
194 void* xmlDocPtrForString(CachedResourceLoader*, const String& source, const Stri ng& url); 193 void* xmlDocPtrForString(CachedResourceLoader*, const String& source, const Stri ng& url);
195 #endif
196 194
197 HashMap<String, String> parseAttributes(const String&, bool& attrsOK); 195 HashMap<String, String> parseAttributes(const String&, bool& attrsOK);
198 196
199 } // namespace WebCore 197 } // namespace WebCore
200 198
201 #endif // XMLDocumentParser_h 199 #endif // XMLDocumentParser_h
OLDNEW
« no previous file with comments | « Source/WebCore/xml/XSLTUnicodeSort.cpp ('k') | Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698