![]() |
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_xmlinstruction.h"#include <memory>#include "core/fxcrt/cfx_read_only_span_stream.h"#include "core/fxcrt/xml/cfx_xmldocument.h"#include "core/fxcrt/xml/cfx_xmlelement.h"#include "core/fxcrt/xml/cfx_xmlparser.h"#include "testing/gtest/include/gtest/gtest.h"#include "testing/string_write_stream.h"Go to the source code of this file.
Functions | |
| TEST (CFX_XMLInstructionTest, GetType) | |
| TEST (CFX_XMLInstructionTest, AcrobatInstruction) | |
| TEST (CFX_XMLInstructionTest, OriginalXFAInstruction) | |
| TEST (CFX_XMLInstructionTest, TargetData) | |
| TEST (CFX_XMLInstructionTest, Clone) | |
| TEST (CFX_XMLInstructionTest, SaveXML) | |
| TEST (CFX_XMLInstructionTest, SaveAcrobat) | |
| TEST (CFX_XMLInstructionTest, ParseAndReSave) | |
| TEST (CFX_XMLInstructionTest, ParseAndReSaveInnerInstruction) | |
| TEST | ( | CFX_XMLInstructionTest | , |
| AcrobatInstruction | ) |
Definition at line 21 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::CFX_XMLInstruction(), CFX_XMLInstruction::IsAcrobat(), and CFX_XMLInstruction::IsOriginalXFAVersion().
| TEST | ( | CFX_XMLInstructionTest | , |
| Clone | ) |
Definition at line 46 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::CFX_XMLInstruction(), CFX_XMLInstruction::AppendData(), CFX_XMLInstruction::Clone(), CFX_XMLNode::GetType(), CFX_XMLInstruction::IsAcrobat(), CFX_XMLNode::kInstruction, and ToXMLInstruction().
| TEST | ( | CFX_XMLInstructionTest | , |
| GetType | ) |
Definition at line 16 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::CFX_XMLInstruction(), CFX_XMLInstruction::GetType(), and CFX_XMLNode::kInstruction.
| TEST | ( | CFX_XMLInstructionTest | , |
| OriginalXFAInstruction | ) |
Definition at line 27 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::CFX_XMLInstruction(), CFX_XMLInstruction::IsAcrobat(), and CFX_XMLInstruction::IsOriginalXFAVersion().
| TEST | ( | CFX_XMLInstructionTest | , |
| ParseAndReSave | ) |
Definition at line 85 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::IsAcrobat(), CFX_XMLNode::kInstruction, and CFX_XMLInstruction::Save().
| TEST | ( | CFX_XMLInstructionTest | , |
| ParseAndReSaveInnerInstruction | ) |
Definition at line 117 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLElement::GetName(), CFX_XMLInstruction::IsAcrobat(), CFX_XMLNode::kElement, and CFX_XMLElement::Save().
| TEST | ( | CFX_XMLInstructionTest | , |
| SaveAcrobat | ) |
Definition at line 73 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::CFX_XMLInstruction(), CFX_XMLInstruction::AppendData(), and CFX_XMLInstruction::Save().
| TEST | ( | CFX_XMLInstructionTest | , |
| SaveXML | ) |
Definition at line 66 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::CFX_XMLInstruction(), and CFX_XMLInstruction::Save().
| TEST | ( | CFX_XMLInstructionTest | , |
| TargetData | ) |
Definition at line 33 of file cfx_xmlinstruction_unittest.cpp.
References CFX_XMLInstruction::CFX_XMLInstruction(), and CFX_XMLInstruction::AppendData().