![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/xml/cfx_xmlparser.h"#include <memory>#include "core/fxcrt/cfx_read_only_span_stream.h"#include "core/fxcrt/fx_codepage.h"#include "core/fxcrt/xml/cfx_xmldocument.h"#include "core/fxcrt/xml/cfx_xmlelement.h"#include "core/fxcrt/xml/cfx_xmlinstruction.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | CFX_XMLParserTest |
Functions | |
| TEST_F (CFX_XMLParserTest, AttributesMustBeQuoted) | |
| TEST_F (CFX_XMLParserTest, Attributes) | |
| TEST_F (CFX_XMLParserTest, CData) | |
| TEST_F (CFX_XMLParserTest, CDataWithInnerScript) | |
| TEST_F (CFX_XMLParserTest, ArrowBangArrow) | |
| TEST_F (CFX_XMLParserTest, ArrowBangBracketArrow) | |
| TEST_F (CFX_XMLParserTest, IncompleteCData) | |
| TEST_F (CFX_XMLParserTest, UnClosedCData) | |
| TEST_F (CFX_XMLParserTest, EmptyCData) | |
| TEST_F (CFX_XMLParserTest, Comment) | |
| TEST_F (CFX_XMLParserTest, IncorrectCommentStart) | |
| TEST_F (CFX_XMLParserTest, CommentEmpty) | |
| TEST_F (CFX_XMLParserTest, CommentThreeDash) | |
| TEST_F (CFX_XMLParserTest, CommentTwoDash) | |
| TEST_F (CFX_XMLParserTest, Entities) | |
| TEST_F (CFX_XMLParserTest, EntityOverflowHex) | |
| TEST_F (CFX_XMLParserTest, EntityOverflowDecimal) | |
| TEST_F (CFX_XMLParserTest, IsXMLNameChar) | |
| TEST_F (CFX_XMLParserTest, BadElementClose) | |
| TEST_F (CFX_XMLParserTest, DoubleElementClose) | |
| TEST_F (CFX_XMLParserTest, ParseInstruction) | |
| TEST_F (CFX_XMLParserTest, BadEntity) | |
| TEST_F | ( | CFX_XMLParserTest | , |
| ArrowBangArrow | ) |
Definition at line 95 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| ArrowBangBracketArrow | ) |
Definition at line 109 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| Attributes | ) |
Definition at line 32 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetAttribute().
| TEST_F | ( | CFX_XMLParserTest | , |
| AttributesMustBeQuoted | ) |
Definition at line 25 of file cfx_xmlparser_unittest.cpp.
| TEST_F | ( | CFX_XMLParserTest | , |
| BadElementClose | ) |
Definition at line 327 of file cfx_xmlparser_unittest.cpp.
| TEST_F | ( | CFX_XMLParserTest | , |
| BadEntity | ) |
Definition at line 351 of file cfx_xmlparser_unittest.cpp.
| TEST_F | ( | CFX_XMLParserTest | , |
| CData | ) |
Definition at line 47 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| CDataWithInnerScript | ) |
Definition at line 70 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| Comment | ) |
Definition at line 165 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| CommentEmpty | ) |
Definition at line 193 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| CommentThreeDash | ) |
Definition at line 207 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| CommentTwoDash | ) |
Definition at line 221 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| DoubleElementClose | ) |
Definition at line 331 of file cfx_xmlparser_unittest.cpp.
| TEST_F | ( | CFX_XMLParserTest | , |
| EmptyCData | ) |
Definition at line 151 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| Entities | ) |
Definition at line 234 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| EntityOverflowDecimal | ) |
Definition at line 274 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| EntityOverflowHex | ) |
Definition at line 259 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| IncompleteCData | ) |
Definition at line 123 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| IncorrectCommentStart | ) |
Definition at line 179 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().
| TEST_F | ( | CFX_XMLParserTest | , |
| IsXMLNameChar | ) |
Definition at line 289 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLParser::IsXMLNameChar().
| TEST_F | ( | CFX_XMLParserTest | , |
| ParseInstruction | ) |
Definition at line 335 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLInstruction::IsOriginalXFAVersion(), and CFX_XMLNode::kInstruction.
| TEST_F | ( | CFX_XMLParserTest | , |
| UnClosedCData | ) |
Definition at line 137 of file cfx_xmlparser_unittest.cpp.
References CFX_XMLElement::GetTextData().