📄 xhtmlwriter.java
字号:
*/ public void base(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(BASE,att1,val1,att2,val2); } /** * 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. * @param att3 Qualified name of attribute three. * @param val3 Value of attribute three. * @throws SAXException If there is an underlying SAX exception. */ public void base(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(BASE,att1,val1,att2,val2,att3,val3); } /** * 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. * @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 base(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(BASE,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>basefont</code>. */ public static final String BASEFONT = "basefont"; /** * Start an <code>basefont</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void basefont() throws SAXException { basefont(EMPTY_ATTS); } /** * Start an <code>basefont</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void basefont(Attributes atts) throws SAXException { startSimpleElement(BASEFONT,atts); } /** * Start an <code>basefont</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 basefont(String att, String val) throws SAXException { startSimpleElement(BASEFONT,att,val); } /** * Start an <code>basefont</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 basefont(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(BASEFONT,att1,val1,att2,val2); } /** * Start an <code>basefont</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 basefont(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(BASEFONT,att1,val1,att2,val2,att3,val3); } /** * Start an <code>basefont</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 basefont(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(BASEFONT,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>bdo</code>. */ public static final String BDO = "bdo"; /** * Start an <code>bdo</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void bdo() throws SAXException { bdo(EMPTY_ATTS); } /** * Start an <code>bdo</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void bdo(Attributes atts) throws SAXException { startSimpleElement(BDO,atts); } /** * Start an <code>bdo</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 bdo(String att, String val) throws SAXException { startSimpleElement(BDO,att,val); } /** * Start an <code>bdo</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 bdo(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(BDO,att1,val1,att2,val2); } /** * Start an <code>bdo</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 bdo(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(BDO,att1,val1,att2,val2,att3,val3); } /** * Start an <code>bdo</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 bdo(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(BDO,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>big</code>. */ public static final String BIG = "big"; /** * Start an <code>big</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void big() throws SAXException { big(EMPTY_ATTS); } /** * Start an <code>big</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void big(Attributes atts) throws SAXException { startSimpleElement(BIG,atts); } /** * Start an <code>big</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 big(String att, String val) throws SAXException { startSimpleElement(BIG,att,val); } /** * Start an <code>big</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 big(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(BIG,att1,val1,att2,val2); } /** * Start an <code>big</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 big(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException { startSimpleElement(BIG,att1,val1,att2,val2,att3,val3); } /** * Start an <code>big</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 big(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException { startSimpleElement(BIG,att1,val1,att2,val2,att3,val3,att4,val4); } /** * Constant for element <code>blockquote</code>. */ public static final String BLOCKQUOTE = "blockquote"; /** * Start an <code>blockquote</code> element with no attributes. * * @throws SAXException If there is an underlying SAX exception. */ public void blockquote() throws SAXException { blockquote(EMPTY_ATTS); } /** * Start an <code>blockquote</code> element with the specified * attributes. * * @param atts Attributes for element. * @throws SAXException If there is an underlying SAX exception. */ public void blockquote(Attributes atts) throws SAXException { startSimpleElement(BLOCKQUOTE,atts); } /** * Start an <code>blockquote</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 blockquote(String att, String val) throws SAXException { startSimpleElement(BLOCKQUOTE,att,val); } /** * Start an <code>blockquote</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 blockquote(String att1, String val1, String att2, String val2) throws SAXException { startSimpleElement(BLOCKQUOTE,att1,val1,att2,val2); } /** * Start an <code>blockquote</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.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -