Lines Matching refs:CJX_Node
133 const CJX_MethodSpec CJX_Node::MethodSpecs[] = {
146 CJX_Node::CJX_Node(CXFA_Node* node) : CJX_Tree(node) { in CJX_Node() function in CJX_Node
150 CJX_Node::~CJX_Node() = default;
152 bool CJX_Node::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
156 CXFA_Node* CJX_Node::GetXFANode() const { in GetXFANode()
160 CJS_Result CJX_Node::applyXSL(CFX_V8* runtime, in applyXSL()
169 CJS_Result CJX_Node::assignNode( in assignNode()
179 CJS_Result CJX_Node::clone(CFX_V8* runtime, in clone()
193 CJS_Result CJX_Node::getAttribute( in getAttribute()
204 CJS_Result CJX_Node::getElement( in getElement()
227 CJS_Result CJX_Node::isPropertySpecified( in isPropertySpecified()
255 CJS_Result CJX_Node::loadXML(CFX_V8* runtime, in loadXML()
374 CJS_Result CJX_Node::saveFilteredXML( in saveFilteredXML()
381 CJS_Result CJX_Node::saveXML(CFX_V8* runtime, in saveXML()
423 CJS_Result CJX_Node::setAttribute( in setAttribute()
439 CJS_Result CJX_Node::setElement( in setElement()
449 void CJX_Node::ns(CFXJSE_Value* pValue, in ns()
460 void CJX_Node::model(CFXJSE_Value* pValue, in model()
471 void CJX_Node::isContainer(CFXJSE_Value* pValue, in isContainer()
481 void CJX_Node::isNull(CFXJSE_Value* pValue, in isNull()
495 void CJX_Node::oneOfChild(CFXJSE_Value* pValue, in oneOfChild()
512 XFA_EventError CJX_Node::execSingleEventByName(WideStringView wsEventName, in execSingleEventByName()