Home | History | Annotate | Download | only in doc

Lines Matching refs:ctxt

987     ctxt = doc.xpathNewContext()
989 res = ctxt.xpathEval("//head/title")
995 items = ctxt.xpathEval("//h1 | //h2 | //h3 | //text()")
1082 ctxt = doc.xpathNewContext()
1083 texts = ctxt.xpathEval("//pre//text()")
1103 ctxt = doc.xpathNewContext()
1104 anchors = ctxt.xpathEval("//a[@href]")