Searched defs:addAttributes (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DMutableAttributeSet.java55 public void addAttributes(AttributeSet attributes); method in interface:MutableAttributeSet
H A DSimpleAttributeSet.java73 addAttributes(source);
201 public void addAttributes(AttributeSet attributes) { method in class:SimpleAttributeSet
H A DStyleContext.java309 search.addAttributes(old);
332 public synchronized AttributeSet addAttributes(AttributeSet old, AttributeSet attr) { method in class:StyleContext
337 search.addAttributes(old);
338 search.addAttributes(attr);
343 ma.addAttributes(attr);
365 search.addAttributes(old);
393 search.addAttributes(old);
421 search.addAttributes(old);
1110 public void addAttributes(AttributeSet attr) { method in class:StyleContext.KeyBuilder
1511 public void addAttributes(AttributeSe method in class:StyleContext.NamedStyle
[all...]
H A DAbstractDocument.java1696 public AttributeSet addAttributes(AttributeSet old, AttributeSet attr); method in interface:AbstractDocument.AttributeContext
1777 addAttributes(a);
1982 public void addAttributes(AttributeSet attr) { method in class:AbstractDocument.AbstractElement
1985 attributes = context.addAttributes(attributes, attr);
2211 attributes = context.addAttributes(SimpleAttributeSet.EMPTY, attr);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DMutableAttrListImpl.java103 public void addAttributes(Attributes atts) method in class:MutableAttrListImpl
118 // System.out.println("MutableAttrListImpl#addAttributes: "+uri+":"+localName+", "+index+", "+atts.getQName(i)+", "+this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStAXEventAllocatorBase.java117 addAttributes(startElement,reader);
194 //use event.addAttribute instead of addAttributes to avoid creating another list
195 protected void addAttributes(StartElementEvent event,XMLStreamReader streamReader){ method in class:StAXEventAllocatorBase
H A DStartElementEvent.java77 addAttributes(startelement.getAttributes());
234 public void addAttributes(Iterator attrs){ method in class:StartElementEvent
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DMockAttributeSet.java75 public void addAttributes(AttributeSet attr) method in class:MockAttributeSet
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DStartElementEvent.java69 addAttributes(startelement.getAttributes());
207 void addAttributes(Iterator attrs){ method in class:StartElementEvent
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DExtendedContentHandler.java40 * addAttributes(atts)
74 public void addAttributes(org.xml.sax.Attributes atts) method in interface:ExtendedContentHandler
H A DEmptySerializer.java253 * @see ExtendedContentHandler#addAttributes(org.xml.sax.Attributes)
255 public void addAttributes(Attributes atts) throws SAXException method in class:EmptySerializer
H A DSerializerBase.java462 public void addAttributes(Attributes atts) throws SAXException method in class:SerializerBase
H A DToUnknownStream.java526 /* we don't want to call our own addAttributes, which
529 * addAttributes() In this case m_attributes is only used for the
534 super.addAttributes(atts);
1202 * @see ExtendedContentHandler#addAttributes(org.xml.sax.Attributes)
1204 public void addAttributes(Attributes atts) throws SAXException method in class:ToUnknownStream
1206 m_handler.addAttributes(atts);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/saaj/
H A DSAAJMessage.java213 private void addAttributes(Element e, NamedNodeMap attrs) { method in class:SAAJMessage
243 addAttributes(msg.getSOAPPart().getEnvelope(),envelopeAttrs);
245 addAttributes(newBody, bodyAttrs);
250 addAttributes(msg.getSOAPHeader(),headerAttrs);
267 addAttributes(msg.getSOAPPart().getEnvelope(),envelopeAttrs);
269 addAttributes(newBody, bodyAttrs);
274 addAttributes(msg.getSOAPHeader(),headerAttrs);
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java368 public void addAttributes(Map<? extends Attribute, ?> attributes, method in class:AttributedString
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java534 cssStyleSet.addAttributes(cssAttrSet);
591 public AttributeSet addAttributes(AttributeSet old, AttributeSet attr) { method in class:StyleSheet
595 return super.addAttributes(old, convertAttributeSet(attr));
1034 rule.addAttributes(declaration);
2994 public void addAttributes(AttributeSet attributes) {} method in class:StyleSheet.ResolvedStyle

Completed in 91 milliseconds