Searched defs:nAttrs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLStream.java951 int nAttrs = m_attributes.getLength();
952 if (nAttrs > 0)
954 processAttributes(m_writer, nAttrs);
1715 * @param nAttrs the number of attributes in m_attributes
1720 public void processAttributes(java.io.Writer writer, int nAttrs) argument
1726 for (int i = 0; i < nAttrs; i++)
1751 int nAttrs = m_attributes.getLength();
1752 if (nAttrs>0)
1754 processAttributes(m_writer, nAttrs);
H A DToStream.java1925 * @param nAttrs the number of attributes in m_attributes
1931 public void processAttributes(java.io.Writer writer, int nAttrs) throws IOException, SAXException argument
1939 for (int i = 0; i < nAttrs; i++)
2033 int nAttrs = m_attributes.getLength();
2034 if (nAttrs > 0)
2036 processAttributes(m_writer, nAttrs);
2440 int nAttrs = m_attributes.getLength();
2441 if (nAttrs > 0)
2443 processAttributes(m_writer, nAttrs);
2936 int nAttrs
[all...]

Completed in 1474 milliseconds