OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsDef
(Results
1 - 16
of
16
) sorted by null
/external/libxslt/libxslt/
namespaces.c
376
if (target->
nsDef
!= NULL) {
377
ns = target->
nsDef
;
443
if (target->
nsDef
!= NULL) {
444
ns = target->
nsDef
;
xslt.c
1069
cur = node->
nsDef
;
[
all
...]
transform.c
1178
if (node->
nsDef
!= NULL) {
1184
xsltCopyNamespaceList(ctxt, copy, node->
nsDef
);
1186
xsltCopyNamespaceListInternal(copy, node->
nsDef
);
[
all
...]
/external/libxml2/
tree.c
747
if (node->
nsDef
== NULL) {
748
node->
nsDef
= cur;
750
xmlNsPtr prev = node->
nsDef
;
[
all
...]
xmlreader.c
381
(cur->
nsDef
!= NULL))
382
xmlFreeNsList(cur->
nsDef
);
456
(cur->
nsDef
!= NULL))
457
xmlFreeNsList(cur->
nsDef
);
[
all
...]
xmlsave.c
889
if (cur->
nsDef
)
890
xmlNsListDumpOutput(buf, cur->
nsDef
);
[
all
...]
debugXML.c
115
cur = node->
nsDef
;
338
ns = node->
nsDef
;
1022
if ((node->type == XML_ELEMENT_NODE) && (node->
nsDef
!= NULL))
1023
xmlCtxtDumpNamespaceList(ctxt, node->
nsDef
);
[
all
...]
HTMLtree.c
859
if (cur->
nsDef
)
860
xmlNsListDumpOutput(buf, cur->
nsDef
);
c14n.c
620
for(ns = n->
nsDef
; ns != NULL; ns = ns->next) {
1066
ns = cur->
nsDef
;
[
all
...]
valid.c
[
all
...]
SAX2.c
[
all
...]
catalog.c
684
catalog->
nsDef
= ns;
[
all
...]
relaxng.c
[
all
...]
xmllint.c
[
all
...]
parser.c
[
all
...]
/external/libxml2/include/libxml/
tree.h
465
xmlNs *
nsDef
; /* namespace definitions on this node */
587
* (Note that this is not intended for elem->
nsDef
).
[
all
...]
Completed in 599 milliseconds