Searched refs:node (Results 201 - 225 of 510) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLocatorEx.java54 private final Node node; field in class:LocatorEx.Snapshot
66 node = vel.getNode();
74 return node;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDomSerializer.java57 public DomSerializer(Node node) { argument
58 Dom2SaxAdapter adapter = new Dom2SaxAdapter(node);
63 Node node = domResult.getNode();
65 if (node == null) {
77 serializer = new SaxSerializer(new Dom2SaxAdapter(node),null,false);
146 * Document object that owns the specified node.
151 * @param node
154 public Dom2SaxAdapter(Node node) argument
156 _node = node;
159 if( node instanceo
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DAnnotationTypeOptionalMemberBuilder.java95 * @param node the XML element that specifies which components to document
98 public void buildAnnotationTypeOptionalMember(XMLNode node, Content memberDetailsTree) { argument
99 buildAnnotationTypeMember(node, memberDetailsTree);
105 * @param node the XML element that specifies which components to document
108 public void buildDefaultValueInfo(XMLNode node, Content annotationDocTree) { argument
H A DConstantsSummaryBuilder.java135 * @param node the XML element that specifies which components to document
138 public void buildConstantSummary(XMLNode node, Content contentTree) throws Exception { argument
140 buildChildren(node, contentTree);
149 * @param node the XML element that specifies which components to document
152 public void buildContents(XMLNode node, Content contentTree) { argument
169 * @param node the XML element that specifies which components to document
172 public void buildConstantSummaries(XMLNode node, Content contentTree) { argument
180 buildChildren(node, summariesTree);
189 * @param node the XML element that specifies which components to document
192 public void buildPackageHeader(XMLNode node, Conten argument
207 buildClassConstantSummary(XMLNode node, Content summariesTree) argument
233 buildConstantMembers(XMLNode node, Content classConstantTree) argument
338 buildMembersSummary(XMLNode node, Content classConstantTree) argument
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DNode.java94 public void setNext(Node node) { argument
95 this.next = node;
109 public void visit(Node node); argument
/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DItxtUtf8Test.java193 Node node = meta.getAsTree(format);
194 for (node = node.getFirstChild();
195 !"iTXt".equals(node.getNodeName());
196 node = node.getNextSibling());
198 for (node = node.getFirstChild();
199 node != null;
200 node
[all...]
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmThreadInstanceEntryMeta.java100 return new SnmpString(node.getJvmThreadInstName());
103 return new SnmpCounter64(node.getJvmThreadInstCpuTimeNs());
106 return new SnmpCounter64(node.getJvmThreadInstWaitTimeMs());
109 return new SnmpCounter64(node.getJvmThreadInstWaitCount());
112 return new SnmpCounter64(node.getJvmThreadInstBlockTimeMs());
115 return new SnmpCounter64(node.getJvmThreadInstBlockCount());
118 return new SnmpString(node.getJvmThreadInstState());
121 return new SnmpOid(node.getJvmThreadInstLockOwnerPtr());
124 return new SnmpCounter64(node.getJvmThreadInstId());
127 return new SnmpString(node
390 protected JvmThreadInstanceEntryMBean node; field in class:JvmThreadInstanceEntryMeta
[all...]
H A DJvmRuntimeMeta.java119 return new SnmpInt(node.getJvmRTBootClassPathSupport());
126 return new SnmpString(node.getJvmRTManagementSpecVersion());
129 return new SnmpString(node.getJvmRTSpecVersion());
132 return new SnmpString(node.getJvmRTSpecVendor());
135 return new SnmpString(node.getJvmRTSpecName());
138 return new SnmpString(node.getJvmRTVMVersion());
141 return new SnmpString(node.getJvmRTVMVendor());
144 return new SnmpCounter64(node.getJvmRTStartTimeMs());
147 return new SnmpCounter64(node.getJvmRTUptimeMs());
150 return new SnmpString(node
621 protected JvmRuntimeMBean node; field in class:JvmRuntimeMeta
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DKeyIndex.java55 * The document node currently being processed. Used only while building
61 * A mapping from a document node to the mapping between values and nodesets
66 * The node set associated to the current value passed
91 * Adds a node to the node list for a given value. Nodes will
94 public void add(Object value, int node, int rootNode) { argument
106 nodes.add(node);
110 } else if (node != nodes.at(nodes.cardinality() - 1)) {
111 nodes.add(node);
134 * prior to returning the node iterato
240 containsID(int node, Object value) argument
292 containsKey(int node, Object value) argument
415 setDom(DOM dom, int node) argument
638 setStartNode(int node) argument
742 setStartNode(int node) argument
[all...]
H A DDupFilterIterator.java51 * Index in _nodes array to current node.
76 // correct as well since start-node is irrelevant for id()/key() exrp.
83 * Set the start node for this iterator
84 * @param node The start node
85 * @return A reference to this node iterator
87 public DTMAxisIterator setStartNode(int node) { argument
89 // KeyIndex iterators are always relative to the root node, so there
98 if (node != _startNode) {
99 _source.setStartNode(_startNode = node);
[all...]
H A DCurrentNodeListIterator.java34 * nodes from a source iterator. For each node from the source, the boolean
68 * Index in _nodes of the next node to filter.
73 * The current node in the stylesheet at the time of evaluation.
144 final int node = _nodes.at(index++); // note increment
146 if (_filter.test(node, position, last, currentNode, translet,
149 return returnNode(node);
155 public DTMAxisIterator setStartNode(int node) { argument
157 _source.setStartNode(_startNode = node);
160 while ((node = _source.next()) != END) {
161 _nodes.add(node);
[all...]
H A DSimpleResultTreeImpl.java51 * A simple RTF is an RTF that has only one Text node. The Text node can be produced by a
55 * A SimpleResultTreeImpl has only two nodes, i.e. the ROOT node and its Text child. All DOM
57 * returns the value of the Text node. This class receives the character data from the
73 * it will also match the node type with the given type.
105 // Increase the node ID for down traversal. Also match the node type
122 // Decrease the node ID for up traversal.
145 // Increase the node ID by 1 if self is not included.
227 public DTMAxisIterator setStartNode(int node) { retur
307 getChildren(final int node) argument
362 getNthDescendant(int node, int n, boolean includeself) argument
379 orderNodes(DTMAxisIterator source, int node) argument
384 getNodeName(final int node) argument
392 getNodeNameX(final int node) argument
397 getNamespaceName(final int node) argument
414 getNamespaceType(final int node) argument
439 copy(final int node, SerializationHandler handler) argument
455 shallowCopy(final int node, SerializationHandler handler) argument
480 characters(final int node, SerializationHandler handler) argument
531 getLanguage(int node) argument
541 getDocumentURI(int node) argument
554 isElement(final int node) argument
559 isAttribute(final int node) argument
564 lookupNamespace(int node, String prefix) argument
601 getNSType(int node) argument
1004 getSourceLocatorFor(int node) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXSheet.java147 public boolean isMBeanNode(DefaultMutableTreeNode node) { argument
148 Object userObject = node.getUserObject();
157 public synchronized void displayNode(DefaultMutableTreeNode node) { argument
160 if (node == null) {
163 currentNode = node;
164 Object userObject = node.getUserObject();
169 displayMBeanNode(node);
175 displayMBeanAttributesNode(node);
178 displayMBeanOperationsNode(node);
181 displayMBeanNotificationsNode(node);
198 displayMBeanNode(final DefaultMutableTreeNode node) argument
243 displayMetadataNode(final DefaultMutableTreeNode node) argument
356 displayMBeanAttributesNode(final DefaultMutableTreeNode node) argument
414 displayMBeanOperationsNode(final DefaultMutableTreeNode node) argument
464 displayMBeanNotificationsNode(DefaultMutableTreeNode node) argument
613 updateNotificationsNodeLabel( DefaultMutableTreeNode node, String label) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp226 class tick_counter { // holds tick info for one node
670 for(ProfilerNode* node = prev; node; node = node->next()) {
671 if (node->interpreted_match(method)) {
672 node->update(where);
675 prev = node;
687 for(ProfilerNode* node = prev; node; nod
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java143 public void doctypeDecl(DocumentType node) throws XNIException { argument
144 /** Create new DocumentType node for the target. */
146 DocumentType docType = fDocumentImpl.createDocumentType(node.getName(), node.getPublicId(), node.getSystemId());
147 final String internalSubset = node.getInternalSubset();
153 NamedNodeMap oldMap = node.getEntities();
165 oldMap = node.getNotations();
179 public void characters(Text node) throws XNIException { argument
180 /** Create new Text node fo
184 cdata(CDATASection node) argument
189 comment(Comment node) argument
194 processingInstruction(ProcessingInstruction node) argument
359 append(Node node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java53 * Check node to see if it was created by a DOM implementation
58 * @param node The node to be tested.
60 * @throws TransformerException if the node is not one which this
62 * the node is compatable.
65 public void checkNode(Node node) throws TransformerException argument
68 // if(!(node instanceof com.sun.org.apache.xerces.internal.dom.NodeImpl))
69 // throw new TransformerException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_XERCES_CANNOT_HANDLE_NODES, new Object[]{((Object)node).getClass()})); //"DOM2Helper can not handle nodes of type"
70 //+((Object)node).getClass());
94 * @param doc The DOM Document node fo
264 getParentOfNode(Node node) argument
[all...]
H A DNodeVector.java182 * Pop a node from the tail of the vector and return the result.
184 * @return the node at the tail of the vector
199 * Pop a node from the tail of the vector and return the
215 * Pop a node from the tail of the vector.
226 * Return the node at the top of the stack without popping the stack.
243 * @param v1 First node to add to vector
244 * @param v2 Second node to add to vector
287 * Set the tail of the stack to the given node.
299 * Set the given node one position from the tail.
311 * Return the node a
523 setElementAt(int node, int index) argument
[all...]
H A DDOMHelper.java86 // create a DOM Document node to contain the result.
135 * from the node. Literal elements from template elements should
137 * @param textNode A text node from the source tree.
138 * @return true if the text node should be stripped of extra whitespace.
169 * (DOM Level 3 is investigating providing a unique node "key", but
172 * @param node whose identifier you want to obtain
176 public String getUniqueID(Node node) argument
178 return "N" + Integer.toHexString(node.hashCode()).toUpperCase();
240 int nParents1 = 2, nParents2 = 2; // include node & parent obtained above
317 // "same node" cas
895 isIgnorableWhitespace(Text node) argument
917 getRoot(Node node) argument
1005 getParentOfNode(Node node) argument
1268 getNodeData(Node node) argument
1305 getNodeData(Node node, FastStringBuffer buf) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java747 QNode node = new QNode(this, phase, true, false, 0L);
748 p = root.internalAwaitAdvance(phase, node);
749 if (node.wasInterrupted)
785 QNode node = new QNode(this, phase, true, true, nanos);
786 p = root.internalAwaitAdvance(phase, node);
787 if (node.wasInterrupted)
1019 * Call only from root node.
1022 * @param node if non-null, the wait node to track interrupt and timeout;
1026 private int internalAwaitAdvance(int phase, QNode node) { argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java194 public void addChild(Path name, EntryNode node) { argument
197 children.put(name, node);
332 EntryNode node = entry.getValue();
333 long object = node.object();
420 Node node = object2Node.get(object);
421 if (node == null) {
431 // If node is EntryNode then event relates to entry in directory
432 // If node is a SolarisWatchKey (DirectoryNode) then event relates
434 boolean isDirectory = (node instanceof SolarisWatchKey);
436 processDirectoryEvents((SolarisWatchKey)node, event
497 processEntryEvents(EntryNode node, int mask) argument
709 addChild(Path name, EntryNode node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java267 * @param node Modified node or null. If node is returned, we need
268 * to normalize again starting on the node returned.
271 protected Node normalizeNode (Node node){ argument
273 int type = node.getNodeType();
275 fLocator.fRelatedNode=node;
282 DocumentTypeImpl docType = (DocumentTypeImpl)node;
297 System.out.println("==>normalizeNode:{element} "+node.getNodeName());
306 wellformed = CoreDocumentImpl.isValidQName(node
1381 updateQName(Node node, QName qname) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAP12Fault.java81 "node",
96 private String node; field in class:SOAP12Fault
107 SOAP12Fault(CodeType code, ReasonType reason, String node, String role, DetailType detail) { argument
110 this.node = node;
115 SOAP12Fault(CodeType code, ReasonType reason, String node, String role, Element detailObject) { argument
118 this.node = node;
142 node = fault.getFaultNode();
166 return node;
[all...]
/openjdk7/jdk/src/share/back/
H A DdebugLoop.c287 struct PacketList *node = NULL; local
296 node = (struct PacketList *)cmdQueue;
297 cmdQueue = node->next;
301 if (node != NULL) {
302 *packet = node->packet;
303 jvmtiDeallocate(node);
305 return (node != NULL);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java206 * List of element tag names whose text node children must
213 * List of element tag names whose text node children must
638 * Returns a list of all the elements whose text node children
649 * Returns true if the text node children of the given elements
669 * Sets the list of elements for which text node children
681 * Returns a list of all the elements whose text node children
692 * Returns true if the text node children of the given elements
713 * Sets the list of elements for which text node children
850 Node node;
865 node
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRECompiler.java53 static final int NODE_NULLABLE = 1; // True if node is potentially null
141 * Inserts a node with a given opcode and opdata at insertAt. The node relative next
143 * @param opcode Opcode for new node
144 * @param opdata Opdata for new node (only the low 16 bits are currently used)
145 * @param insertAt Index at which to insert the new node in the program
149 // Make room for a new node
161 * Appends a node to the end of a node chain
162 * @param node Star
165 setNextOfEnd(int node, int pointTo) argument
199 int node(char opcode, int opdata) method in class:RECompiler
[all...]

Completed in 113 milliseconds

1234567891011>>