Searched refs:Attributes (Results 101 - 125 of 273) sorted by relevance

1234567891011

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDataWriter.java32 import org.xml.sax.Attributes;
220 * @see XMLWriter#startElement(String, String, String, Attributes)
223 String qName, Attributes atts)
285 // * @see XMLWriter#emptyElement(String, String, String, Attributes)
288 // String qName, Attributes atts)
H A DXMLWriter.java36 import org.xml.sax.Attributes;
506 * @see org.xml.sax.ContentHandler#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
509 String qName, Attributes atts)
708 * #startElement(String, String, String, Attributes)}
716 * @see #startElement(String, String, String, Attributes)
731 * #startElement(String, String, String, Attributes)}
738 * @see #startElement(String, String, String, Attributes)
797 * {@link #startElement(String, String, String, Attributes)},
810 * @see #startElement(String, String, String, Attributes)
815 String qName, Attributes att
[all...]
/openjdk7/jdk/test/java/beans/XMLDecoder/
H A DTest4864117.java41 import org.xml.sax.Attributes;
110 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java68 attributes = new Attributes(cr);
144 public final Attributes attributes;
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapBindingEnumeration.java44 createItem(String dn, Attributes attrs, Vector respCtls)
H A DLdapReferralContext.java474 public Attributes getAttributes(String name) throws NamingException {
478 public Attributes getAttributes(Name name) throws NamingException {
487 public Attributes getAttributes(String name, String[] attrIds)
492 public Attributes getAttributes(Name name, String[] attrIds)
502 public void modifyAttributes(String name, int mod_op, Attributes attrs)
507 public void modifyAttributes(Name name, int mod_op, Attributes attrs)
532 public void bind(String name, Object obj, Attributes attrs)
537 public void bind(Name name, Object obj, Attributes attrs)
547 public void rebind(String name, Object obj, Attributes attrs)
552 public void rebind(Name name, Object obj, Attributes attr
[all...]
H A DLdapSchemaParser.java112 final static void LDAP2JNDISchema(Attributes schemaAttrs,
145 Attributes objDef;
149 Attributes attrs = new BasicAttributes(LdapClient.caseIgnore);
161 objDef = (Attributes) def[1];
177 Attributes attrDef;
181 Attributes attrs = new BasicAttributes(LdapClient.caseIgnore);
193 attrDef = (Attributes) def[1];
210 Attributes syntaxDef;
214 Attributes attrs = new BasicAttributes(LdapClient.caseIgnore);
226 syntaxDef = (Attributes) de
[all...]
H A DLdapSearchEnumeration.java56 createItem(String dn, Attributes attrs, Vector respCtls)
143 Attributes rattrs = new BasicAttributes(true); // caseignore
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DXMLParser.java30 import org.xml.sax.Attributes;
89 private Attributes attr;
160 public void startElement(ElementHandler<P, ?> parentElement, Attributes attr, ParseMonitor monitor) throws SAXException {
212 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
34 import org.xml.sax.Attributes;
38 * Default implementation of the Attributes interface.
48 * {@link org.xml.sax.Attributes Attributes} interface, with the
55 * <li>to take a persistent snapshot of an Attributes object
57 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
62 * class; in addition to supporting the updated Attributes
70 public class AttributesImpl implements Attributes
90 * Copy an existing Attributes objec
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
36 import org.xml.sax.Attributes;
40 * Default implementation of the Attributes interface.
48 * {@link org.xml.sax.Attributes Attributes} interface, with the
55 * <li>to take a persistent snapshot of an Attributes object
57 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
62 * class; in addition to supporting the updated Attributes
72 public class AttributesImpl implements Attributes
92 * Copy an existing Attributes objec
[all...]
H A DNGCCInterleaveFilter.java28 import org.xml.sax.Attributes;
92 String uri, String localName, String qname,Attributes atts) throws SAXException {
205 String uri, String local, String qname, Attributes atts ) throws SAXException {
329 String uri, String local, String qname, Attributes atts) throws SAXException {
H A DNGCCRuntime.java33 import org.xml.sax.Attributes;
48 * <li>Keep track of all Attributes.
122 /** stack of {@link Attributes}. */
128 * Attributes that belong to the current element.
135 public Attributes getCurrentAttributes() {
235 public void startElement(String uri, String localname, String qname, Attributes atts)
264 String uri, String localName, String qname,Attributes atts) throws SAXException {
401 String uri, String local, String qname, Attributes atts) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
32 import org.xml.sax.Attributes;
36 * Default implementation of the Attributes interface.
46 * {@link org.xml.sax.Attributes Attributes} interface, with the
53 * <li>to take a persistent snapshot of an Attributes object
55 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
60 * class; in addition to supporting the updated Attributes
70 public class AttributesImpl implements Attributes
90 * Copy an existing Attributes objec
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
36 import org.xml.sax.Attributes;
40 * Default implementation of the Attributes interface.
48 * {@link org.xml.sax.Attributes Attributes} interface, with the
55 * <li>to take a persistent snapshot of an Attributes object
57 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
62 * class; in addition to supporting the updated Attributes
72 public class AttributesImpl implements Attributes
92 * Copy an existing Attributes objec
[all...]
H A DNGCCInterleaveFilter.java28 import org.xml.sax.Attributes;
92 String uri, String localName, String qname,Attributes atts) throws SAXException {
205 String uri, String local, String qname, Attributes atts ) throws SAXException {
329 String uri, String local, String qname, Attributes atts) throws SAXException {
H A DNGCCRuntime.java33 import org.xml.sax.Attributes;
48 * <li>Keep track of all Attributes.
122 /** stack of {@link Attributes}. */
128 * Attributes that belong to the current element.
135 public Attributes getCurrentAttributes() {
235 public void startElement(String uri, String localname, String qname, Attributes atts)
264 String uri, String localName, String qname,Attributes atts) throws SAXException {
401 String uri, String local, String qname, Attributes atts) throws SAXException {
/openjdk7/jdk/test/javax/naming/ldap/LdapName/
H A DLdapNameConstruction.java53 Attributes attrs = new BasicAttributes();
H A DRdnMisc.java43 Attributes attrs = new BasicAttributes();
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java37 import java.util.jar.Attributes;
38 import java.util.jar.Attributes.Name;
106 Attributes attr = targetManifest.getMainAttributes();
202 Attributes attr = man.getMainAttributes();
379 Attributes attr = man.getMainAttributes();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXBaseWriter.java34 import org.xml.sax.Attributes;
103 Attributes attributes) throws SAXException {
H A DSAX2StAXStreamWriter.java34 import org.xml.sax.Attributes;
99 Attributes attributes) throws SAXException {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DTextSerializer.java36 import org.xml.sax.Attributes;
90 String rawName, Attributes attrs )
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToSAXHandler.java27 import org.xml.sax.Attributes;
192 * @see org.xml.sax.ContentHandler#startElement(String,String,String,Attributes)
198 Attributes arg3)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLInternalizationLogic.java35 import org.xml.sax.Attributes;
52 protected String findExternalResource( String nsURI, String localName, Attributes atts) {

Completed in 46 milliseconds

1234567891011