Searched refs:node (Results 451 - 475 of 510) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_sv.properties67 wf-invalid-character-in-node-name = Noden {0} med namnet {1} inneh\u00E5ller ogiltiga XML-tecken.
H A DSAXMessages_zh_CN.properties58 dom-node-read-not-supported = \u65E0\u6CD5\u8BFB\u53D6 DOM \u8282\u70B9\u5C5E\u6027\u3002\u4E0D\u5B58\u5728 DOM \u6811\u3002
H A DSAXMessages_zh_TW.properties58 dom-node-read-not-supported = \u7121\u6CD5\u8B80\u53D6 DOM \u7BC0\u9EDE\u5C6C\u6027\u3002DOM \u6A39\u72C0\u7D50\u69CB\u4E0D\u5B58\u5728\u3002
H A DDOMMessages_es.properties67 wf-invalid-character-in-node-name = El nodo {0} con el nombre {1} contiene caracteres XML no v\u00E1lidos.
H A DDOMMessages_pt_BR.properties67 wf-invalid-character-in-node-name = O n\u00F3 {0} com o nome {1} cont\u00E9m caracteres XML inv\u00E1lidos.
H A DDOMMessages_zh_CN.properties67 wf-invalid-character-in-node-name = \u540D\u4E3A{1}\u7684{0}\u8282\u70B9\u5305\u542B\u65E0\u6548 XML \u5B57\u7B26\u3002
H A DDOMMessages_zh_TW.properties67 wf-invalid-character-in-node-name = \u540D\u7A31\u70BA {1} \u7684 {0} \u7BC0\u9EDE\u5305\u542B\u7121\u6548\u7684 XML \u5B57\u5143\u3002
H A DSAXMessages_ja.properties58 dom-node-read-not-supported = DOM\u30CE\u30FC\u30C9\u30FB\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8AAD\u307F\u53D6\u308C\u307E\u305B\u3093\u3002DOM\u30C4\u30EA\u30FC\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
H A DSAXMessages_ko.properties58 dom-node-read-not-supported = DOM \uB178\uB4DC \uC18D\uC131\uC744 \uC77D\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. DOM \uD2B8\uB9AC\uAC00 \uC874\uC7AC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
/openjdk7/jdk/test/javax/management/mxbean/
H A DMerlinMXBean.java356 for (Node node : nodes)
357 node.setGraph(this);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java530 // Generic node serializing methods methods //
860 // DOM Level 1 node!
875 } else { // uri=null and no colon (DOM L2 node)
1387 * Check a node to determine if it contains unbound namespace prefixes.
1389 * @param node The node to check for unbound namespace prefices
1391 protected void checkUnboundNamespacePrefixedNode (Node node) throws IOException{ argument
1396 System.out.println("==>serializeNode("+node.getNodeName()+") [Entity Reference - Namespaces on]");
1398 System.out.println("==>Node Name: " + node.getNodeName());
1399 System.out.println("==>First Child Node Name: " + node
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLSAXHandler.java103 public void serialize(Node node) throws IOException argument
H A DToTextSAXHandler.java142 public void serialize(Node node) throws IOException argument
H A DSerializerBase.java990 * @param node the Node to serialize
993 public void characters(org.w3c.dom.Node node) argument
997 String data = node.getNodeValue();
H A DToUnknownStream.java206 * Converts the DOM node to output
207 * @param node the DOM node to transform to output
211 public void serialize(Node node) throws IOException argument
217 m_handler.serialize(node);
H A DToXMLSAXHandler.java97 public void serialize(Node node) throws IOException argument
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java382 public <T> JAXBElement<T> unmarshal(Node node, Class<T> expectedType) throws JAXBException { argument
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java1553 Node node = member.getValue();
1555 if (node != null) {
1560 Integer intValue = (Integer)((IntegerExpression)node).getValue();
1563 value = node.toString();
1625 Node node = member.getValue();
1627 if (node != null) {
1628 value = node.toString();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java325 * The index contains the element node index (int) and Id value (String).
349 // for the mapping from ID attribute value to DTM node
451 * @param node is the node handle of the node to insert
452 * @param value is the value that will look up the node in the given index
454 public void buildKeyIndex(String name, int node, Object value) { argument
461 index.add(value, node, _currentRootForKeys);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java229 Node node = domSource.getNode();
231 xmlInputSources[i] = new DOMInputSource(node, systemID);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMib.java440 * Register an SNMP group and its metadata node in the MIB.
447 * node, its OID or ObjectName etc..
466 * @param node The metadata node, as returned by the metadata
478 ObjectName groupObjName, SnmpMibNode node,
482 root.registerNode(groupOid,node);
489 * Register an SNMP Table metadata node in the MIB.
496 * between an SNMP table metadata node and its bean-like counterpart.
506 * @param table The SNMP table metadata node - usually this
513 * Returns a registered SNMP Table metadata node
477 registerGroupNode(String groupName, String groupOid, ObjectName groupObjName, SnmpMibNode node, Object group, MBeanServer server) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDXMLPrinter.java143 public void print(Node node) throws XMLStreamException { argument
144 domPrinter.print(node);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DJ2DBench.java370 public void visit(Node node) {
371 System.out.println(node);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1189 // Create a jvmtiStackInfo inside a linked list node and create a
1199 struct StackInfoNode *node = NEW_RESOURCE_OBJ(struct StackInfoNode); local
1200 jvmtiStackInfo *infop = &(node->info);
1201 node->next = head();
1202 set_head(node);
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java40 * A DnsContext is a directory context representing a DNS node.
780 * should be synchronized on the node itself.
791 * Returns the node in the zone tree corresponding to a
821 dprint("Found node " + fqdn + " in zone tree");
838 dprint("Zone not current; discarding node");
847 dprint("Adding node " + fqdn + " to zone tree");
866 // Desired node should now be in znode's populated zone. Find it.
870 "DNS error: node not found in its own zone");
872 dprint("Found node in newly-populated zone");

Completed in 94 milliseconds

<<11121314151617181920>>