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

1234567891011>>

/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/catalog/
H A DCatalogEntry.java40 public CatalogEntry(String base, String... attributes) { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/
H A DHashPrintServiceAttributeSet.java77 public HashPrintServiceAttributeSet(PrintServiceAttribute[] attributes) { argument
91 public HashPrintServiceAttributeSet(PrintServiceAttributeSet attributes) argument
H A DHashPrintRequestAttributeSet.java76 public HashPrintRequestAttributeSet(PrintRequestAttribute[] attributes) { argument
90 public HashPrintRequestAttributeSet(PrintRequestAttributeSet attributes) argument
H A DHashPrintJobAttributeSet.java77 public HashPrintJobAttributeSet(PrintJobAttribute[] attributes) { argument
91 public HashPrintJobAttributeSet(PrintJobAttributeSet attributes) { argument
H A DHashDocAttributeSet.java76 public HashDocAttributeSet(DocAttribute[] attributes) { argument
90 public HashDocAttributeSet(DocAttributeSet attributes) { argument
H A DDocAttributeSet.java91 public boolean addAll(AttributeSet attributes); argument
H A DPrintRequestAttributeSet.java93 public boolean addAll(AttributeSet attributes); argument
H A DPrintServiceAttributeSet.java93 public boolean addAll(AttributeSet attributes); argument
H A DPrintJobAttributeSet.java91 public boolean addAll(AttributeSet attributes); argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/
H A DMultiDocPrintJob.java60 public void print(MultiDoc multiDoc, PrintRequestAttributeSet attributes) argument
/openjdk10/jdk/src/java.base/share/classes/sun/nio/fs/
H A DDynamicFileAttributeView.java45 Map<String,Object> readAttributes(String[] attributes) throws IOException; argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/accessibility/
H A DAccessibleAttributeSequence.java54 public AttributeSet attributes; field in class:AccessibleAttributeSequence
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/event/
H A DPrintServiceAttributeEvent.java47 private PrintServiceAttributeSet attributes; field in class:PrintServiceAttributeEvent
56 PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes) argument
[all...]
H A DPrintJobAttributeEvent.java47 private PrintJobAttributeSet attributes; field in class:PrintJobAttributeEvent
56 PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes) argument
[all...]
/openjdk10/jdk/src/java.desktop/macosx/native/libawt_lwawt/font/
H A DCoreTextSupport.h65 CFMutableDictionaryRef attributes; member in struct:CTS_ProviderStruct
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapEntry.java40 Attributes attributes; field in class:LdapEntry
/openjdk10/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintServiceLookup.java36 getPrintServices(DocFlavor flavor, AttributeSet attributes) argument
43 getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes) argument
/openjdk10/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintServiceLookup.java36 getPrintServices(DocFlavor flavor, AttributeSet attributes) argument
43 getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes) argument
/openjdk10/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintServiceLookup.java36 getPrintServices(DocFlavor flavor, AttributeSet attributes) argument
43 getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes) argument
/openjdk10/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...]
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DJavaCodeVisitor.java104 public static String attributes(Symbol s) { method in class:JavaCodeVisitor
/openjdk10/jaxp/test/javax/xml/jaxp/libs/org/xml/sax/ptests/
H A DMyAttrCHandler.java55 startElement(String uri, String localName, String qName, Attributes attributes) argument
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DVersionDefaultHandler.java48 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/parsers/
H A DMyDefaultHandler.java40 public void startElement(String uri, String localName, String qName, Attributes attributes) { argument

Completed in 265 milliseconds

1234567891011>>