クラス
jp.co.cybec.cb3.accessor.fileaccess.xml.XMLAttribute の使用

XMLAttribute を使用しているパッケージ
jp.co.cybec.cb3.accessor.fileaccess.xml XMLファイルへのアクセスを行うクラスを提供します。 
 

jp.co.cybec.cb3.accessor.fileaccess.xml での XMLAttribute の使用
 

XMLAttribute を返す jp.co.cybec.cb3.accessor.fileaccess.xml のメソッド
 XMLAttribute XMLAttributes.getAttribute(String name)
          指定された属性の名前で属性値を取得します。
 

XMLAttribute 型の引数を持つ型を返す jp.co.cybec.cb3.accessor.fileaccess.xml のメソッド
 Set<Map.Entry<String,XMLAttribute>> XMLAttributes.entrySet()
          属性の名前と値のSetを取得します。
 Collection<XMLAttribute> XMLAttributes.values()
          属性の値のCollectionを取得します。
 

XMLAttribute 型のパラメータを持つ jp.co.cybec.cb3.accessor.fileaccess.xml のメソッド
 void XMLElement.putAttribute(XMLAttribute attribute)
          項目の属性を追加します。
 void XMLAttributes.putAttribute(XMLAttribute attribute)
          指定された属性値を追加します。
 



Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.