Module jdk.xml.dom
Package org.w3c.dom.html

Interface HTMLQuoteElement

所有超级接口:
Element, HTMLElement, Node

public interface HTMLQuoteElement extends HTMLElement
对于QBLOCKQUOTE元素。请参阅HTML 4.0中的Q元素定义。

另请参阅文档对象模型(DOM)2级规范

自从:
1.4, DOM 2级
  • Method Details

    • getCite

      String getCite()
      指定源文档或消息的URI。请参阅HTML 4.0中的cite属性定义。
    • setCite

      void setCite(String cite)