Lines Matching refs:CJX_Node
87 const CJX_MethodSpec CJX_Node::MethodSpecs[] = {
100 CJX_Node::CJX_Node(CXFA_Node* node) : CJX_Tree(node) { in CJX_Node() function in CJX_Node
104 CJX_Node::~CJX_Node() = default;
106 CXFA_Node* CJX_Node::GetXFANode() { in GetXFANode()
110 const CXFA_Node* CJX_Node::GetXFANode() const { in GetXFANode()
114 CJS_Return CJX_Node::applyXSL(CJS_V8* runtime, in applyXSL()
123 CJS_Return CJX_Node::assignNode( in assignNode()
133 CJS_Return CJX_Node::clone(CJS_V8* runtime, in clone()
146 CJS_Return CJX_Node::getAttribute( in getAttribute()
157 CJS_Return CJX_Node::getElement( in getElement()
178 CJS_Return CJX_Node::isPropertySpecified( in isPropertySpecified()
202 CJS_Return CJX_Node::loadXML(CJS_V8* runtime, in loadXML()
322 CJS_Return CJX_Node::saveFilteredXML( in saveFilteredXML()
329 CJS_Return CJX_Node::saveXML(CJS_V8* runtime, in saveXML()
370 CJS_Return CJX_Node::setAttribute( in setAttribute()
382 CJS_Return CJX_Node::setElement( in setElement()
392 void CJX_Node::id(CFXJSE_Value* pValue, in id()
398 void CJX_Node::ns(CFXJSE_Value* pValue, in ns()
409 void CJX_Node::model(CFXJSE_Value* pValue, in model()
420 void CJX_Node::isContainer(CFXJSE_Value* pValue, in isContainer()
430 void CJX_Node::isNull(CFXJSE_Value* pValue, in isNull()
444 void CJX_Node::oneOfChild(CFXJSE_Value* pValue, in oneOfChild()
460 int32_t CJX_Node::execSingleEventByName(const WideStringView& wsEventName, in execSingleEventByName()