パッケージ org.xmlpull.v1.builder
インタフェース XmlNamespace
-
- 既知の実装クラスのリスト:
XmlNamespaceImpl
public interface XmlNamespaceRepresents Namespace Information Item .- バージョン:
- $Revision: 1.2 $
- 作成者:
- Aleksander Slominski
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 StringgetNamespaceName()Namespace name.StringgetPrefix()Prefix can be null.
-
-
-
メソッドの詳細
-
getPrefix
String getPrefix()
Prefix can be null. In this case it will be looked up from XML tree and used if available otherwise it will be automatically created only for serializaiton. TODO: If prefix is empty string it will be used to indicate default namespace.
-
getNamespaceName
String getNamespaceName()
Namespace name. Never null. Only allowed to be empty string if prefix is also empty string (used to undeclare default namespace)
-
-