OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aNode
(Results
1 - 25
of
66
) sorted by null
1
2
3
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode01.java
78
Node
aNode
;
98
aNode
= newAttr.appendChild(importedChild);
99
aNode
= doc.importNode(newAttr, false);
100
ownerDocument =
aNode
.getOwnerDocument();
103
assertNotNull("
aNode
",
aNode
);
105
attrOwnerElement = ((Attr) /*Node */
aNode
).getOwnerElement();
107
specified = ((Attr) /*Node */
aNode
).getSpecified();
109
childList =
aNode
.getChildNodes();
111
nodeName =
aNode
.getNodeName()
[
all
...]
importNode04.java
75
Node
aNode
;
83
aNode
= docFrag.appendChild(comment);
84
aNode
= doc.importNode(docFrag, true);
85
children =
aNode
.getChildNodes();
87
child =
aNode
.getFirstChild();
importNode05.java
74
Node
aNode
;
86
aNode
= doc.importNode(element, false);
87
hasChild =
aNode
.hasChildNodes();
89
ownerDocument =
aNode
.getOwnerDocument();
93
name =
aNode
.getNodeName();
importNode06.java
73
Node
aNode
;
84
aNode
= doc.importNode(element, true);
85
hasChild =
aNode
.hasChildNodes();
87
name =
aNode
.getNodeName();
89
child =
aNode
.getFirstChild();
importNode13.java
75
Notation
aNode
;
86
aNode
= (Notation) doc.importNode(notation, false);
87
ownerDocument =
aNode
.getOwnerDocument();
91
publicVal =
aNode
.getPublicId();
93
system =
aNode
.getSystemId();
importNode14.java
72
ProcessingInstruction
aNode
;
83
aNode
= (ProcessingInstruction) doc.importNode(pi, false);
84
ownerDocument =
aNode
.getOwnerDocument();
89
target =
aNode
.getTarget();
91
data =
aNode
.getData();
importNode02.java
72
Node
aNode
;
80
aNode
= doc.importNode(cDataSec, false);
81
ownerDocument =
aNode
.getOwnerDocument();
86
value =
aNode
.getNodeValue();
importNode03.java
73
Node
aNode
;
81
aNode
= doc.importNode(comment, false);
82
ownerDocument =
aNode
.getOwnerDocument();
87
value =
aNode
.getNodeValue();
importNode07.java
82
Node
aNode
;
92
aNode
= doc.importNode(element, false);
93
attributes =
aNode
.getAttributes();
95
name =
aNode
.getNodeName();
importNode08.java
74
Node
aNode
;
82
aNode
= doc.importNode(docFrag, false);
83
hasChild =
aNode
.hasChildNodes();
85
ownerDocument =
aNode
.getOwnerDocument();
importNode10.java
75
Node
aNode
;
85
aNode
= doc.importNode(entRef, false);
86
ownerDocument =
aNode
.getOwnerDocument();
90
name =
aNode
.getNodeName();
importNode11.java
75
Node
aNode
;
83
aNode
= doc.importNode(entRef, true);
84
name =
aNode
.getNodeName();
86
child =
aNode
.getFirstChild();
importNode15.java
73
Node
aNode
;
81
aNode
= doc.importNode(text, false);
82
ownerDocument =
aNode
.getOwnerDocument();
87
value =
aNode
.getNodeValue();
/libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java
96
Node
aNode
;
114
aNode
= newAttr.appendChild(importedChild);
115
aNode
= doc.importNode(newAttr, false);
116
ownerDocument =
aNode
.getOwnerDocument();
119
assertNotNull("
aNode
",
aNode
);
122
attrOwnerElement = ((Attr) /* Node */
aNode
).getOwnerElement();
124
specified = ((Attr) /* Node */
aNode
).getSpecified();
126
childList =
aNode
.getChildNodes();
128
nodeName =
aNode
.getNodeName()
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMapElement.h
44
+ (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)
aNode
;
45
+ (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)
aNode
;
49
- (id) initWithNode:(NSInteger)aTType Node:(id)
aNode
;
50
- (id) initWithName:(NSString *)aName Node:(id)
aNode
;
60
- (void)setNode:(id)
aNode
;
61
- (void)putNode:(id)
aNode
;
62
- (void)putNode:(id)
aNode
With:(NSInteger)uniqueID;
63
//- (void)setObject:(id)
aNode
atIndex:anIndex;
ANTLRNodeMapElement.h
45
+ (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRTree>)
aNode
;
47
- (id) initWithAnIndex:(id)anIndex Node:(id)
aNode
;
52
- (void)setNode:(id<ANTLRTree>)
aNode
;
ANTLRUniqueIDMap.h
61
- (id)getNode:(id<ANTLRTree>)
aNode
;
62
- (void)putID:(id)anID Node:(id<ANTLRTree>)
aNode
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMapElement.h
44
+ (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)
aNode
;
45
+ (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)
aNode
;
49
- (id) initWithNode:(NSInteger)aTType Node:(id)
aNode
;
50
- (id) initWithName:(NSString *)aName Node:(id)
aNode
;
60
- (void)setNode:(id)
aNode
;
61
- (void)putNode:(id)
aNode
;
62
- (void)putNode:(id)
aNode
With:(NSInteger)uniqueID;
63
//- (void)setObject:(id)
aNode
atIndex:anIndex;
ANTLRNodeMapElement.h
45
+ (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRTree>)
aNode
;
47
- (id) initWithAnIndex:(id)anIndex Node:(id)
aNode
;
52
- (void)setNode:(id<ANTLRTree>)
aNode
;
ANTLRUniqueIDMap.h
61
- (id)getNode:(id<ANTLRTree>)
aNode
;
62
- (void)putID:(id)anID Node:(id<ANTLRTree>)
aNode
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMapElement.h
44
+ (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)
aNode
;
45
+ (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)
aNode
;
49
- (id) initWithNode:(NSInteger)aTType Node:(id)
aNode
;
50
- (id) initWithName:(NSString *)aName Node:(id)
aNode
;
60
- (void)setNode:(id)
aNode
;
61
- (void)putNode:(id)
aNode
;
62
- (void)putNode:(id)
aNode
With:(NSInteger)uniqueID;
63
//- (void)setObject:(id)
aNode
atIndex:anIndex;
ANTLRNodeMapElement.h
45
+ (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRTree>)
aNode
;
47
- (id) initWithAnIndex:(id)anIndex Node:(id)
aNode
;
52
- (void)setNode:(id<ANTLRTree>)
aNode
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMapElement.h
44
+ (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)
aNode
;
45
+ (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)
aNode
;
49
- (id) initWithNode:(NSInteger)aTType Node:(id)
aNode
;
50
- (id) initWithName:(NSString *)aName Node:(id)
aNode
;
60
- (void)setNode:(id)
aNode
;
61
- (void)putNode:(id)
aNode
;
62
- (void)putNode:(id)
aNode
With:(NSInteger)uniqueID;
63
//- (void)setObject:(id)
aNode
atIndex:anIndex;
ANTLRNodeMapElement.h
45
+ (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRBaseTree>)
aNode
;
47
- (id) initWithAnIndex:(id)anIndex Node:(id)
aNode
;
52
- (void)setNode:(id<ANTLRBaseTree>)
aNode
;
ANTLRTreeAdaptor.h
38
- (id)dupNode:(id)
aNode
; // copies just the node
104
- (NSUInteger) getUniqueID:(id)
aNode
;
113
- (id)dupNode:(id)
aNode
;
116
- (NSInteger) getType:(id)
aNode
;
117
- (void) setType:(id)
aNode
Type:(NSInteger)tokenType;
119
- (NSString *) getText:(id)
aNode
;
120
- (void) setText:(id)
aNode
Text:(NSString *)tokenText;
131
- (id) getChild:(id)
aNode
At:(NSInteger) i;
Completed in 166 milliseconds
1
2
3