Searched refs:m_attributes (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerBase.java98 protected AttributesImplSerializer m_attributes = new AttributesImplSerializer(); field in class:SerializerBase
384 // m_attributes.getIndex(rawName):m_attributes.getIndex(uri, localName);
387 // index = m_attributes.getIndex(rawName);
390 // index = m_attributes.getIndex(uri, localName);
394 index = m_attributes.getIndex(rawName);
396 index = m_attributes.getIndex(uri,localName);
404 m_attributes.setValue(index,value);
410 m_attributes.addAttribute(uri, localName, rawName, type, value);
1170 elemName, m_attributes);
[all...]
H A DToHTMLSAXHandler.java452 m_attributes);
453 m_attributes.clear();
H A DToStream.java1925 * @param nAttrs the number of attributes in m_attributes
1942 final String name = m_attributes.getQName(i);
1943 final String value = m_attributes.getValue(i);
2033 int nAttrs = m_attributes.getLength();
2038 m_attributes.clear();
2440 int nAttrs = m_attributes.getLength();
2445 m_attributes.clear();
2805 index = m_attributes.getIndex(rawName);
2808 index = m_attributes.getIndex(uri, localName);
2815 old_value = m_attributes
[all...]
H A DToXMLSAXHandler.java208 m_saxHandler.startElement(uri, localName, m_elemContext.m_elementName, m_attributes);
211 m_attributes.clear();
H A DToHTMLStream.java951 int nAttrs = m_attributes.getLength();
956 m_attributes.clear();
1715 * @param nAttrs the number of attributes in m_attributes
1730 m_attributes.getQName(i),
1731 m_attributes.getValue(i),
1751 int nAttrs = m_attributes.getLength();
1756 m_attributes.clear();
H A DToUnknownStream.java528 * add these attributes to m_attributes. So me must call super.
529 * addAttributes() In this case m_attributes is only used for the
1084 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes);
1086 m_attributes = null;

Completed in 41 milliseconds