Searched refs:attributes (Results 126 - 150 of 377) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java125 public void startElement(QName element, XMLAttributes attributes, argument
131 // If it's a Xerces DOM store type information for attributes, set idness, etc..
138 AttributePSVI attrPSVI = (AttributePSVI) attributes.getAugmentations(i).getItem (Constants.ATTRIBUTE_PSVI);
147 final int newLength = attributes.getLength();
148 // Add default/fixed attributes
152 attributes.getName(i, fAttributeQName);
153 currentElement.setAttributeNS(fAttributeQName.uri, fAttributeQName.rawname, attributes.getValue(i));
156 // If it's a Xerces DOM store type information for attributes, set idness, etc..
159 attributes.getName(i, fAttributeQName);
162 attr.setValue(attributes
178 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanInfo.java44 * the set of attributes and operations which are available for
75 * <li>{@link #getAttributes()} returns the list of all attributes
82 * the MBean interface that do not represent attributes;
96 * descriptions of the contained attributes and operations are not specified.</p>
130 private final MBeanAttributeInfo[] attributes; field in class:MBeanInfo
172 * Standard MBean implementing the attributes and operations in
175 * @param attributes The list of exposed attributes of the MBean.
187 MBeanAttributeInfo[] attributes,
192 this(className, description, attributes, constructor
185 MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) argument
223 MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java148 protected void setAttributes(PrintRequestAttributeSet attributes) throws PrinterException { argument
149 if (attributes != null) {
151 (PageRanges)attributes.get(PageRanges.class);
153 SunPageSelection psel = (SunPageSelection)attributes.get(SunPageSelection.class);
155 attributes.add(SunPageSelection.RANGE);
160 super.setAttributes(attributes);
162 if (attributes == null) {
167 NSPrintInfo nsPrintInfo = (NSPrintInfo)attributes.get(NSPrintInfo.class);
190 public void print(PrintRequestAttributeSet attributes) throws PrinterException { argument
200 spoolToService(psvc, attributes);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXEventWriter.java172 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
183 createStartEvents(attributes, events);
201 super.startElement(uri, localName, qName, attributes);
331 protected void createStartEvents(Attributes attributes, Collection[] events) { argument
350 // create attributes
352 for (int i = 0, s = attributes.getLength(); i < s; i++) {
354 parseQName(attributes.getQName(i), qname);
359 String attrQName = attributes.getQName(i);
360 String attrValue = attributes.getValue(i);
361 String attrURI = attributes
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java108 private static final Map<Layout, Attribute> attributes = new HashMap<>(); field in class:Attribute
113 // of some common cases. (Note that Code attributes are
131 synchronized (attributes) {
132 Attribute a = attributes.get(key);
135 attributes.put(key, a);
212 // for all five kinds of metadata attributes.
292 * presence of attributes. That is, flags are a mix of modifier
302 protected List<Attribute> attributes; field in class:Attribute.Holder
305 return (attributes == null) ? 0 : attributes
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DForkContentHandler.java98 public void startElement (String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
99 lhs.startElement(uri,localName,qName,attributes);
100 rhs.startElement(uri,localName,qName,attributes);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsMasterSecretGenerator.java135 CK_ATTRIBUTE[] attributes = token.getAttributes(O_GENERATE,
138 new CK_MECHANISM(mechanism, params), p11Key.keyID, attributes);
149 "TlsMasterSecret", 48 << 3, attributes, major, minor);
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java39 * attributes on a given character can have the same key.
60 // run attributes are organized by run
92 // Determine the runs, creating a new run when the attributes
133 * Constructs an AttributedString instance with the given text and attributes.
135 * @param attributes The attributes that apply to the entire string.
137 * <code>attributes</code> is null.
139 * and the attributes parameter is not an empty Map (attributes
143 Map<? extends Attribute, ?> attributes)
142 AttributedString(String text, Map<? extends Attribute, ?> attributes) argument
230 AttributedString(AttributedCharacterIterator text, int beginIndex, int endIndex, Attribute[] attributes) argument
368 addAttributes(Map<? extends Attribute, ?> attributes, int beginIndex, int endIndex) argument
562 getIterator(Attribute[] attributes) argument
582 getIterator(Attribute[] attributes, int beginIndex, int endIndex) argument
653 attributeValuesMatch(Set attributes, int runIndex1, int runIndex2) argument
753 AttributedStringIterator(Attribute[] attributes, int beginIndex, int endIndex) argument
884 getRunStart(Set<? extends Attribute> attributes) argument
925 getRunLimit(Set<? extends Attribute> attributes) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DClassParser.java90 private Attribute[] attributes; // attributes defined in the class field in class:ClassParser
180 // Read class attributes
209 methods, attributes, is_zip? JavaClass.ZIP : JavaClass.FILE);
213 * Read information about the attributes of the class.
222 attributes = new Attribute[attributes_count];
225 attributes[i] = Attribute.readAttribute(file, constant_pool);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java43 /** XML attributes. */
50 public AttributesProxy(XMLAttributes attributes) { argument
51 fAttributes = attributes;
58 /** Sets the XML attributes to be wrapped. */
59 public void setAttributes(XMLAttributes attributes) { argument
60 fAttributes = attributes;
H A DXMLDocumentFilterImpl.java125 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException { argument
126 next.emptyElement(element, attributes, augs);
166 public void startElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException { argument
167 next.startElement(element, attributes, augs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerPart.java61 * by checking if it's element and attributes parameters match the
65 * @param attributes - The element attributes.
74 public boolean resolveXPointer(QName element, XMLAttributes attributes, argument
H A DXPointerProcessor.java65 * by checking if it's element and attributes parameters match the
69 * @param attributes - The element attributes.
79 public boolean resolveXPointer(QName element, XMLAttributes attributes, argument
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXPathFilter2Transform.java102 NamedNodeMap attributes = curXPathElem.getAttributes();
103 if (attributes != null) {
104 int length = attributes.getLength();
107 Attr attr = (Attr) attributes.item(i);
144 // add namespace attributes, if necessary
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java182 * This method always fail since all MBeanServerDelegateMBean attributes
212 // exists. However, since all attributes are read-only, we throw
219 * Makes it possible to get the values of several attributes of
222 * @param attributes A list of the attributes to be retrieved.
224 * @return The list of attributes retrieved.
227 public AttributeList getAttributes(String[] attributes) { argument
228 // If attributes is null, the get all attributes.
230 final String[] attn = (attributes
272 setAttributes(AttributeList attributes) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapURL.java44 * [dn ["?" [attributes] ["?" [scope]
47 * attributes = attrdesc *("," attrdesc)
72 private String attributes = null; field in class:LdapURL
92 parsePathAndQuery(); // DN, attributes, scope, filter, extensions
120 * Returns the LDAP URL's attributes.
123 return attributes;
221 attributes = query.substring(1);
224 attributes = query.substring(1, qmark2);
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreatorVC10.java20 DirAttributes currentFileAttr = attributes.peek().clone();
97 DirAttributes newAttr = attributes.peek().clone();
118 attributes.push(newAttr);
127 //end matching attributes set by ignorepath
128 attributes.pop();
H A DFileTreeCreatorVC7.java20 DirAttributes currentFileAttr = attributes.peek().clone();
106 DirAttributes newAttr = attributes.peek().clone();
132 attributes.push(newAttr);
141 //end matching attributes set by ignorepath
143 attributes.pop();
H A DFileTreeCreator.java13 Stack<DirAttributes> attributes = new Stack<DirAttributes>(); field in class:FileTreeCreator
24 attributes.push(new DirAttributes());
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCoreTextSupport.h63 CFMutableDictionaryRef attributes; member in struct:CTS_ProviderStruct
/openjdk7/jaxp/src/org/xml/sax/
H A DHandlerBase.java220 * @param attributes The specified or defaulted attributes.
225 public void startElement (String name, AttributeList attributes) argument
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DClassGen.java147 Attribute[] attributes = clazz.getAttributes();
155 for(int i=0; i < attributes.length; i++)
156 addAttribute(attributes[i]);
172 Attribute[] attributes = getAttributes();
179 cp, interfaces, fields, methods, attributes);
392 Attribute[] attributes = new Attribute[attribute_vec.size()];
393 attribute_vec.toArray(attributes);
394 return attributes;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDocumentHandler.java123 * of pseudo-attributes. These pseudo-attributes follow the form of
124 * element attributes but are <strong>not</strong> parsed or presented
142 * @param attributes The element attributes.
148 public void startElement(QName element, XMLAttributes attributes, Augmentations augs) argument
155 * @param attributes The element attributes.
161 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/
H A DFullValueDescription.java46 public com.sun.org.omg.CORBA.AttributeDescription attributes[] = null; field in class:FullValueDescription
74 attributes = _attributes;
/openjdk7/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java66 public AttributeList getAttributes(String[] attributes) { argument
70 public AttributeList setAttributes(AttributeList attributes) { argument

Completed in 92 milliseconds

1234567891011>>