Searched refs:Attributes (Results 176 - 200 of 273) sorted by relevance

1234567891011

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DConfig.java30 import org.xml.sax.Attributes;
71 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DSchema.java30 import org.xml.sax.Attributes;
64 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DSAX2DOMEx.java45 import org.xml.sax.Attributes;
143 public void startElement(String namespace, String localName, String qName, Attributes attrs) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXEventConnector.java42 import org.xml.sax.Attributes;
64 * Shared and reused {@link Attributes}.
256 * @return the StAX attributes converted to an org.xml.sax.Attributes
258 private Attributes getAttributes(StartElement event) {
H A DStructureLoader.java47 import org.xml.sax.Attributes;
182 Attributes atts = ea.atts;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DSAXEventSerializer.java38 import org.xml.sax.Attributes;
120 String qName, Attributes attributes)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDomSerializer.java32 import org.xml.sax.Attributes;
188 public void startElement(String namespace, String localName, String qName, Attributes attrs){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DJAXBHeader.java38 import org.xml.sax.Attributes;
74 private Attributes atts;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DcomplexType_complexContent_body.java30 import org.xml.sax.Attributes;
73 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DimportDecl.java30 import org.xml.sax.Attributes;
75 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DincludeDecl.java30 import org.xml.sax.Attributes;
71 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A Doccurs.java30 import org.xml.sax.Attributes;
80 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A Dxpath.java30 import org.xml.sax.Attributes;
69 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbServiceLocator.java87 Attributes attrs =
148 Attributes attrs =
/openjdk7/jdk/test/sun/jvmstat/monitor/HostIdentifier/
H A DHostIdentifierCreate.java61 private Attributes attributes;
185 String qName, Attributes attributes) {
193 System.out.println(" Attributes(" + attributes.getLength() + ")");
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogParser.java42 import org.xml.sax.Attributes;
209 String search(Attributes attr, String name) {
213 String search(Attributes attr, String name, String defaultValue) {
253 public String makeId(Attributes atts) {
266 Attributes atts) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java392 protected void c_bind(Name name, Object obj, Attributes attrs,
398 Attributes inputAttrs = attrs; // Attributes supplied by caller
480 protected void c_rebind(Name name, Object obj, Attributes attrs,
485 Attributes inputAttrs = attrs;
488 Attributes origAttrs = null;
507 Attributes keepAttrs = (Attributes)origAttrs.clone();
785 protected DirContext c_createSubcontext(Name name, Attributes attrs,
790 Attributes inputAttr
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java1078 Map<String,Attributes> mfEntries = manifest.getEntries();
1080 // The Attributes of manifest before updating
1081 Attributes oldAttr = null;
1096 oldAttr = (Attributes)(manifest.getMainAttributes().clone());
1099 Attributes mattr = manifest.getMainAttributes();
1100 mattr.putValue(Attributes.Name.MANIFEST_VERSION.toString(),
1155 Attributes attrs = getDigestAttributes(ze, zipFile,
1175 * The Attributes object is based on HashMap and can handle
1991 private Attributes getDigestAttributes(ZipEntry ze, ZipFile zf,
1997 Attributes attr
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXEvent2SAX.java31 import org.xml.sax.Attributes;
377 Attributes saxAttrs = getAttributes(event);
391 * @return the StAX attributes converted to an org.xml.sax.Attributes
393 private Attributes getAttributes(StartElement event) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java134 Attributes atts)
419 public boolean checkAttributes (Attributes atts, String attName) {
428 public boolean checkAttributes (Attributes atts,
H A DExtendedXMLCatalogReader.java64 Attributes atts)
H A DXCatalogReader.java102 Attributes atts)
/openjdk7/jdk/src/share/classes/java/lang/
H A DPackage.java43 import java.util.jar.Attributes;
44 import java.util.jar.Attributes.Name;
459 Attributes attr = man.getAttributes(path);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java40 import org.xml.sax.Attributes;
371 public void onEnterElementConsumed(String uri, String localName, String qname, Attributes atts)
498 Attributes atts = getCurrentAttributes();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerBase.java33 import org.xml.sax.Attributes;
63 m_tracer.fireGenerateEvent(SerializerTrace.EVENTTYPE_ENDELEMENT,name, (Attributes)null);
462 public void addAttributes(Attributes atts) throws SAXException
1183 // m_tracer.fireGenerateEvent(SerializerTrace.EVENTTYPE_ENDELEMENT,name, (Attributes)null);
1213 m_tracer.fireGenerateEvent(SerializerTrace.EVENTTYPE_ENTITYREF,name, (Attributes)null);

Completed in 90 milliseconds

1234567891011