Searched refs:node (Results 176 - 200 of 510) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DMethodBuilder.java146 * @param node the XML element that specifies which components to document
149 public void buildMethodDoc(XMLNode node, Content memberDetailsTree) { argument
162 buildChildren(node, methodDocTree);
174 * @param node the XML element that specifies which components to document
177 public void buildSignature(XMLNode node, Content methodDocTree) { argument
185 * @param node the XML element that specifies which components to document
188 public void buildDeprecationInfo(XMLNode node, Content methodDocTree) { argument
197 * @param node the XML element that specifies which components to document
200 public void buildMethodComments(XMLNode node, Content methodDocTree) { argument
220 * @param node th
223 buildTagInfo(XMLNode node, Content methodDocTree) argument
[all...]
H A DPropertyBuilder.java149 * @param node the XML element that specifies which components to document
152 public void buildPropertyDoc(XMLNode node, Content memberDetailsTree) { argument
165 buildChildren(node, fieldDocTree);
177 * @param node the XML element that specifies which components to document
180 public void buildSignature(XMLNode node, Content fieldDocTree) { argument
188 * @param node the XML element that specifies which components to document
191 public void buildDeprecationInfo(XMLNode node, Content fieldDocTree) { argument
200 * @param node the XML element that specifies which components to document
203 public void buildPropertyComments(XMLNode node, Content fieldDocTree) { argument
212 * @param node th
215 buildTagInfo(XMLNode node, Content fieldDocTree) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java460 * Serialize the specified node as described above in the description of
461 * <code>LSSerializer</code>. The result of serializing the node is
462 * returned as a string. Writing a Document or Entity node produces a
463 * serialized form that is well formed XML. Writing other node types
467 * @param wnode The node to be written.
473 * SERIALIZE_ERR: Unable to serialize the node. DOM applications should
529 "unable-to-serialize-node", null);
532 error.fType = "unable-to-serialize-node";
622 * the node from the stream or to terminate the serialization early.
631 * the node fro
686 write(Node node, LSOutput destination) argument
886 writeToURI(Node node, String URI) argument
1020 prepareForSerialization(XMLSerializer ser, Node node) argument
1077 verify(Node node, boolean verifyNames, boolean xml11Version) argument
[all...]
H A DTextSerializer.java218 // Generic node serializing methods methods //
300 * Serialize the DOM node. This method is unique to the Text serializer.
302 * @param node The node to serialize
304 protected void serializeNode( Node node )
307 // Based on the node type call the suitable SAX handler.
310 switch ( node.getNodeType() ) {
314 text = node.getNodeValue();
316 characters( node.getNodeValue(), true );
323 text = node
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java52 * Returns the owner document of the specified node.
54 * @param node the node
57 public static Document getOwnerDocument(Node node) { argument
58 if (node.getNodeType() == Node.DOCUMENT_NODE) {
59 return (Document) node;
61 return node.getOwnerDocument();
112 * Returns the first child element of the specified node, or null if there
115 * @param node the node
120 getFirstChildElement(Node node) argument
137 getLastChildElement(Node node) argument
154 getNextSiblingElement(Node node) argument
252 removeAllChildren(Node node) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c571 if( node->tag & ( 1 << qq ) ) \
576 node->contents.index[ qq ]; \
588 else if( node->contents.quadrants[ qq ] ) \
592 node->contents.quadrants[ qq ], \
604 if( node->tag & ( 1 << qq ) ) \
609 node->contents.index[ qq ]; \
621 else if( node->contents.quadrants[ qq ] ) \
622 /* Here is a full node. Just explore it */ \
624 node->contents.quadrants[ qq ], \
639 if( node
2694 mlib_search_quadrant_U8_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, const mlib_u8 **base) argument
2732 mlib_search_quadrant_part_to_left_U8_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
2824 mlib_search_quadrant_part_to_right_U8_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
2915 mlib_search_quadrant_S16_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, const mlib_s16 **base) argument
2953 mlib_search_quadrant_part_to_left_S16_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3045 mlib_search_quadrant_part_to_right_S16_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3138 mlib_search_quadrant_U8_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, mlib_u32 c3, const mlib_u8 **base) argument
3179 mlib_search_quadrant_part_to_left_U8_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3276 mlib_search_quadrant_part_to_right_U8_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3372 mlib_search_quadrant_S16_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, mlib_u32 c3, const mlib_s16 **base) argument
3413 mlib_search_quadrant_part_to_left_S16_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3510 mlib_search_quadrant_part_to_right_S16_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java42 * information, and additional methods, appropriate to each node of
50 * to specific node types. When there is no obvious mapping for one of
67 * to their ownerDocument. When a node is owned by another node it relies
70 * And when a node doesn't have an owner, ownerNode refers to its
94 * The node precedes the reference node.
98 * The node follows the reference node.
102 * The node i
[all...]
H A DCoreDocumentImpl.java73 * <b>Note:</b> When any node in the document is serialized, the
165 * the node's name, for example -- do _not_ have to call changed().
175 * Note: This used to be done a node basis, so that we knew what
178 * an int on every (parent) node plus having to walk up the tree all the
179 * way to the root to mark the branch as changed everytime a node is
305 /** Returns the node type. */
310 /** Returns the node name. */
675 * Factory method; creates a Text node having this Document as its
700 * Convenience method, allowing direct access to the child node
970 * Renaming node
1331 saveXML(Node node) argument
1467 getNodeNumber(Node node) argument
1908 undeferChildren(Node node) argument
2631 addEventListener(NodeImpl node, String type, EventListener listener, boolean useCapture) argument
2637 removeEventListener(NodeImpl node, String type, EventListener listener, boolean useCapture) argument
2647 dispatchEvent(NodeImpl node, Event event) argument
2658 replacedText(NodeImpl node) argument
2665 deletedText(NodeImpl node, int offset, int count) argument
2672 insertedText(NodeImpl node, int offset, int count) argument
2678 modifyingCharacterData(NodeImpl node, boolean replace) argument
2684 modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) argument
2690 insertingNode(NodeImpl node, boolean replace) argument
2696 insertedNode(NodeImpl node, NodeImpl newInternal, boolean replace) argument
2702 removingNode(NodeImpl node, NodeImpl oldChild, boolean replace) argument
2708 removedNode(NodeImpl node, boolean replace) argument
2714 replacingNode(NodeImpl node) argument
2720 replacedNode(NodeImpl node) argument
2726 replacingData(NodeImpl node) argument
2732 replacedCharacterData(NodeImpl node, String oldvalue, String value) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java55 * It does _not_ attempt to address the "node identity" question; no effort
57 * DTM node. Users can create a mechanism for managing this, or relinquish the
61 * DTMNodeProxy may be subclassed further to present specific DOM node types.
70 /** The DTM for this node. */
73 /** The DTM node handle. */
74 int node; field in class:DTMNodeProxy
86 * @param node The DTM node handle.
88 public DTMNodeProxy(DTM dtm, int node) argument
91 this.node
121 equals(Node node) argument
146 equals(Object node) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java265 /** Get the start position for a tree node. The start position is
267 * token of the node's source text.
268 * @param tree The tree node
293 JCClassDecl node = (JCClassDecl)tree;
294 if (node.mods.pos != Position.NOPOS)
295 return node.mods.pos;
305 JCMethodDecl node = (JCMethodDecl)tree;
306 if (node.mods.pos != Position.NOPOS)
307 return node.mods.pos;
308 if (node
515 scopeFor(JCTree node, JCCompilationUnit unit) argument
524 pathFor(final JCTree node, final JCCompilationUnit unit) argument
627 symbolFor(JCTree node) argument
641 isDeclaration(JCTree node) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java149 JFIFMarkerSegment(Node node) throws IIOInvalidTreeException { argument
151 updateFromNativeNode(node, true);
222 IIOMetadataNode node = new IIOMetadataNode("app0JFIF");
223 node.setAttribute("majorVersion", Integer.toString(majorVersion));
224 node.setAttribute("minorVersion", Integer.toString(minorVersion));
225 node.setAttribute("resUnits", Integer.toString(resUnits));
226 node.setAttribute("Xdensity", Integer.toString(Xdensity));
227 node.setAttribute("Ydensity", Integer.toString(Ydensity));
228 node.setAttribute("thumbWidth", Integer.toString(thumbWidth));
229 node
253 updateFromNativeNode(Node node, boolean fromScratch) argument
683 JFIFExtensionMarkerSegment(Node node) argument
858 JFIFThumbUncompressed(Node node, String name) argument
973 JFIFThumbRGB(Node node) argument
1041 JFIFThumbPalette(Node node) argument
1145 JFIFThumbJPEG(Node node) argument
1437 ICCMarkerSegment(Node node) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java58 * Text node. But it can also be a DOM tree. This kind of RTF cannot be modelled by
155 public DTMAxisIterator getChildren(final int node) argument
158 return _dom.getChildren(node);
161 return super.getChildren(node);
195 public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself) argument
198 return _dom.getNthDescendant(node, n, includeself);
201 return super.getNthDescendant(node, n, includeself);
226 public DTMAxisIterator orderNodes(DTMAxisIterator source, int node) argument
229 return _dom.orderNodes(source, node);
232 return super.orderNodes(source, node);
236 getNodeName(final int node) argument
246 getNodeNameX(final int node) argument
256 getNamespaceName(final int node) argument
277 getNamespaceType(final int node) argument
317 copy(final int node, SerializationHandler handler) argument
339 shallowCopy(final int node, SerializationHandler handler) argument
366 characters(final int node, SerializationHandler handler) argument
417 getLanguage(int node) argument
437 getDocumentURI(int node) argument
467 isElement(final int node) argument
477 isAttribute(final int node) argument
487 lookupNamespace(int node, String prefix) argument
539 getNSType(int node) argument
1314 getSourceLocatorFor(int node) argument
[all...]
H A DArrayNodeListIterator.java67 public DTMAxisIterator setStartNode(int node) { argument
68 if (node == END) _nodes = EMPTY;
H A DCurrentNodeListFilter.java35 public abstract boolean test(int node, int position, int last, int current, argument
H A DNodeIteratorBase.java48 * Store node in call to setMark().
53 * Store node in call to setStartNode().
75 * Initialize iterator using a node. If iterator is not
76 * restartable, then do nothing. If node is equal to END then
79 abstract public NodeIterator setStartNode(int node); argument
104 * and current node, resets the iterator, counts all nodes and
140 * references, and the context node of the original variable
160 protected final int returnNode(final int node) { argument
162 return node;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DDOMOutput.java45 public DOMOutput(Node node, AssociationMap assoc) { argument
46 super(new SAX2DOMEx(node));
H A DInPlaceDOMOutput.java41 public InPlaceDOMOutput(Node node, AssociationMap assoc) { argument
42 super(new SAX2DOMEx(node));
/openjdk7/jdk/test/java/util/prefs/
H A DExportSubtree.java43 Preferences.userRoot().node("testExportSubtree").exportSubtree(baos);
44 Preferences.userRoot().node("testExportSubtree").removeNode();
65 + " <node name=\"testExportSubtree\">"
69 + " <node name=\"test\">"
73 + " </node>"
74 + " </node>"
84 + ls + " <node name=\"testExportSubtree\">"
88 + ls + " <node name=\"test\">"
92 + ls + " </node>"
93 + ls + " </node>"
[all...]
/openjdk7/langtools/test/tools/javac/api/
H A DTestGetTree.java49 ClassTree node = trees.getTree(e);
50 System.out.println(node.toString());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DNodeIterator.java41 * Resets the iterator to the last start node.
51 * Returns the position of the current node in the set.
56 * Remembers the current node for the next call to gotoMark().
61 * Restores the current node remembered by setMark().
69 public NodeIterator setStartNode(int node); argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DDOM2TO.java107 private void parse(Node node) argument
110 if (node == null) return;
112 switch (node.getNodeType()) {
118 // These node types are ignored!!!
122 _handler.characters(node.getNodeValue());
127 _handler.comment(node.getNodeValue());
131 setDocumentInfo((Document)node);
134 Node next = node.getFirstChild();
143 next = node.getFirstChild();
152 final String qname = node
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeModel.java38 * <code>TreePath</code>s are equal, they identify the same node. If this
46 * a node is requested twice, the return values must be equal
76 * child array. <code>parent</code> must be a node previously obtained
82 * @param parent a node in the tree, obtained from this data source
90 * Returns 0 if the node
91 * is a leaf or if it has no children. <code>parent</code> must be a node
94 * @param parent a node in the tree, obtained from this data source
95 * @return the number of children of the node <code>parent</code>
101 * Returns <code>true</code> if <code>node</code> is a leaf.
103 * even if <code>node</cod
111 isLeaf(Object node) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DDOMStreamReader.java56 * Since various libraries as well as users often create "incorrect" DOM node,
76 * Current DOM node being traversed.
81 * Starting node of the subtree being traversed.
86 * Named mapping for attributes and NS decls for the current node.
91 * If the reader points at {@link #CHARACTERS the text node},
228 public DOMStreamReader(Node node) { argument
229 setCurrentNode(node);
232 public void setCurrentNode(Node node) { argument
236 _start = _current = node;
238 // verifyDOMIntegrity(node);
859 displayDOM(Node node, java.io.OutputStream ostream) argument
871 verifyDOMIntegrity(Node node) argument
[all...]
/openjdk7/jdk/src/share/back/
H A DeventHandler.h44 HandlerNode *node,
52 jvmtiError eventHandler_installExternal(HandlerNode *node);
68 jvmtiError eventHandler_free(HandlerNode *node);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DSAX2DOMEx.java57 private Node node = null; field in class:SAX2DOMEx
62 * Document object that owns the specified node.
67 * @param node
70 public SAX2DOMEx(Node node) { argument
71 this(node, false);
75 * @param node
78 public SAX2DOMEx(Node node, boolean isConsolidate) { argument
79 this.node = node;
81 nodeStack.push(this.node);
[all...]

Completed in 120 milliseconds

1234567891011>>