Searched defs:getNode (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dom/
H A DDOMStructure.java74 public Node getNode() { method in class:DOMStructure
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DValidationEventLocator.java88 public org.w3c.dom.Node getNode(); method in interface:ValidationEventLocator
H A DMarshaller.java572 public org.w3c.dom.Node getNode( java.lang.Object contentTree ) method in interface:Marshaller
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMInputSource.java48 public Node getNode() { method in class:DOMInputSource
/openjdk7/jaxp/src/javax/xml/transform/dom/
H A DDOMResult.java35 * which may be retrieved with {@link #getNode()}.</p>
257 public Node getNode() { method in class:DOMResult
H A DDOMSource.java114 public Node getNode() { method in class:DOMSource
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/dom/
H A DDOMValidateContext.java117 * @see #getNode
132 public Node getNode() { method in class:DOMValidateContext
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DPreferenceChangeEvent.java81 public Preferences getNode() { method in class:PreferenceChangeEvent
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLocatorEx.java66 node = vel.getNode();
73 public Node getNode() { method in class:LocatorEx.Snapshot
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAP12Fault.java165 String getNode() { method in class:SOAP12Fault
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DValidationEventLocatorImpl.java243 * @see javax.xml.bind.ValidationEventLocator#getNode()
245 public Node getNode() { method in class:ValidationEventLocatorImpl
266 getNode(),
H A DAbstractMarshallerImpl.java134 * By default, the getNode method is unsupported and throw
140 public org.w3c.dom.Node getNode( Object obj ) throws JAXBException { method in class:AbstractMarshallerImpl
/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DITXtTest.java98 public IIOMetadataNode getNode() { method in class:ITXtTest
189 IIOMetadataNode iTXt = t.getNode();
H A DPngOutputTypeTest.java141 Node ihdr = getNode(root, "IHDR");
185 private Node getNode(Node root, String name) { method in class:PngOutputTypeTest
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DCachedNodeListIterator.java68 return getNode(_index++);
76 return getNode(pos);
79 public int getNode(int index) { method in class:CachedNodeListIterator
H A DNodeSortRecord.java144 public final int getNode() { method in class:NodeSortRecord
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DSourceTreeManager.java174 int cachedNode = getNode(source);
198 public int getNode(Source source) method in class:SourceTreeManager
202 // return ((DOMSource) source).getNode();
212 // System.out.println("getNode: "+n);
217 // System.out.println("getNode - url: "+url);
218 // System.out.println("getNode - sTree.m_url: "+sTree.m_url);
223 // System.out.println("getNode - returning: "+node);
278 int n = getNode(source);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DTransletOutputHandlerFactory.java121 public Node getNode() { method in class:TransletOutputHandlerFactory
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLDOMWriterImpl.java78 node = result.getNode();
298 getNode().appendChild(cdata);
334 getNode().appendChild(comment);
727 private Node getNode(){ method in class:XMLDOMWriterImpl
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputGraph.java176 public InputNode getNode(int id) { method in class:InputGraph
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DGraph.java70 public Node<N, E> getNode(Object key) { method in class:Graph
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java87 public Node getNode() { method in class:FigureWidget
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/jaxws/
H A DJAXWSBinding.java155 public String getNode() { method in class:JAXWSBinding
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java129 m_pos=m_root = domSource.getNode();
605 public Node getNode(int nodeHandle) method in class:DOM2DTM
817 Node node = getNode(nodeHandle);
872 Node node = getNode(nodeHandle);
959 Node node = getNode(nodeHandle);
983 Node node = getNode(nodeHandle);
1002 Node node = getNode(nodeHandle);
1061 Node node = getNode(nodeHandle);
1104 Node node = getNode(nodeHandle);
1116 Node node = getNode(nodeHandl
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogManager.java635 LogNode node = getNode(name);
707 LogNode getNode(String name) { method in class:LogManager.LoggerContext

Completed in 157 milliseconds

12