LixM 1.1

org.lixm.core.model
クラス EndCdataModel

java.lang.Object
  上位を拡張 org.lixm.core.model.AbstractModel
      上位を拡張 org.lixm.core.model.EndCdataModel
すべての実装されたインタフェース:
XMLModel

public class EndCdataModel
extends AbstractModel

CDATAセクションの終わりをモデル化します。

バージョン:
1.1.0
作成者:
tasogare

コンストラクタの概要
EndCdataModel()
           
 
メソッドの概要
 boolean equals(java.lang.Object o)
          モデルの同一性を論理的に調べその結果を返します。
 java.lang.String toString()
          モデルの実装依存な文字列表現を返します。
 
クラス org.lixm.core.model.AbstractModel から継承されたメソッド
getXMLType, matchTypes
 
クラス java.lang.Object から継承されたメソッド
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

EndCdataModel

public EndCdataModel()
メソッドの詳細

toString

public java.lang.String toString()

モデルの実装依存な文字列表現を返します。

オーバーライド:
クラス AbstractModel 内の toString

equals

public boolean equals(java.lang.Object o)

モデルの同一性を論理的に調べその結果を返します。

オーバーライド:
クラス AbstractModel 内の equals
戻り値:
同一のモデルならtrue、違うならfalse
関連項目:
AbstractModel.getXMLType()

LixM 1.1

Copyright © 2005-2008 tasogare. All rights reserved.