Searched refs:node (Results 426 - 450 of 510) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/java/util/
H A DUUID.java51 * 0x0000FFFFFFFFFFFF node
325 * The node value associated with this UUID.
327 * <p> The 48 bit node value is constructed from the node field of this
331 * <p> The node value is only meaningful in a time-based UUID, which has
335 * @return The node value of this {@code UUID}
340 public long node() { method in class:UUID
359 * <node>
364 * node = 6*<hexOctet>
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTrees.java94 * Gets the Tree node for a given Element.
95 * Returns null if the node can not be found.
100 * Gets the ClassTree node for a given TypeElement.
101 * Returns null if the node can not be found.
106 * Gets the MethodTree node for a given ExecutableElement.
107 * Returns null if the node can not be found.
112 * Gets the Tree node for an AnnotationMirror on a given Element.
113 * Returns null if the node can not be found.
118 * Gets the Tree node for an AnnotationValue for an AnnotationMirror on a given Element.
119 * Returns null if the node ca
126 getPath(CompilationUnitTree unit, Tree node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DXSLTCDTMManager.java350 final org.w3c.dom.Node node = domsrc.getNode();
351 final DOM2SAX dom2sax = new DOM2SAX(node);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_es.properties58 dom-node-read-not-supported = No se puede leer la propiedad del nodo DOM. No existe el \u00E1rbol DOM.
H A DSAXMessages_it.properties58 dom-node-read-not-supported = Impossibile leggere la propriet\u00E0 di nodo DOM. Non esiste alcuna struttura DOM.
H A DSAXMessages_pt_BR.properties58 dom-node-read-not-supported = N\u00E3o \u00E9 poss\u00EDvel ler a propriedade do n\u00F3 de DOM. N\u00E3o existe uma \u00E1rvore de DOM.
H A DSAXMessages_sv.properties58 dom-node-read-not-supported = Kan inte l\u00E4sa egenskap f\u00F6r DOM-nod. Det finns inget DOM-tr\u00E4d.
H A DDOMMessages_de.properties67 wf-invalid-character-in-node-name = {0}-Knoten mit dem Namen {1} enth\u00E4lt ung\u00FCltige XML-Zeichen.
H A DDOMMessages_it.properties67 wf-invalid-character-in-node-name = Il nodo {0} denominato {1} contiene caratteri XML non validi.
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEmptySerializer.java148 public void serialize(Node node) throws IOException argument
719 public void characters(Node node) throws SAXException argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java365 * icon indicating the type of node (leaf, branch...). The tree is
412 Object node = t.getPathForRow(offsetRow).
415 if (t.getModel().isLeaf(node))
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DXmlSupport.java60 "<!ELEMENT root (map, node*) >" +
64 "<!ELEMENT node (map, node*) >" +
65 "<!ATTLIST node" +
86 * Export the specified preferences node and, if subTree is true, all
94 * @throws IllegalStateException if this node (or an ancestor) has been
118 e = (Element) e.appendChild(doc.createElement("node"));
127 * Put the preferences in the specified Preferences node into the
128 * specified XML element which is assumed to represent a node
131 * XML node conformin
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowScene.java264 protected Widget attachNodeWidget(InputBlock node) { argument
265 BlockWidget w = new BlockWidget(this, node);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOutboundReferenceParameterHeader.java280 Element node = (Element)infoset.writeTo(header);
281 node.setAttributeNS(AddressingVersion.W3C.nsUri,AddressingVersion.W3C.getPrefix()+":"+IS_REFERENCE_PARAMETER,TRUE_VALUE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXmlUtil.java165 public static String getTextForNode(Node node) { argument
168 NodeList children = node.getChildNodes();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.cup110 * creates a StepPattern instead of just returning a node type. It also
291 * nodesets only if the context node is of type element.
580 // Expand '//' into '/descendant-or-self::node()/' or
679 // Expand 'rlp//step' -> 'rlp/descendant-or-self::node()/step'
692 // Expand '//' into '/descendant-or-self::node()/' or
856 SyntaxTreeNode node = parser.lookupName(varName);
858 if (node != null) {
859 if (node instanceof Variable) {
860 RESULT = new VariableRef((Variable)node);
862 else if (node instanceo
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp112 // ie. two assignments: b := c, a := b start with node c:
115 // ie. cycle a := b, b := a start with node a
130 } // else dest is a start node
148 ResolveNode* node = virtual_operands()[i]; local
149 if (!node->visited()) {
151 move(NULL, node);
152 node->set_start_node();
159 ResolveNode* node = other_operands()[i]; local
160 for (int j = node->no_of_destinations() - 1; j >= 0; j --) {
161 emit_move(node
168 ResolveNode* node; local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java67 // some components may set error node
259 Node node = locator.getRelatedNode();
260 if (node != null) {
262 fOut.print(node.getNodeName());
295 // REVISIT: do well-formedness issues involving XML declaration <?xml ... ?> need to be added to hash table (no XML declaration node in DOM, but Document includes xmlEncoding, xmlStandalone, xmlVersion, etc.
300 fgDOMErrorTypeTable.put(new XMLErrorCode(XMLMessageFormatter.XML_DOMAIN, "TwoColonsInQName"), "wf-invalid-character-in-node-name");
301 fgDOMErrorTypeTable.put(new XMLErrorCode(XMLMessageFormatter.XML_DOMAIN, "ColonNotLegalWithNS"), "wf-invalid-character-in-node-name");
308 fgDOMErrorTypeTable.put(new XMLErrorCode(XMLMessageFormatter.XML_DOMAIN, "ETagRequired"), "wf-invalid-character-in-node-name");
309 fgDOMErrorTypeTable.put(new XMLErrorCode(XMLMessageFormatter.XML_DOMAIN, "ElementUnterminated"), "wf-invalid-character-in-node-name");
313 fgDOMErrorTypeTable.put(new XMLErrorCode(XMLMessageFormatter.XML_DOMAIN, "ETagUnterminated"), "wf-invalid-character-in-node
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java807 * Process a DOM <code>Document</code> node. The processing depends on the
847 * Process a DOM <code>Element</code> node. The processing depends on the
887 * Process the contents of a DOM <code>Element</code> node. The processing
1407 * @param node the <code>Node</code> to clear.
1409 private static void removeContent(Node node) { argument
1410 while (node.hasChildNodes()) {
1411 node.removeChild(node.getFirstChild());
1487 * When passed in an EncryptedData node, returns the decryption
1814 * @param doc Document that will own the created Transforms node
1913 canonSerialize(Node node) argument
3918 removeElementRetrievalInformation(Element node) argument
3922 addElementRetrievalInformation(Element node) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp48 _bb_idx(arena(), (int)(1.10 * phase->C->unique()), 0, 0), // node idx to index in bb
53 _node_info(arena(), 8, 0, SWNodeInfo::initial), // info needed per node
57 _visited(arena()), // visited node set
58 _post_visited(arena()), // post visited node set
59 _n_idx_list(arena(), 8), // scratch list of (node,index) pairs
62 _lpt(NULL), // loop tree node
117 // 3) The maximum depth in the node graph from the beginning of the block
118 // to each node is computed. This is used to prune the graph search
428 tty->print("\nVector align to node: ");
507 // First, assign a dependence node t
2418 make_node(Node* node) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java105 if (a.getLocalName().equals("node"))
118 validate(bindings); // validate this node
136 //the node does not have
147 //if the target node is xs:schema, declare the jaxb version on it as latter on it will be
172 if ((isJAXWSBindings(bindings) || isJAXBBindings(bindings)) && bindings.getAttributeNode("node") != null) {
173 targetNodes = evaluateXPathMultiNode(bindings, target, bindings.getAttribute("node"), new NamespaceContextImpl(bindings));
175 if (isJAXWSBindings(bindings) && (bindings.getAttributeNode("node") == null) && !isToplevelBinding) {
231 * Determines the target node of the "bindings" element
232 * by using the inherited target node, then put
240 validate(bindings); // validate this node
342 isTopLevelBinding(Node node) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java86 * @param rootNode the initial root node of the valid policy tree
415 * @param origRootNode the root node of the valid policy tree
419 * @return the root node of the valid policy tree after modification
605 for (PolicyNodeImpl node : rootNode.getPolicyNodes(certIndex)) {
606 initial.remove(node.getValidPolicy());
609 // we deleted the anyPolicy node and have nothing to re-add,
621 PolicyNodeImpl node = new PolicyNodeImpl(parentNode, policy,
630 * is in the expected policy set and creates a new child node
643 * @param rootNode the root node of the valid policy tree
696 + "child node");
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java96 /** The current previous node, needed only for construction time.
141 /** Data or qualified name values, one array element for each node. */
145 * This table holds the ID string to node associations, for
185 * CDATA_SECTION node currently being acumulated,
186 * or -1 if there is no text node in progress
243 * @param usePrevsib true if we want to build the previous sibling node array.
305 * Get the data or qualified name for the given node identity.
307 * @param identity The node identity.
495 * string-value of the given node (see http://www.w3.org/TR/xpath#data-model
496 * for the definition of a node'
2496 getSourceLocatorFor(int node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DParentNode.java36 * nodes. Not every node in the DOM can have children, so only nodes that can
111 * Returns a duplicate of a given node. You can consider this a
116 * Example: Cloning a Text node will copy both the node and the text it
121 * has been requested. A shallow clone of an Attr node will yield an
124 * NOTE: Clones will always be read/write, even if the node being cloned
176 * set the ownerDocument of this node and its children
193 * Test whether this node has any children. Convenience shorthand
204 * Obtain a NodeList enumerating all children of this node. If there
250 final void lastChild(ChildNode node) { argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DDFAContentModel.java140 * The NFA position of the special EOC (end of content) node. This
155 * non-epsilon leaf node.) This is only used during the building of
161 * This is the head node of our intermediate representation. It is
273 * A value of -1 in the children array indicates a PCDATA node. All other
444 // we create a top level binary node of which the special EOC value
445 // is set as the right side node. The the left side is set to the
452 // node's DFA state position and count the number of such leafs, which
455 // The nodeTmp object is passed in just as a temp node to use during
456 // the recursion. Otherwise, we'd have to create a new node on every
483 // And handle specially the EOC node, whic
[all...]

Completed in 106 milliseconds

<<11121314151617181920>>