Searched defs:getAttributes (Results 1 - 25 of 172) sorted by relevance

1234567

/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DStruct.java79 Object[] getAttributes() throws SQLException; method in interface:Struct
104 Object[] getAttributes(java.util.Map<String,Class<?>> map) method in interface:Struct
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubStruct.java46 public Object[] getAttributes() throws SQLException { method in class:StubStruct
51 public Object[] getAttributes(Map<String, Class<?>> map) throws SQLException { method in class:StubStruct
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/event/
H A DPrintServiceAttributeEvent.java79 public PrintServiceAttributeSet getAttributes() { method in class:PrintServiceAttributeEvent
H A DPrintJobAttributeEvent.java76 public PrintJobAttributeSet getAttributes() { method in class:PrintJobAttributeEvent
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPageableDoc.java52 public DocAttributeSet getAttributes() { method in class:PageableDoc
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/
H A DDoc.java154 public DocAttributeSet getAttributes(); method in interface:Doc
H A DSimpleDoc.java139 public DocAttributeSet getAttributes() { method in class:SimpleDoc
H A DDocPrintJob.java67 public PrintJobAttributeSet getAttributes(); method in interface:DocPrintJob
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DStartElementTree.java50 List<? extends DocTree> getAttributes(); method in interface:StartElementTree
/openjdk9/jdk/src/java.base/share/classes/java/util/jar/
H A DJarEntry.java88 public Attributes getAttributes() throws IOException { method in class:JarEntry
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/stream/events/
H A DStartElement.java60 public Iterator<Attribute> getAttributes(); method in interface:StartElement
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DJarURLConnection.java272 public Attributes getAttributes() throws IOException { method in class:JarURLConnection
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DOption.java85 public AttributeSet getAttributes() { method in class:Option
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DElement.java64 public AttributeSet getAttributes(); method in interface:Element
/openjdk9/jdk/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServerMBean.java180 public Map<String,?> getAttributes(); method in interface:JMXConnectorServerMBean
/openjdk9/jdk/src/java.management/share/classes/javax/management/openmbean/
H A DOpenMBeanInfo.java98 public MBeanAttributeInfo[] getAttributes() ; method in interface:OpenMBeanInfo
/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DDynamicMBean.java80 public AttributeList getAttributes(String[] attributes); method in interface:DynamicMBean
/openjdk9/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpContext.java82 public abstract Map<String,Object> getAttributes() ; method in class:HttpContext
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DSearchResult.java155 public Attributes getAttributes() { method in class:SearchResult
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/spi/
H A DDirStateFactory.java185 public Attributes getAttributes() { return attrs; }; method in class:DirStateFactory.Result
/openjdk9/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java67 public AttributeList getAttributes(String[] attributes) { method in class:GetMBeanInfoExceptionTest.TestDynamicMBean
H A DUnregisterMBeanExceptionTest.java67 public AttributeList getAttributes(String[] attributes) { method in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk9/jdk/test/javax/print/attribute/
H A DURLPDFPrinting.java94 public DocAttributeSet getAttributes() { method in class:PrintDocument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DElementDefinitionImpl.java113 public NamedNodeMap getAttributes() { method in class:ElementDefinitionImpl
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/addressing/
H A DEndpointReferenceUtil.java377 private static Map<QName, String> getAttributes(Node node) { method in class:EndpointReferenceUtil

Completed in 186 milliseconds

1234567