Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:Attributes

1347    * has this <code>ID</code>. Attributes (including those
1350 * Implementations that do not know whether attributes are of type ID or
1846 * @param attributes The specified or defaulted attributes.
1852 String uri, String localName, String qName, Attributes attributes)
1858 + localName + ", qname: "+qName+", atts: " + attributes);
1861 if(DEBUG_ATTRS & attributes!=null)
1863 int n = attributes.getLength();
1867 System.out.println("\t attr: uri: " + attributes.getURI(i) +
1868 ", localname: " + attributes.getLocalName(i) +
1869 ", qname: " + attributes.getQName(i) +
1870 ", type: " + attributes.getType(i) +
1871 ", value: " + attributes.getValue(i)
1925 int n = attributes.getLength();
1929 String attrUri = attributes.getURI(i);
1930 String attrQName = attributes.getQName(i);
1931 String valString = attributes.getValue(i);
1937 String attrLocalName = attributes.getLocalName(i);
1952 if (attributes.getType(i).equalsIgnoreCase("ID"))
1962 //String attrLocalName = attributes.getLocalName(i);