Searched refs:Attributes (Results 226 - 250 of 273) sorted by relevance

1234567891011

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Filter.java32 import org.xml.sax.Attributes;
330 java.lang.String qName, Attributes atts)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DSAXCatalogReader.java40 import org.xml.sax.Attributes;
391 Attributes atts)
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DParserAdapter.java50 import org.xml.sax.Attributes;
876 * Adapt a SAX1 AttributeList as a SAX2 Attributes object.
886 final class AttributeListAdapter implements Attributes
915 * @see org.xml.sax.Attributes#getLength
928 * @see org.xml.sax.Attributes#getURI
941 * @see org.xml.sax.Attributes#getLocalName
991 * @see org.xml.sax.Attributes#getIndex(java.lang.String,java.lang.String)
1004 * @see org.xml.sax.Attributes#getIndex(java.lang.String)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSimpleType_Restriction.java30 import org.xml.sax.Attributes;
102 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DattributeDeclBody.java30 import org.xml.sax.Attributes;
89 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DidentityConstraint.java30 import org.xml.sax.Attributes;
93 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DsimpleType.java30 import org.xml.sax.Attributes;
78 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DwildcardBody.java30 import org.xml.sax.Attributes;
74 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DattributeUses.java30 import org.xml.sax.Attributes;
140 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
H A DSchema.java30 import org.xml.sax.Attributes;
156 Attributes test = $runtime.getCurrentAttributes();
192 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java76 import org.xml.sax.Attributes;
547 Attributes atts) throws SAXException {
783 private void fillXMLAttributes(Attributes att) {
806 private void fillXMLAttribute(Attributes att, int index) {
823 /** Attributes: augmentations for each attribute contain AttributePSVI. **/
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapNamingEnumeration.java289 protected NameClassPair createItem(String dn, Attributes attrs,
H A DServiceLocator.java138 Attributes attrs =
/openjdk7/jdk/src/macosx/classes/apple/launcher/
H A DJavaAppLauncher.java200 final Attributes attr = man.getMainAttributes();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java52 import org.xml.sax.Attributes;
78 protected AttributesImpl _attributes = null; // Attributes of this element
166 * @param attributes Attributes for the element. Must be passed in as an
167 * implementation of org.xml.sax.Attributes.
210 * @return Attributes for this syntax tree node
212 protected Attributes getAttributes() {
H A DParser.java50 import org.xml.sax.Attributes;
953 String local, Attributes attributes)
1036 Attributes attrs)
1276 * we clone the attributes in our own Attributes implementation
1279 String qname, Attributes attributes)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DHTMLSerializer.java52 import org.xml.sax.Attributes;
84 * <li>Attributes must specify value, even if empty string
196 String rawName, Attributes attrs )
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java68 import org.xml.sax.Attributes;
440 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java65 import java.util.jar.Attributes;
401 Attributes mainAttrs = manifest.getMainAttributes();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java36 import java.util.jar.Attributes;
37 import java.util.jar.Attributes.Name;
987 Attributes attr = man.getMainAttributes();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java81 import org.xml.sax.Attributes;
263 Attributes atts) throws SAXException {
305 void attributes(Attributes atts) throws SAXException {
410 String qName, Attributes atts) {
478 Attributes atts) throws SAXException {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java60 import org.xml.sax.Attributes;
903 String qname, Attributes attributes,
918 String qname, Attributes attributes)
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarFile.java253 public Attributes getAttributes() throws IOException {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DJndiLoginModule.java532 Attributes attributes = result.getAttributes();
/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c538 tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;

Completed in 74 milliseconds

1234567891011