Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cjx_handler.cpp
Go to the documentation of this file.
1// Copyright 2017 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#include "fxjs/xfa/cjx_handler.h"
8
9#include "xfa/fxfa/parser/cxfa_handler.h"
10
11CJX_Handler::CJX_Handler(CXFA_Handler* node) : CJX_TextNode(node) {}
12
13CJX_Handler::~CJX_Handler() = default;
14
15bool CJX_Handler::DynamicTypeIs(TypeTag eType) const {
16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType);
17}
18
19void CJX_Handler::version(v8::Isolate* pIsolate,
20 v8::Local<v8::Value>* pValue,
21 bool bSetting,
22 XFA_Attribute eAttribute) {}
~CJX_Handler() override
bool DynamicTypeIs(TypeTag eType) const override
bool DynamicTypeIs(TypeTag eType) const override
XFA_Attribute
Definition fxfa_basic.h:67