Searched +refs:dom +refs:domNode +refs:length (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.h50 | Added -parameters option to domNode xslt method, to enable setting of
69 #include <dom.h>
74 int length, int terminate);
81 domNode * xmlNode,
H A Ddom.c5 | $Id: dom.c,v 1.107 2007/12/25 23:18:41 rolf Exp $
52 #include <dom.h>
150 domNode *currentNode;
236 domAttrNode * coerceToAttrNode( domNode *n ) {
240 domTextNode * coerceToTextNode( domNode *n ) {
244 domProcessingInstructionNode * coerceToProcessingInstructionNode( domNode *n ) {
486 domNode *node,
487 domNode *other
490 domNode *nodeAncestor, *otherAncestor, *otherToplevel;
602 domNode *nod
1996 domReadDocument( XML_Parser parser, char *xml, int length, int ignoreWhiteSpaces, TEncoding *encoding_8bit, int storeLineColumn, int feedbackAfter, Tcl_Channel channel, const char *baseurl, char *extResolver, int useForeignDTD, int paramEntityParsing, Tcl_Interp *interp ) argument
3806 domNewTextNode( domDocument *doc, const char *value, int length, domNodeType nodeType ) argument
3840 domEscapeCData( char *value, int length, Tcl_DString *escapedData ) argument
3880 domAppendNewTextNode( domNode *parent, char *value, int length, domNodeType nodeType, int disableOutputEscaping ) argument
4041 domAppendData( domTextNode *node, char *value, int length, int disableOutputEscaping ) argument
[all...]
H A Dtcldom.c31 | July00 Zoran Vasiljevic Added "domNode appendFromScript"
48 #include <dom.h>
195 "Usage dom <subCommand> <args>, where subCommand can be: \n"
425 domNode * node,
564 domNode *node = dinfo->node;
594 domNode * node,
620 domNode *node,
755 domNode *node,
761 domNode *child;
826 domNode * tcldom_fin
1436 tcldom_xsltMsgCB( void *clientData, char *str, int length, int terminate ) argument
1793 int i, rc, length, valueLength, attrLength, attrValueLength; local
3360 int i, result, length, optionIndex; local
3622 int result, length, methodIndex, i, line, column; local
4595 Tcl_SetStringObj(Tcl_GetObjResult(interp), str, length); local
[all...]
H A Ddomxpath.c72 #include <dom.h>
238 static int xpathEvalStep (ast step, domNode *ctxNode, domNode *exprContext,
243 static int xpathEvalPredicate (ast steps, domNode *exprContext,
295 fprintf(stderr, "%2d domNode%p %s ",
313 fprintf(stderr, "%2d domNode%p text:'%s' \n",
323 fprintf(stderr, "%2d domNode%p text:'%s' \n",
381 void rsAddNode ( xpathResultSet *rs, domNode *node) {
389 rs->nodes = (domNode**)MALLOC(INITIAL_SIZE * sizeof(domNode*));
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/lib/
H A Dtdom.tcl41 namespace eval ::dom {
44 namespace eval domNode {
71 proc ::dom::DOMImplementation::hasFeature { dom feature {version ""} } {
98 proc ::dom::DOMImplementation::load { dom url } {
113 proc ::dom::domDoc::isa { doc className } {
129 proc ::dom::domDoc::info { doc subcommand args } {
157 proc ::dom::domDoc::importNode { doc importedNode deep } {
168 # isa (domNode metho
[all...]

Completed in 294 milliseconds