LixM 1.0

org.lixm.core.model
クラス StartDocumentModel

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

public class StartDocumentModel
extends AbstractModel

文書の始まりをモデル化します。

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

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

コンストラクタの詳細

StartDocumentModel

public StartDocumentModel(InputSource is)
メソッドの詳細

getInputSource

public InputSource getInputSource()

この文書のストリームを返します。

戻り値:
ストリーム

toString

public java.lang.String toString()

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

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

equals

public boolean equals(java.lang.Object o)

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

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

LixM 1.0

Copyright © 2005-2008 tasogare. All rights reserved.