Home
last modified time | relevance | path

Searched refs:_Document (Results 1 – 25 of 1985) sorted by relevance

12345678910>>...80

/dports/devel/py-lxml/lxml-4.7.1/src/lxml/includes/
H A Detreepublic.pxd30 cdef class lxml.etree._Document [ object LxmlDocument ]:
34 cdef _Document _doc
41 cdef _Document _doc
45 cdef object (*_lookup_function)(object, _Document, tree.xmlNode*)
50 cdef object (*_fallback_function)(object, _Document, tree.xmlNode*)
56 cdef _Element elementFactory(_Document doc, tree.xmlNode* c_node)
69 cdef _Element makeElement(tag, _Document doc, parser,
88 cdef object lookupDefaultElementClass(_1, _Document _2,
93 cdef object lookupNamespaceElementClass(_1, _Document _2,
98 _Document doc, tree.xmlNode* c_node)
[all …]
/dports/editors/aewan/aewan-1.0.01/
H A Dpsd.h47 struct _Document;
50 extern struct _Document *_doc;
H A Ddocument.h40 struct _Document { struct
48 typedef struct _Document Document; argument
H A Dpsd.c40 struct _Document *_doc;
/dports/textproc/p5-PPI/PPI-1.270/t/
H A D11_util.t39 isa_ok( _Document( $thing ), 'PPI::Document' );
47 is( _Document( $thing ), undef, '_Document(evil) returns undef' );
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Dpublic-api.pxi3 cdef public api _Element deepcopyNodeToDocument(_Document doc, xmlNode* c_root):
26 cdef public api _Element elementFactory(_Document doc, xmlNode* c_node):
31 cdef public api _Element makeElement(tag, _Document doc, parser,
51 _Document doc, xmlNode* c_node):
59 cdef public api _Document documentOrRaise(object input):
175 _Document doc, xmlNode* c_node, const_xmlChar* href, const_xmlChar* prefix) except NULL:
H A Dclasslookup.pxi111 cdef _Document doc
141 cdef _Document doc
170 cdef _Document doc
210 ctypedef public object (*_element_class_lookup_function)(object, _Document, xmlNode*)
256 _Document doc, xmlNode* c_node):
307 cdef object _lookupDefaultElementClass(state, _Document _doc, xmlNode* c_node):
375 cdef object _attribute_class_lookup(state, _Document doc, xmlNode* c_node):
401 cdef object _parser_class_lookup(state, _Document doc, xmlNode* c_node):
434 cdef object _custom_class_lookup(state, _Document doc, xmlNode* c_node):
519 cdef object _python_class_lookup(state, _Document doc, tree.xmlNode* c_node):
H A Dproxy.pxi29 cdef inline int _registerProxy(_Element proxy, _Document doc,
114 cdef _Element _fakeDocElementFactory(_Document doc, xmlNode* c_element):
196 # fix _Document references and namespaces when a node changes documents
298 cdef int moveNodeToDocument(_Document doc, xmlDoc* c_source_doc,
304 _Document references.
382 # 4) fix _Document references
424 cdef int _fixCNs(_Document doc, xmlNode* c_start_node, xmlNode* c_node,
454 cdef void fixElementDocument(xmlNode* c_element, _Document doc,
594 cdef _Document _adoptForeignDoc(xmlDoc* c_doc, _BaseParser parser=None, bint is_owned=True):
H A Dxslt.pxi305 _Document doc):
374 cdef _Document doc
503 cdef _Document input_doc
505 cdef _Document result_doc
506 cdef _Document profile_doc = None
712 cdef _Document _profile
726 cdef _Document doc
755 cdef _Document doc
863 cdef _xsltResultTreeFactory(_Document doc, XSLT xslt, _Document profile):
886 cdef _findStylesheetByID(_Document doc, id):
[all …]
H A Dextensions.pxi31 cdef _Document _doc
138 cdef _register_context(self, _Document doc):
351 cdef _Document _findDocumentForNode(self, xmlNode* c_node):
357 cdef _Document doc
554 cdef xpath.xmlXPathObject* _wrapXPathObject(object obj, _Document doc,
616 _Document doc, _BaseContext context):
644 cdef object _createNodeSetResult(xpath.xmlXPathObject* xpathObj, _Document doc,
658 cdef _unpackNodeSetEntry(list results, xmlNode* c_node, _Document doc,
703 cdef _Element _instantiateElementFromXPath(xmlNode* c_node, _Document doc,
782 cdef object _buildElementStringResult(_Document doc, xmlNode* c_node,
[all …]
H A Dxmlid.pxi54 cdef _Document doc
66 cdef _Document _doc
70 cdef _Document doc
H A Dxpath.pxi66 cdef register_context(self, _Document doc):
215 cdef object _handle_result(self, xpath.xmlXPathObject* xpathObj, _Document doc):
254 cdef _Document doc
291 cdef _Document doc
340 cdef _Document doc
426 cdef _Document document
H A Dschematron.pxi77 cdef _Document doc
134 cdef _Document doc
H A Drelaxng.pxi46 cdef _Document doc
116 cdef _Document doc
H A Dapihelpers.pxi21 cdef inline int _assertValidDoc(_Document doc) except -1:
24 cdef _Document _documentOrRaise(object input):
30 cdef _Document doc
38 elif isinstance(input, _Document):
39 doc = <_Document>input
58 elif isinstance(input, _Document):
59 node = (<_Document>input).getroot()
75 cdef _Element _makeElement(tag, xmlDoc* c_doc, _Document doc,
142 cdef _Document doc
202 cdef int _setNodeNamespaces(xmlNode* c_node, _Document doc,
[all …]
H A Dparsertarget.pxi145 # no _Document proxy => orphen
176 # no _Document proxy => orphen
H A Dxmlschema.pxi37 cdef _Document _doc
108 cdef _Document doc
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/Document/
H A DNormalized.pm91 sub _Document { $_[0]->{Document} } subroutine
160 my $rv = $self->_equal_blessed( $self->_Document, $other->_Document );
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/COM/util/
H A DProxyObjectFactory_Test.java81 … public _Document Add(Object template, Object newTemplate, Object documentType, Object visible); in Add()
84 public _Document Add(Object... someArgs); in Add()
88 public interface _Document extends IDispatch { interface in ProxyObjectFactory_Test
243 _Document myDocument = documents.Add(); in testVarargsCallWithParameter()
H A DProxyObjectObjectFactory_Test.java85 … public _Document Add(Object template, Object newTemplate, Object documentType, Object visible); in Add()
88 public _Document Add(Object... someArgs); in Add()
92 public interface _Document extends IDispatch { interface in ProxyObjectObjectFactory_Test
252 _Document myDocument = documents.Add(); in testVarargsCallWithParameter()
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/
H A DUtil.pm33 sub _Document { subroutine
H A DNormal.pm178 $self->{Document} = _Document(shift) or return undef;
/dports/textproc/p5-Search-Estraier/Search-Estraier-0.09/
H A DMANIFEST13 t/1_Document.t
H A DChanges88 M /trunk/t/1_Document.t
201 M /trunk/t/1_Document.t
609 M /trunk/t/1_Document.t
626 M /trunk/t/1_Document.t
638 M /trunk/t/1_Document.t
849 M /trunk/t/1_Document.t
1085 M /trunk/t/1_Document.t
1111 A /trunk/t/1_Document.t (from /trunk/t/1_document.t:14)
/dports/textproc/p5-PPI-HTML/PPI-HTML-1.08/lib/PPI/
H A DHTML.pm164 my $Document = $self->_Document(shift) or return undef;
381 sub _Document { subroutine

12345678910>>...80