概要
パッケージ
クラス
使用
非推奨 API
索引
ヘルプ
LixM ME 1.3(1.3.0)
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
X
G
get(int)
- クラス org.lixm.core.list.
AttributesList
のメソッド
リストの指定した位置のモデルを取得
get(int)
- クラス org.lixm.core.list.
XMLModelList
のメソッド
リストの指定した位置のモデルを取得
getAttributeCount()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getAttributeCount()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeName(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getAttributeName(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeNamespace(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getAttributeNamespace(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributePrefix(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getAttributePrefix(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributes()
- クラス org.lixm.core.model.
StartTagModel
のメソッド
この開始タグの属性リストを取得します。
getAttributeType(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getAttributeType(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeValue(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getAttributeValue(String, String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getAttributeValue(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the given attributes value.
getAttributeValue(String, String)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the attributes value identified by namespace URI and namespace localName.
getByteStream()
- クラス org.lixm.core.common.
InputSource
のメソッド
関連付けられたバイトストリームを取得します。
getCharacterStream()
- クラス org.lixm.core.common.
InputSource
のメソッド
関連付けられた文字ストリームを取得します
getColumnNumber()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
Locator
のメソッド
Return the column number where the current document event ends.
getColumnNumber()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getColumnNumber()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the current column number, starting from 0.
getColumnNumber()
- 例外 org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParserException
のメソッド
getColumnNumber()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getCursor()
- クラス org.lixm.core.list.
XMLModelList
のメソッド
このリストに関連付けられているカーソルを返します。
getData()
- クラス org.lixm.core.model.
ProcessingInstructionModel
のメソッド
データを取得します。
getDepth()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getDepth()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the current depth of the element.
getDetail()
- 例外 org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParserException
のメソッド
getElement()
- クラス org.lixm.core.model.
EndTagModel
のメソッド
この終了タグの要素を取得します。
getElement()
- クラス org.lixm.core.model.
StartTagModel
のメソッド
この開始タグの要素を取得します。
getEncoding()
- クラス org.lixm.core.common.
InputSource
のメソッド
文字エンコーディングを取得します。
getEncoding()
- クラス org.lixm.core.model.
XmlDeclModel
のメソッド
XMLのエンコーディングを取得します。
getEventType()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getEventType()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getException()
- 例外 org.lixm.core.common.
LIXMException
のメソッド
ラップされた一般情報を返します。
getFeature(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
Unknown properties are
always returned as false
getFeature(String)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the current value of the given feature.
getFeature(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
機能フラグの値を検索します。
getFirst()
- クラス org.lixm.core.list.
XMLCursor
のメソッド
リストの初めにあるモデルの位置情報を取得します。
getHandler()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
モデライザの内部SAXハンドラを取得します。
getIndex(int)
- クラス org.lixm.core.list.
AttributesList
のメソッド
推奨されていません。
AttributesList.get(int)
を利用します。
getIndex()
- クラス org.lixm.core.list.
XMLCursor
のメソッド
現在位置を返します。
getIndex(String, String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getIndex(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getInputEncoding()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getInputEncoding()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the input encoding if known, null otherwise.
getLast()
- クラス org.lixm.core.list.
XMLCursor
のメソッド
リストの最後にあるモデルの位置情報を取得します。
getLength()
- クラス org.lixm.core.list.
AttributesList
のメソッド
推奨されていません。
AttributesList.size()
を利用します。
getLength()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getLineNumber()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
Locator
のメソッド
Return the line number where the current document event ends.
getLineNumber()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getLineNumber()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the current line number, starting from 1.
getLineNumber()
- 例外 org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParserException
のメソッド
getLineNumber()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getList()
- インタフェース org.lixm.core.common.
XMLModelizer
のメソッド
このモデライザに関連付けられた
XMLModelList
を取得します。
getList()
- クラス org.lixm.core.list.
XMLCursor
のメソッド
このカーソルに対応するリストを返します。
getList()
- クラス org.lixm.optional.v10.atattch.impl.jsr172.
XMLModelizerImpl
のメソッド
関連付けられたモデルリストを返します。
getList()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
このモデライザに関連付けられた XMLModelListを取得します。
getLocalName(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getLocalNameList()
- クラス org.lixm.core.list.
AttributesList
のメソッド
この属性リストにある全ての属性のローカル名を配列で取得します。
getLocalPair()
- クラス org.lixm.core.model.
AttributeModel
のメソッド
getLocalPairList()
- クラス org.lixm.core.list.
AttributesList
のメソッド
このリストにある全ての属性のローカル名と属性値がペアになった 文字列表現を配列で取得します。
getMark()
- クラス org.lixm.core.list.
XMLCursor
のメソッド
記憶済み位置情報を返します。
getMessage()
- 例外 org.lixm.core.common.
LIXMException
のメソッド
この例外のメッセージです。
getMessage()
- 例外 org.lixm.core.common.
LIXMPhaseException
のメソッド
この例外のメッセージです。
getName(String)
- クラス org.lixm.core.list.
AttributesList
のメソッド
ローカル名を指定して属性を取得します。
getName(String, String)
- クラス org.lixm.core.list.
AttributesList
のメソッド
プレフィックスとローカル名を指定して属性を取得します。
getName()
- クラス org.lixm.core.model.
AttributeModel
のメソッド
実装依存の方法で属性名文字列を取得します。
getName()
- クラス org.lixm.core.model.
ElementModel
のメソッド
実装依存の方法で要素名文字列を取得します。
getName()
- クラス org.lixm.core.model.
EndTagModel
のメソッド
この終了タグの要素名へ簡単にアクセスするための簡易メソッドです。
getName()
- クラス org.lixm.core.model.
StartTagModel
のメソッド
この開始タグの要素名へ簡単にアクセスするための簡易メソッドです。
getName()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getName()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getNamespace()
- クラス org.lixm.core.model.
AttributeModel
のメソッド
名前空間URIを取得します。
getNamespace()
- クラス org.lixm.core.model.
ElementModel
のメソッド
名前空間URIを取得します。
getNamespace(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getNamespace()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getNamespace(String)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespace()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the namespace URI of the current element.
getNamespaceBinding()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl.ModelizerHandler
のメソッド
名前空間バインディングを返す
getNamespaceCount(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getNamespaceCount(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the numbers of elements in the namespace stack for the given depth.
getNamespacePrefix(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getNamespacePrefix(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the namespace prefixe for the given position in the namespace stack.
getNamespaceUri(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getNamespaceUri(int)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getNamespaceURI(Object)
- インタフェース org.lixm.optional.v11.namespace.
NamespaceBinding
のメソッド
プレフィックスから関連する名前空間URIを取得します。
getPefix()
- クラス org.lixm.core.model.
ElementModel
のメソッド
名前空間プレフィックスを取得します。
getPhaseType()
- 例外 org.lixm.core.common.
LIXMPhaseException
のメソッド
どのフェーズで発生した例外か特定します。
getPositionDescription()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
Return string describing current position of parsers as text 'STATE [seen %s...]
getPositionDescription()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns a short text describing the current parser state, including the position, a description of the current event and the data source if known.
getPrefix()
- クラス org.lixm.core.model.
AttributeModel
のメソッド
名前空間プレフィックスを取得します。
getPrefix()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getPrefix()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the prefix of the current element.
getPrefix(String)
- インタフェース org.lixm.optional.v11.namespace.
NamespaceBinding
のメソッド
名前空間URIから関連するプレフィックスを取得します。
getPrefixes(String)
- インタフェース org.lixm.optional.v11.namespace.
NamespaceBinding
のメソッド
名前空間URIから関連するプレフィックスを配列として取得します。
getProperty(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getProperty(String)
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Look up the value of a property.
getProperty(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
プロパティー値を検索します。
getPublicId()
- クラス org.lixm.core.common.
InputSource
のメソッド
k公開識別子を取得します。
getPublicId()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
Locator
のメソッド
Return the public identifier for the current document event.
getPublicId()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getQName(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getQNameList()
- クラス org.lixm.core.list.
AttributesList
のメソッド
この属性リストにある全ての属性の修飾名を配列で取得します。
getQPair()
- クラス org.lixm.core.model.
AttributeModel
のメソッド
getQPairList()
- クラス org.lixm.core.list.
AttributesList
のメソッド
このリストにある全ての属性のローカル名と属性値がペアになった 文字列表現を配列で取得します。
getRootEndTag()
- クラス org.lixm.core.list.
XMLModelList
のメソッド
ルート要素の終了タグを取得
getRootStartTag()
- クラス org.lixm.core.list.
XMLModelList
のメソッド
ルート要素の開始タグを取得
getStandalone()
- クラス org.lixm.core.model.
XmlDeclModel
のメソッド
XMLのスタンドアロン宣言を取得します。
getSystemId()
- クラス org.lixm.core.common.
InputSource
のメソッド
システム識別子を取得します。
getSystemId()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
Locator
のメソッド
Return the system identifier for the current document event.
getSystemId()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getTarget()
- クラス org.lixm.core.model.
ProcessingInstructionModel
のメソッド
ターゲットを取得します。
getText()
- クラス org.lixm.core.model.
CharactersModel
のメソッド
文字データのテキストを取得します。
getText()
- クラス org.lixm.core.model.
CommentModel
のメソッド
コメントのテキスト部分を取得します。
getText()
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getText()
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the text content of the current event as String.
getTextCharacters(int[])
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.helper.
MXParser
のメソッド
getTextCharacters(int[])
- インタフェース org.lixm.optional.v10.atattch.impl.nojsr172.helper.
XmlPullParser
のメソッド
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getType(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getType(String, String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getType(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getURI(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getValue()
- クラス org.lixm.core.model.
AttributeModel
のメソッド
属性値を取得します。
getValue(int)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getValue(String, String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getValue(String)
- クラス org.lixm.optional.v10.atattch.impl.nojsr172.
XMLModelizerImpl
のメソッド
getValueList()
- クラス org.lixm.core.list.
AttributesList
のメソッド
このリストにある全ての属性の属性値を配列で取得します。
getVersion()
- クラス org.lixm.core.model.
XmlDeclModel
のメソッド
XMLのヴァージョンを取得します。
getXMLType()
- クラス org.lixm.core.model.
AbstractModel
のメソッド
このモデルがどのタイプのモデルか表す定数を返します。
getXMLType()
- インタフェース org.lixm.core.model.
XMLModel
のメソッド
このモデルがどのタイプのモデルか表す定数を返します。
概要
パッケージ
クラス
使用
非推奨 API
索引
ヘルプ
LixM ME 1.3(1.3.0)
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
X
Copyright © 2005-2008 tasogare. All rights reserved.