Skip navigation links
EDB/Java
jp.ac.tokushima_u.db.common

Class XMLUtility.XMLAttribute

    • Constructor Detail

      • XMLAttribute

        public XMLAttribute(Node n)
    • Method Detail

      • value

        public String value()
        Nodeのテキストを返す(再帰する).
        Specified by:
        value in class XMLUtility.XMLNode
        Returns:
        Nodeのテキスト
      • attributeInteger

        public int attributeInteger(String name,
                                    int dv)
        指定した属性名の整数値(int)を返す.
        Specified by:
        attributeInteger in class XMLUtility.XMLNode
        Parameters:
        name - 属性名
        dv - 既定値
        Returns:
        値.属性が存在しない場合にはdvを返す.
      • attributeLong

        public long attributeLong(String name,
                                  long dv)
        指定した属性名の整数値(long)を返す.
        Specified by:
        attributeLong in class XMLUtility.XMLNode
        Parameters:
        name - 属性名
        dv - 既定値
        Returns:
        値.属性が存在しない場合にはdvを返す.
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025