Searched refs:node (Results 351 - 375 of 510) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSAListener.java54 public void showInspector(SimpleTreeNode node); argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibGroup.java48 * Represents a node in an SNMP MIB which corresponds to a group.
170 * @param req The sub-request that must be handled by this node.
175 * the MIB node.
199 * @param req The sub-request that must be handled by this node.
204 * the MIB node.
230 * @param req The sub-request that must be handled by this node.
235 * the MIB node.
241 // If we reach this node, we are below the root OID, so we just
274 // registered in varList, there is a corresponding node at the same
276 // So the trick is to register a null node i
315 registerNode(long[] oid, int cursor ,SnmpMibNode node) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizer.java58 * XPath Expression for selecting every node and continuous comments joined
59 * in only one node
280 * Canonicalizes the subtree rooted by <CODE>node</CODE>.
282 * @param node The node to canonicalize
287 public byte[] canonicalizeSubtree(Node node) throws CanonicalizationException { argument
288 return canonicalizerSpi.engineCanonicalizeSubTree(node);
292 * Canonicalizes the subtree rooted by <CODE>node</CODE>.
294 * @param node
299 public byte[] canonicalizeSubtree(Node node, Strin argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DXmlPolicyModelMarshaller.java149 for (ModelNode node : rootNode) {
150 final AssertionData data = node.getNodeData();
154 child = writer._element(nsVersion.asQName(node.getType().getXmlToken()), TypedXmlWriter.class);
171 marshal(nsVersion, node, child);
/openjdk7/langtools/test/tools/javac/api/
H A DTestOperators.java312 MethodTree node = trees.getTree(e);
313 debug = node;
320 typeTree = (ParameterizedTypeTree) node.getReturnType();
325 returnNode = (ReturnTree) node.getBody().getStatements().get(0);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java285 public <T> JAXBElement<T> unmarshal(Node node, Class<T> expectedType) throws JAXBException { argument
288 return (JAXBElement)unmarshal0(node,getBeanInfo(expectedType));
291 public final Object unmarshal( Node node ) throws JAXBException {
292 return unmarshal0(node,null);
301 public final Object unmarshal0( Node node, JaxBeanInfo expectedType ) throws JAXBException { argument
308 if(node.getNodeType() == Node.ELEMENT_NODE)
309 scanner.scan((Element)node);
311 if(node.getNodeType() == Node.DOCUMENT_NODE)
312 scanner.scan((Document)node);
315 throw new IllegalArgumentException("Unexpected node typ
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java95 public void doctypeDecl(DocumentType node) throws XNIException {} argument
97 public void characters(Text node) throws XNIException {} argument
99 public void cdata(CDATASection node) throws XNIException {} argument
101 public void comment(Comment node) throws XNIException {} argument
103 public void processingInstruction(ProcessingInstruction node) argument
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DLocPathIterator.java45 * as each node is iterated via nextNode(), the node is also stored
153 * a node (the context node... same value as "root" defined below)
170 * Get an instance of a DTM that "owns" a node handle. Since a node
185 * Get an instance of the DTMManager. Since a node
200 * query from the current context node is performed.
243 int node = clone.nextNode();
244 DTM dtm = clone.getDTM(node);
498 setItem(int node, int index) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDefaults.template738 Node node = new Node(color, parent);
739 parent.children.add(node);
741 nodes.put(uin, node);
764 Node node = nodes.get(name);
765 if (node != null) {
767 node.parent.children.remove(node);
770 node.set(color, parent);
771 parent.children.add(node);
772 node
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp505 fprintf(stderr, "Ideal node missing: %s\n", indexStr);
506 assert(index != 0, "Failed lookup of ideal node\n");
553 void ArchDesc::buildMList(MatchNode *node, const char *rootOp, argument
564 if ((node) && (node->_lChild == NULL) && (node->_rChild == NULL) &&
565 ((form = (Form *)_globalNames[node->_opType]) != NULL) &&
572 const char *indexStr = node ? node->_opType : (char *) " ";
582 mnode = node
[all...]
H A Doutput_c.cpp973 fprintf(fp_cpp, " // if either node does not have pipeline info, use default\n");
1062 static void defineOut_RegMask(FILE *fp, const char *node, const char *regMask) { argument
1064 node, regMask);
1367 // Add control edge for this node
1414 // Define the Peephole method for an instruction node
1415 void ArchDesc::definePeephole(FILE *fp, InstructForm *node) { argument
1417 fprintf(fp, "MachNode *%sNode::peephole( Block *block, int block_index, PhaseRegAlloc *ra_, int &deleted, Compile* C ) {\n", node->_ident);
1429 for( peep = node->peepholes(); peep != NULL; peep = peep->next() ) {
1446 for( peep = node->peepholes(); peep != NULL; peep = peep->next() ) {
1453 assert( true, // %%name?%% strcmp( node
1485 defineExpand(FILE *fp, InstructForm *node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDComplexTypeTraverser.java609 Element node=traverseAttrsAndAttrGrps(attrNode,fAttrGrp,
611 if (node!=null) {
615 new Object[]{fName,DOMUtil.getLocalName(node)},
616 node);
656 Element node=traverseAttrsAndAttrGrps(attrNode,fAttrGrp,
659 if (node!=null) {
663 new Object[]{fName,DOMUtil.getLocalName(node)},
664 node);
1122 Element node =
1124 if (node!
[all...]
/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java204 //System.out.println("Null node");
542 public String parseFormula(String formula, Node node) { argument
552 subformula = parseValue(formula, node);
581 left = new Node(node);
582 node.left = left;
583 node.right = right;
584 node.op = op;
585 node.type = Node.OP;
586 //node.print(3);
598 public String parseValue(String formula, Node node) { argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStepPattern.java135 return -0.5; // node()
262 // context node is on the stack
283 // Push current node on the stack
287 // Overwrite current node with matching node
306 // Backpatch true list and restore current iterator/node
312 // Backpatch false list and restore current iterator/node
327 // Store matching node into a local variable
340 // Push current iterator and current node on the stack
344 // Create a new matching iterator using the matching node
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeSortRecordFactory.java145 public NodeSortRecord makeNodeSortRecord(int node, int last) argument
155 sortRecord.initialize(node, last, _dom, _sortSettings);
H A DLoadDocument.java62 * 2 arguments arg1 and arg2. document(Obj, node-set) call
70 // the second argument node-set is empty
242 // Return a singleton iterator containing the root node
256 int node = DTM.NULL;
258 while ((node = arg1.next()) != DTM.NULL) {
259 String uri = dom.getStringValueX(node);
260 //document(node-set) if true; document(node-set,node-set) if false
262 baseURI = dom.getDocumentURI(node);
[all...]
H A DNodeCounter.java94 * Set the start node for this counter. The same <tt>NodeCounter</tt>
95 * object can be used multiple times by resetting the starting node.
97 abstract public NodeCounter setStartNode(int node); argument
250 * Returns the position of <tt>node</tt> according to the level and
256 * Returns the position of <tt>node</tt> according to the level and
267 * Returns true if <tt>node</tt> matches the count pattern. By
268 * default a node matches the count patterns if it is of the
269 * same type as the starting node.
271 public boolean matchesCount(int node) { argument
272 return _nodeType == _document.getExpandedTypeID(node);
279 matchesFrom(int node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMManager.java185 * in which case it is assumed that node construction will take
203 * Get the instance of DTM that "owns" a node handle.
212 * Given a W3C DOM node, try and return a DTM handle.
215 * @param node Non-null reference to a DOM node.
219 public abstract int getDTMHandleFromNode(org.w3c.dom.Node node); argument
279 * @param whatToShow This flag specifies which node types may appear in
295 * Create a new <code>DTMIterator</code> that holds exactly one node.
297 * @param node The node handl
301 createDTMIterator(int node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java42 * <code>XPathResult</code> interfaces to represent the XPath namespace node
43 * type that DOM lacks. There is no public constructor for this node type.
46 * . This node is read only, so methods or setting of attributes that would
47 * mutate the node result in a DOMException with the code
50 * interface that are different for different node node types but does not
52 * those attributes for this node type. All attributes of <code>Node</code>
58 * node.
62 * represented by the node.
64 * <code>importNode</code> fail on this node typ
84 XPathNamespaceImpl(Node node) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureProperty.java183 Node node =
185 if (!DOMUtils.nodesEqual(node, onode)) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformBase64Decode.java59 * If an XPath node-set (or sufficiently functional alternative) is
63 * of the node-set. Thus, if an XML element is identified by a barename
173 void traverseElement(org.w3c.dom.Element node,StringBuffer sb) { argument
174 Node sibling=node.getFirstChild();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DFastInfosetReflection.java157 public static void DOMDocumentSerializer_serialize(Object serializer, Node node) argument
163 fiDOMDocumentSerializer_serialize.invoke(serializer, new Object[] { node });
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DStep.java66 * Evaluate this step against the current node set
153 protected boolean match(XSType node) { argument
154 return node.isLocal();
/openjdk7/langtools/test/tools/javac/api/6557752/
H A DT6557752.java94 public Void visitMethodInvocation(MethodInvocationTree node, Void ignored) { argument
95 TreePath path = TreePath.getPath(compilationUnit, node);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DExtendedContentHandler.java96 * @param node a DOM Node containing text.
99 public void characters(org.w3c.dom.Node node) throws org.xml.sax.SAXException; argument

Completed in 114 milliseconds

<<11121314151617181920>>