📄 xhtmlwriter.java
字号:
*/ public void address(String att, String val) throws SAXException { startSimpleElement(ADDRESS,att,val); } /** * Start an <code>address</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @throws SAXException If there is an underlying SAX exception. */ public void address(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(ADDRESS,att1,val1,att2,val2); } /** * Start an <code>address</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @throws SAXException If there is an underlying SAX exception. */ public void address(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(ADDRESS,att1,val1,att2,val2,att3,val3); } /** * Start an <code>address</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @param att4 Qualified name of attribute four. * @param val4 Value of attribute four. * @throws SAXException If there is an underlying SAX exception. */ public void address(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(ADDRESS,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>applet</code>. */ public static final String APPLET = "applet"; /** * Start an <code>applet</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void applet() throws SAXException { applet(EMPTY_ATTS); } /** * Start an <code>applet</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void applet(Attributes atts) throws SAXException { startSimpleElement(APPLET,atts); } /** * Start an <code>applet</code> element with the specified * attribute and value. * * @param att Qualified name of attribute. * @param val Value of attribute. * @throws SAXException If there is an underlying SAX exception. */ public void applet(String att, String val) throws SAXException { startSimpleElement(APPLET,att,val); } /** * Start an <code>applet</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @throws SAXException If there is an underlying SAX exception. */ public void applet(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(APPLET,att1,val1,att2,val2); } /** * Start an <code>applet</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @throws SAXException If there is an underlying SAX exception. */ public void applet(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(APPLET,att1,val1,att2,val2,att3,val3); } /** * Start an <code>applet</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @param att4 Qualified name of attribute four. * @param val4 Value of attribute four. * @throws SAXException If there is an underlying SAX exception. */ public void applet(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(APPLET,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>area</code>. */ public static final String AREA = "area"; /** * Start an <code>area</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void area() throws SAXException { area(EMPTY_ATTS); } /** * Start an <code>area</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void area(Attributes atts) throws SAXException { startSimpleElement(AREA,atts); } /** * Start an <code>area</code> element with the specified * attribute and value. * * @param att Qualified name of attribute. * @param val Value of attribute. * @throws SAXException If there is an underlying SAX exception. */ public void area(String att, String val) throws SAXException { startSimpleElement(AREA,att,val); } /** * Start an <code>area</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @throws SAXException If there is an underlying SAX exception. */ public void area(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(AREA,att1,val1,att2,val2); } /** * Start an <code>area</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @throws SAXException If there is an underlying SAX exception. */ public void area(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(AREA,att1,val1,att2,val2,att3,val3); } /** * Start an <code>area</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @param att4 Qualified name of attribute four. * @param val4 Value of attribute four. * @throws SAXException If there is an underlying SAX exception. */ public void area(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(AREA,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>b</code>. */ public static final String B = "b"; /** * Start an <code>b</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void b() throws SAXException { b(EMPTY_ATTS); } /** * Start an <code>b</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void b(Attributes atts) throws SAXException { startSimpleElement(B,atts); } /** * Start an <code>b</code> element with the specified * attribute and value. * * @param att Qualified name of attribute. * @param val Value of attribute. * @throws SAXException If there is an underlying SAX exception. */ public void b(String att, String val) throws SAXException { startSimpleElement(B,att,val); } /** * Start an <code>b</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @throws SAXException If there is an underlying SAX exception. */ public void b(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(B,att1,val1,att2,val2); } /** * Start an <code>b</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @throws SAXException If there is an underlying SAX exception. */ public void b(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(B,att1,val1,att2,val2,att3,val3); } /** * Start an <code>b</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @param att4 Qualified name of attribute four. * @param val4 Value of attribute four. * @throws SAXException If there is an underlying SAX exception. */ public void b(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(B,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>base</code>. */ public static final String BASE = "base"; /** * Start an <code>base</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void base() throws SAXException { base(EMPTY_ATTS); } /** * Start an <code>base</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void base(Attributes atts) throws SAXException { startSimpleElement(BASE,atts); } /** * Start an <code>base</code> element with the specified * attribute and value. * * @param att Qualified name of attribute. * @param val Value of attribute. * @throws SAXException If there is an underlying SAX exception. */ public void base(String att, String val) throws SAXException { startSimpleElement(BASE,att,val); } /** * Start an <code>base</code> element with the specified * attributes and values. * * @param att1 Qualified name of attribute one. * @param val1 Value of attribute one. * @param att2 Qualified name of attribute two. * @param val2 Value of attribute two. * @throws SAXException If there is an underlying SAX exception.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -