Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:Attributes

794    * all ancestors, attributes, and namespace nodes.
2077 * @param attributes The specified or defaulted attributes.
2082 public void startElement(String uri, String localName, String qName, Attributes attributes)
2135 int n = attributes.getLength();
2139 String attrUri = attributes.getURI(i);
2140 String attrQName = attributes.getQName(i);
2141 String valString = attributes.getValue(i);
2145 String attrLocalName = attributes.getLocalName(i);
2161 if (m_buildIdIndex && attributes.getType(i).equalsIgnoreCase("ID"))
2492 // Assume that attributes and namespaces immediately follow the element.
2529 // Assume that attributes and namespaces immediately follow the element.
2564 // Assume that attributes and namespace nodes immediately follow the element