Searched refs:node (Results 151 - 175 of 510) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/util/prefs/
H A DCommentsInXml.java48 " <node name=\"hlrAgent\"> <!-- HLR Agent --> " +
52 " </node> " +
59 ur.node("hlrAgent").removeNode(); // clean
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestAnonSourceNames.java65 public Void visitClass(ClassTree node, CompilationUnitTree cu) { argument
66 Element element = trees.getElement(trees.getPath(cu, node));
69 "No element retrieved for node named ''" +
70 node.getSimpleName() + "''.");
83 return super.visitClass(node, cu);
H A DTestResourceElement.java79 public Void visitVariable(VariableTree node, CompilationUnitTree cu) { argument
81 if (node.getName().contentEquals("trv")) {
82 trvElement = trees.getElement(trees.getPath(cu, node));
84 return super.visitVariable(node, cu);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSingleNodeCounter.java53 public NodeCounter setStartNode(int node) { argument
54 _node = node;
55 _nodeType = _document.getExpandedTypeID(node);
128 public NodeCounter setStartNode(int node) { argument
129 _node = node;
130 _nodeType = _document.getExpandedTypeID(node);
133 _document.getExpandedTypeID(node));
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DElement.java51 public Element(final Node node, final P parent) { argument
52 this(getAttr(node, "name"), parent);
55 public static String getAttr(final Node node, final String key) { argument
56 final NamedNodeMap attrs = node.getAttributes();
74 final Node node = childNodes.item(i);
75 if (!selection.equals(node.getLocalName())) continue;
79 obj = ctor.newInstance(new Object[] { node, parent });
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPMetadata.java112 IIOMetadataNode node = new IIOMetadataNode("Chroma");
116 node.appendChild(subNode);
117 return node;
123 IIOMetadataNode node = null; // scratch node
127 node = new IIOMetadataNode("ImageOrientation");
128 node.setAttribute("value", "Normal");
129 dimension_node.appendChild(node);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java56 CheckNode node = ((CheckNodeListModel) list.getModel()).getCheckNodeAt(index);
57 node.setSelected(!node.isSelected());
70 CheckNode node = ((CheckNodeListModel) list.getModel()).getCheckNodeAt(index);
71 this.setSelected(node.isSelected());
/openjdk7/langtools/test/tools/javac/
H A DT6472751.java70 public Void scan(Tree node, Void ignored) { argument
71 if (node == null)
73 Kind k = node.getKind();
74 long pos = positions.getStartPosition(null,node);
78 return super.scan(node, ignored);
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp44 const char *IdealGraphPrinter::NODE_ELEMENT = "node";
398 // Output node
405 Node *node = n; local
407 node->_in_dump_cnt++;
408 print_prop(NODE_NAME_PROPERTY, (const char *)node->Name());
409 const Type *t = node->bottom_type();
411 print_prop("idx", node->_idx);
413 print_prop("debug_idx", node->_debug_idx);
417 Block *block = C->cfg()->_bbs[node->_idx];
425 const jushort flags = node
677 print(Compile* compile, const char *name, Node *node, int level, bool clear_nodes) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DSerializedFormBuilder.java138 * @param node the XML element that specifies which components to document
141 public void buildSerializedForm(XMLNode node, Content serializedTree) throws Exception { argument
144 buildChildren(node, serializedTree);
153 * @param node the XML element that specifies which components to document
156 public void buildSerializedFormSummaries(XMLNode node, Content serializedTree) { argument
161 buildChildren(node, serializedSummariesTree);
170 * @param node the XML element that specifies which components to document
173 public void buildPackageSerializedForm(XMLNode node, Content serializedSummariesTree) { argument
186 buildChildren(node, packageSerializedTree);
193 * @param node th
196 buildPackageHeader(XMLNode node, Content packageSerializedTree) argument
207 buildClassSerializedForm(XMLNode node, Content packageSerializedTree) argument
233 buildSerialUIDInfo(XMLNode node, Content classTree) argument
253 buildClassContent(XMLNode node, Content classTree) argument
266 buildSerializableMethods(XMLNode node, Content classContentTree) argument
302 buildMethodSubHeader(XMLNode node, Content methodsContentTree) argument
312 buildDeprecatedMethodInfo(XMLNode node, Content methodsContentTree) argument
322 buildMethodInfo(XMLNode node, Content methodsContentTree) argument
335 buildMethodDescription(XMLNode node, Content methodsContentTree) argument
345 buildMethodTags(XMLNode node, Content methodsContentTree) argument
364 buildFieldHeader(XMLNode node, Content classContentTree) argument
406 buildSerializableFields(XMLNode node, Content classContentTree) argument
435 buildFieldSubHeader(XMLNode node, Content fieldsContentTree) argument
450 buildFieldDeprecationInfo(XMLNode node, Content fieldsContentTree) argument
490 buildFieldInfo(XMLNode node, Content fieldsContentTree) argument
[all...]
H A DPackageSummaryBuilder.java113 * @param node the XML element that specifies which components to document
116 public void buildPackageDoc(XMLNode node, Content contentTree) throws Exception { argument
119 buildChildren(node, contentTree);
135 * @param node the XML element that specifies which components to document
139 public void buildContent(XMLNode node, Content contentTree) { argument
141 buildChildren(node, packageContentTree);
148 * @param node the XML element that specifies which components to document
152 public void buildSummary(XMLNode node, Content packageContentTree) { argument
154 buildChildren(node, summaryContentTree);
161 * @param node th
165 buildInterfaceSummary(XMLNode node, Content summaryContentTree) argument
195 buildClassSummary(XMLNode node, Content summaryContentTree) argument
225 buildEnumSummary(XMLNode node, Content summaryContentTree) argument
255 buildExceptionSummary(XMLNode node, Content summaryContentTree) argument
285 buildErrorSummary(XMLNode node, Content summaryContentTree) argument
315 buildAnnotationTypeSummary(XMLNode node, Content summaryContentTree) argument
346 buildPackageDescription(XMLNode node, Content packageContentTree) argument
359 buildPackageTags(XMLNode node, Content packageContentTree) argument
[all...]
H A DConstructorBuilder.java159 * @param node the XML element that specifies which components to document
162 public void buildConstructorDoc(XMLNode node, Content memberDetailsTree) { argument
175 buildChildren(node, constructorDocTree);
187 * @param node the XML element that specifies which components to document
190 public void buildSignature(XMLNode node, Content constructorDocTree) { argument
199 * @param node the XML element that specifies which components to document
202 public void buildDeprecationInfo(XMLNode node, Content constructorDocTree) { argument
211 * @param node the XML element that specifies which components to document
214 public void buildConstructorComments(XMLNode node, Content constructorDocTree) { argument
225 * @param node th
228 buildTagInfo(XMLNode node, Content constructorDocTree) argument
[all...]
H A DEnumConstantBuilder.java149 * @param node the XML element that specifies which components to document
152 public void buildEnumConstant(XMLNode node, Content memberDetailsTree) { argument
165 buildChildren(node, enumConstantsTree);
177 * @param node the XML element that specifies which components to document
180 public void buildSignature(XMLNode node, Content enumConstantsTree) { argument
188 * @param node the XML element that specifies which components to document
191 public void buildDeprecationInfo(XMLNode node, Content enumConstantsTree) { argument
201 * @param node the XML element that specifies which components to document
204 public void buildEnumConstantComments(XMLNode node, Content enumConstantsTree) { argument
215 * @param node th
218 buildTagInfo(XMLNode node, Content enumConstantsTree) argument
[all...]
H A DFieldBuilder.java150 * @param node the XML element that specifies which components to document
153 public void buildFieldDoc(XMLNode node, Content memberDetailsTree) { argument
166 buildChildren(node, fieldDocTree);
178 * @param node the XML element that specifies which components to document
181 public void buildSignature(XMLNode node, Content fieldDocTree) { argument
189 * @param node the XML element that specifies which components to document
192 public void buildDeprecationInfo(XMLNode node, Content fieldDocTree) { argument
201 * @param node the XML element that specifies which components to document
204 public void buildFieldComments(XMLNode node, Content fieldDocTree) { argument
213 * @param node th
216 buildTagInfo(XMLNode node, Content fieldDocTree) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmMemoryMeta.java111 return new SnmpCounter64(node.getJvmMemoryNonHeapMaxSize());
114 return new SnmpCounter64(node.getJvmMemoryNonHeapCommitted());
117 return new SnmpCounter64(node.getJvmMemoryNonHeapUsed());
124 return new SnmpCounter64(node.getJvmMemoryNonHeapInitSize());
127 return new SnmpCounter64(node.getJvmMemoryHeapMaxSize());
130 return new SnmpCounter64(node.getJvmMemoryHeapCommitted());
133 return new SnmpInt(node.getJvmMemoryGCCall());
136 return new SnmpCounter64(node.getJvmMemoryHeapUsed());
139 return new SnmpInt(node.getJvmMemoryGCVerboseLevel());
146 return new SnmpCounter64(node
649 protected JvmMemoryMBean node; field in class:JvmMemoryMeta
[all...]
H A DJvmClassLoadingMeta.java95 return new SnmpInt(node.getJvmClassesVerboseLevel());
98 return new SnmpCounter64(node.getJvmClassesUnloadedCount());
101 return new SnmpCounter64(node.getJvmClassesTotalLoadedCount());
104 return new SnmpGauge(node.getJvmClassesLoadedCount());
121 node.setJvmClassesVerboseLevel( new EnumJvmClassesVerboseLevel (((SnmpInt)x).toInteger()));
125 return new SnmpInt(node.getJvmClassesVerboseLevel());
154 node.checkJvmClassesVerboseLevel( new EnumJvmClassesVerboseLevel (((SnmpInt)x).toInteger()));
181 node = var;
326 protected JvmClassLoadingMBean node; field in class:JvmClassLoadingMeta
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java70 * <b>Note:</b> When any node in the document is serialized, the
325 * A method to be called when some text was changed in a text node,
328 void replacedText(NodeImpl node) { argument
333 ((RangeImpl)ranges.elementAt(i)).receiveReplacedText(node);
339 * A method to be called when some text was deleted from a text node,
342 void deletedText(NodeImpl node, int offset, int count) { argument
347 ((RangeImpl)ranges.elementAt(i)).receiveDeletedText(node,
354 * A method to be called when some text was inserted into a text node,
357 void insertedText(NodeImpl node, int offset, int count) { argument
362 ((RangeImpl)ranges.elementAt(i)).receiveInsertedText(node,
372 splitData(Node node, Node newNode, int offset) argument
518 addEventListener(NodeImpl node, String type, EventListener listener, boolean useCapture) argument
561 removeEventListener(NodeImpl node, String type, EventListener listener, boolean useCapture) argument
658 dispatchEvent(NodeImpl node, Event event) argument
872 AttrImpl node; field in class:DocumentImpl.EnclosingAttr
885 dispatchAggregateEvents(NodeImpl node, EnclosingAttr ea) argument
918 dispatchAggregateEvents(NodeImpl node, AttrImpl enclosingAttr, String oldvalue, short change) argument
970 saveEnclosingAttr(NodeImpl node) argument
1004 modifyingCharacterData(NodeImpl node, boolean replace) argument
1015 modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) argument
1040 replacedCharacterData(NodeImpl node, String oldvalue, String value) argument
1053 insertingNode(NodeImpl node, boolean replace) argument
1064 insertedNode(NodeImpl node, NodeImpl newInternal, boolean replace) argument
1129 removingNode(NodeImpl node, NodeImpl oldChild, boolean replace) argument
1196 removedNode(NodeImpl node, boolean replace) argument
1210 replacingNode(NodeImpl node) argument
1219 replacingData(NodeImpl node) argument
1228 replacedNode(NodeImpl node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java68 ElementImpl node = new ElementImpl(line, column, offset);
69 processElement(element, attributes, node);
70 // now the current node added, becomes the parent
71 parent = node;
72 return node;
77 ElementImpl node = new ElementImpl(line, column, offset);
78 processElement(element, attributes, node);
79 return node;
92 private void processElement(QName element, XMLAttributes attributes, ElementImpl node) { argument
94 // populate node
312 traverse(Node node, int depth) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java103 * Construct a XNodeSet object for one node.
144 * Get numeric value of the string conversion from a single node.
148 * @return numeric value of the string conversion from a single node.
160 * next node in the NodeSetDTM, or NAN if no node was found
165 int node = item(0);
166 return (node != DTM.NULL) ? getNumberFromNode(node) : Double.NaN;
174 * next node in the NodeSetDTM, or NAN if no node wa
[all...]
/openjdk7/langtools/test/tools/javac/generics/6413682/
H A DTestPos.java74 public Void visitCompilationUnit(CompilationUnitTree node, Trees trees) {
75 toplevel = node;
76 return super.visitCompilationUnit(node, trees);
79 public Void visitErroneous(ErroneousTree node, Trees trees) {
81 long startPos = trees.getSourcePositions().getStartPosition(toplevel, node);
82 long endPos = trees.getSourcePositions().getEndPosition(toplevel, node);
86 node.getErrorTrees()));
88 error("Start pos for %s is incorrect (%s)!", node, startPos);
90 error("End pos for %s is incorrect (%s)!", node, endPos);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java100 * Traverses a DOM node and writes out on a streaming writer.
102 * @param node
105 public static void serializeNode(Element node, XMLStreamWriter writer) throws XMLStreamException { argument
106 writeTagWithAttributes(node, writer);
108 if (node.hasChildNodes()) {
109 NodeList children = node.getChildNodes();
135 public static void writeTagWithAttributes(Element node, XMLStreamWriter writer) throws XMLStreamException { argument
136 String nodePrefix = fixNull(node.getPrefix());
137 String nodeNS = fixNull(node.getNamespaceURI());
139 String nodeLocalName = node
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DDOM2SAX.java140 private static String getLocalName(Node node) { argument
141 final String localName = node.getLocalName();
144 final String qname = node.getNodeName();
176 private void parse(Node node) throws IOException, SAXException { argument
178 if (node == null) return;
180 switch (node.getNodeType()) {
187 // These node types are ignored!!!
190 final String cdata = node.getNodeValue();
205 final String value = node.getNodeValue();
213 Node next = node
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java52 * node. Since evaluation of an XPath expression can result in various
129 // If the context node supports DOM Events and the type is one of the iterator
146 // probably not a node type
164 // probably not a node type
242 * The value of this single node result, which may be <code>null</code>.
256 // "The XPathResult of XPath expression {0} has an XPathResultType of {1} which cannot be converted to a single node.
269 Node node = result.nextNode();
271 // Wrap "namespace node" in an XPathNamespace
272 if (isNamespaceNode(node)) {
273 return new XPathNamespaceImpl(node);
481 isNamespaceNode(Node node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java130 * @param node Single node to be added to the new set.
132 public NodeSet(Node node) argument
137 addNode(node);
141 * @return The root node of the Iterator, as specified when it was created.
178 * This attribute determines which node types are presented via the
217 * expanded and does not expose the entity reference node itself, use the
218 * whatToShow flags to hide the entity reference node and set
221 * expansion, use the whatToShow flags to show the entity reference node
234 * Returns the next node i
634 addNodeInDocOrder(Node node, boolean test, XPathContext support) argument
708 addNodeInDocOrder(Node node, XPathContext support) argument
1260 setElementAt(Node node, int index) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java116 Node node =
118 node.normalize();
121 if (node.getNodeType() == Node.DOCUMENT_NODE) {
122 element = ((Document) node).getDocumentElement();
123 } else if (node.getNodeType() == Node.ELEMENT_NODE) {
124 element = (Element) node;

Completed in 90 milliseconds

1234567891011>>