/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/ |
H A D | DOMSerializer.java | 59 * Serializes the DOM node. Throws an exception only if an I/O 64 * @param node the DOM node to serialize 67 public void serialize(Node node) throws IOException; argument
|
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dom/ |
H A D | DOMStructure.java | 36 * allow a DOM node to be used to represent extensible content (any elements 39 * <p>If a sequence of nodes is needed, the node contained in the 40 * <code>DOMStructure</code> is the first node of the sequence and successive 45 * {@link XMLSignature#sign(XMLSignContext)} method imports the node into the 54 private final Node node; field in class:DOMStructure 57 * Creates a <code>DOMStructure</code> containing the specified node. 59 * @param node the node 60 * @throws NullPointerException if <code>node</code> is <code>null</code> 62 public DOMStructure(Node node) { argument [all...] |
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/ |
H A D | Arg.java | 32 public Arg(final Node node, final Function parent) { argument 33 super(node, parent);
|
H A D | Constant.java | 30 public Constant(final Node node, final Framework parent) { argument 31 super(node, parent);
|
H A D | FunctionAlias.java | 30 public FunctionAlias(final Node node, final Framework parent) { argument 31 super(node, parent);
|
H A D | InformalProtocol.java | 30 public InformalProtocol(final Node node, final Framework parent) { argument 31 super(node, parent);
|
H A D | StringConstant.java | 32 public StringConstant(final Node node, final Framework parent) { argument 33 super(node, parent); 34 this.value = getAttr(node, "value");
|
/openjdk7/jdk/src/share/classes/sun/tools/tree/ |
H A D | CodeContext.java | 43 CodeContext(Context ctx, Node node) { argument 44 super(ctx, node); 45 switch (node.op) { 61 if ((node instanceof Statement) && (((Statement)node).labels != null)) {
|
/openjdk7/langtools/test/tools/javac/generics/inference/6650759/ |
H A D | T6650759f.java | 43 <X extends B, Y extends B<X>> Iterable<X> m(Y node) { argument
|
/openjdk7/langtools/test/tools/javac/processing/model/element/ |
H A D | TestAnonSourceNames.java | 65 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);
|
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/ |
H A D | REDebugCompiler.java | 100 * Returns a descriptive string for a node in a regular expression program. 101 * @param node Node to describe 102 * @return Description of node 104 String nodeToString(int node) argument 106 // Get opcode and opdata for node 107 char opcode = instruction[node + RE.offsetOpcode]; 108 int opdata = (int)instruction[node + RE.offsetOpdata]; 115 * Inserts a node with a given opcode and opdata at insertAt. The node relative next 117 * @param opcode Opcode for new node [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/ |
H A D | StripFilter.java | 32 public boolean stripSpace(DOM dom, int node, int type); argument
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/ |
H A D | CurrentNodeListFilter.java | 35 public abstract boolean test(int node, int position, int last, int current, argument
|
H A D | EmptyFilter.java | 31 public boolean test(int node) { argument
|
H A D | Filter.java | 31 public boolean test(int node); argument
|
H A D | StripWhitespaceFilter.java | 33 public boolean stripSpace(DOM dom, int node, int type); argument
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/ |
H A D | Node.java | 28 * a node is passed as a parameter to a template. 33 public int node; field in class:Node 37 node = n;
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/ |
H A D | DOMInputSource.java | 38 public DOMInputSource(Node node) { argument 39 super(null, getSystemIdFromNode(node), null); 40 fNode = node; 43 public DOMInputSource(Node node, String systemId) { argument 45 fNode = node; 52 public void setNode(Node node) { argument 53 fNode = node; 56 private static String getSystemIdFromNode(Node node) { argument 57 if (node != null) { 59 return node [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/helpers/ |
H A D | Namespaces.java | 76 * specified context node. 78 * @param node The context node. 83 public static String getNamespaceURI(Node node, String prefix) { argument 84 if (node == null || node.getNodeType() != Node.ELEMENT_NODE) { 89 if (((Element) node).hasAttribute("xmlns")) { 90 return ((Element) node).getAttribute("xmlns"); 94 if (((Element) node).hasAttribute(nsattr)) { 95 return ((Element) node) [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/ |
H A D | DOMCatalogParser.java | 44 * Parse a DOM node as a catalog entry. 46 * <p>This method is expected to analyze the specified node and 49 * @param catalog The catalog for which this node is being considered. 50 * @param node The DOM Node from the catalog. 52 public void parseCatalogEntry(Catalog catalog, Node node); argument
|
/openjdk7/jaxp/src/javax/xml/transform/dom/ |
H A D | DOMResult.java | 34 * <p>If no output DOM source is set, the transformation will create a Document node as the holder for the result of the transformation, 50 * <p><code>node</code>, 62 * <p>Use a DOM node to create a new output target.</p> 64 * <p>In practice, the node should be 65 * a {@link org.w3c.dom.Document} node, 66 * a {@link org.w3c.dom.DocumentFragment} node, or 67 * a {@link org.w3c.dom.Element} node. 68 * In other words, a node that accepts children.</p> 74 * @param node The DOM node tha 76 DOMResult(Node node) argument 96 DOMResult(Node node, String systemId) argument 132 DOMResult(Node node, Node nextSibling) argument 183 DOMResult(Node node, Node nextSibling, String systemId) argument 226 setNode(Node node) argument 349 private Node node = null; field in class:DOMResult [all...] |
H A D | DOMSource.java | 49 private Node node; field in class:DOMSource 66 * no DOM source is set using {@link #setNode(Node node)} , then the 76 * Create a new input source with a DOM node. The operation 77 * will be applied to the subtree rooted at this node. In XSLT, 80 * from the root node also. 82 * @param n The DOM node that will contain the Source tree. 89 * Create a new input source with a DOM node, and with the 92 * @param node The DOM node that will contain the Source tree. 93 * @param systemID Specifies the base URI associated with node 95 DOMSource(Node node, String systemID) argument 105 setNode(Node node) argument [all...] |
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/ |
H A D | TreeTableModel.java | 32 * node in the TreeTableModel may have. Each column, like a column in 33 * a TableModel, has a name and a type associated with it. Each node in 58 * Returns the value to be displayed for node <code>node</code>, 61 public Object getValueAt(Object node, int column); argument 64 * Indicates whether the the value for node <code>node</code>, 67 public boolean isCellEditable(Object node, int column); argument 70 * Sets the value for node <code>node</cod 73 setValueAt(Object aValue, Object node, int column) argument [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/tree/ |
H A D | MutableTreeNode.java | 29 * Defines the requirements for a tree node object that can change -- 31 * of a user object stored in the node. 54 * Removes <code>node</code> from the receiver. <code>setParent</code> 55 * will be messaged on <code>node</code>. 57 void remove(MutableTreeNode node); argument
|
H A D | TreeNode.java | 32 * tree node in a JTree. 67 * Returns the index of <code>node</code> in the receivers children. 68 * If the receiver does not contain <code>node</code>, -1 will be 71 int getIndex(TreeNode node); argument
|