パッケージ org.nkjmlab.util.jsoup

クラス Tags

java.lang.Object
org.nkjmlab.util.jsoup.Tags

public class Tags extends Object
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    static org.jsoup.nodes.Element
    append(org.jsoup.nodes.Element e, Object... children)
     
    static org.jsoup.nodes.Element
    create(String tag, Object... children)
     
    static org.jsoup.nodes.Element
    div(Object... children)
     
    static org.jsoup.nodes.Element
    li(Object... children)
     
    static org.jsoup.nodes.Element
    ruby(String target, String ruby)
     
    static org.jsoup.nodes.Element
    ul(Object... children)
     

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • Tags

      public Tags()
  • メソッドの詳細

    • create

      public static org.jsoup.nodes.Element create(String tag, Object... children)
    • append

      public static org.jsoup.nodes.Element append(org.jsoup.nodes.Element e, Object... children)
    • ruby

      public static org.jsoup.nodes.Element ruby(String target, String ruby)
    • div

      public static org.jsoup.nodes.Element div(Object... children)
    • ul

      public static org.jsoup.nodes.Element ul(Object... children)
    • li

      public static org.jsoup.nodes.Element li(Object... children)