Searched defs:attributes (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/catalog/
H A DCatalogEntry.java40 public CatalogEntry(String base, String... attributes) { argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/
H A DMultiDocPrintJob.java63 public void print(MultiDoc multiDoc, PrintRequestAttributeSet attributes) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/attribute/
H A DHashPrintServiceAttributeSet.java79 public HashPrintServiceAttributeSet(PrintServiceAttribute[] attributes) { argument
97 public HashPrintServiceAttributeSet(PrintServiceAttributeSet attributes) argument
H A DHashPrintRequestAttributeSet.java79 public HashPrintRequestAttributeSet(PrintRequestAttribute[] attributes) { argument
97 public HashPrintRequestAttributeSet(PrintRequestAttributeSet attributes) argument
H A DHashPrintJobAttributeSet.java79 public HashPrintJobAttributeSet(PrintJobAttribute[] attributes) { argument
96 public HashPrintJobAttributeSet(PrintJobAttributeSet attributes) { argument
H A DHashDocAttributeSet.java80 public HashDocAttributeSet(DocAttribute[] attributes) { argument
97 public HashDocAttributeSet(DocAttributeSet attributes) { argument
H A DPrintRequestAttributeSet.java108 public boolean addAll(AttributeSet attributes); argument
H A DPrintServiceAttributeSet.java112 public boolean addAll(AttributeSet attributes); argument
H A DDocAttributeSet.java109 public boolean addAll(AttributeSet attributes); argument
H A DPrintJobAttributeSet.java107 public boolean addAll(AttributeSet attributes); argument
/openjdk9/jdk/src/java.base/share/classes/sun/nio/fs/
H A DDynamicFileAttributeView.java45 Map<String,Object> readAttributes(String[] attributes) throws IOException; argument
/openjdk9/jdk/src/java.desktop/macosx/native/libawt_lwawt/font/
H A DCoreTextSupport.h65 CFMutableDictionaryRef attributes; member in struct:CTS_ProviderStruct
/openjdk9/jdk/src/java.desktop/share/classes/javax/accessibility/
H A DAccessibleAttributeSequence.java54 public AttributeSet attributes; field in class:AccessibleAttributeSequence
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/event/
H A DPrintServiceAttributeEvent.java43 private PrintServiceAttributeSet attributes; field in class:PrintServiceAttributeEvent
53 PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes) argument
H A DPrintJobAttributeEvent.java42 private PrintJobAttributeSet attributes; field in class:PrintJobAttributeEvent
51 PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes) argument
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapEntry.java40 Attributes attributes; field in class:LdapEntry
/openjdk9/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintServiceLookup.java36 getPrintServices(DocFlavor flavor, AttributeSet attributes) argument
43 getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes) argument
/openjdk9/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintServiceLookup.java36 getPrintServices(DocFlavor flavor, AttributeSet attributes) argument
43 getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes) argument
/openjdk9/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintServiceLookup.java36 getPrintServices(DocFlavor flavor, AttributeSet attributes) argument
43 getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes) argument
/openjdk9/jdk/make/src/classes/build/tools/cldrconverter/
H A DMetaZonesParseHandler.java52 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
H A DNumberingSystemsParseHandler.java54 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
H A DLikelySubtagsParseHandler.java54 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DJavaCodeVisitor.java104 public static String attributes(Symbol s) { method in class:JavaCodeVisitor
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXML11NSDTDValidator.java70 protected final void startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs) argument
[all...]
H A DXMLNSDTDValidator.java72 protected final void startNamespaceScope (QName element, XMLAttributes attributes, argument
[all...]

Completed in 93 milliseconds

1234567891011>>