クラス XmlAttributeAdapter
- java.lang.Object
-
- org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
-
- すべての実装されたインタフェース:
Cloneable,XmlAttribute
public class XmlAttributeAdapter extends Object implements XmlAttribute
Wraps XML attribute - allows overriding and other nice things.
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 XmlAttributeAdapter(XmlAttribute target)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 Objectclone()Method cloneStringgetName()XML Infoset [local name] propertyXmlNamespacegetNamespace()Combination of XML Infoset [namespace name] and [prefix] propertiesStringgetNamespaceName()return XML Infoset [namespace name] property (namespaceName from getNamespace() or null if attribute has no namespaceXmlElementgetOwner()XML Infoset [owner element] propertyStringgetType()XML Infoset [attribute type]StringgetValue()XML Infoset [normalized value] propertybooleanisSpecified()XML Infoset [specified] flag
-
-
-
コンストラクタの詳細
-
XmlAttributeAdapter
public XmlAttributeAdapter(XmlAttribute target)
-
-
メソッドの詳細
-
clone
public Object clone() throws CloneNotSupportedException
インタフェースからコピーされた説明:XmlAttributeMethod clone- 定義:
cloneインタフェース内XmlAttribute- オーバーライド:
cloneクラス内Object- 戻り値:
- an Object
- 例外:
CloneNotSupportedException
-
getOwner
public XmlElement getOwner()
インタフェースからコピーされた説明:XmlAttributeXML Infoset [owner element] property- 定義:
getOwnerインタフェース内XmlAttribute
-
getNamespaceName
public String getNamespaceName()
インタフェースからコピーされた説明:XmlAttributereturn XML Infoset [namespace name] property (namespaceName from getNamespace() or null if attribute has no namespace- 定義:
getNamespaceNameインタフェース内XmlAttribute
-
getNamespace
public XmlNamespace getNamespace()
インタフェースからコピーされた説明:XmlAttributeCombination of XML Infoset [namespace name] and [prefix] properties- 定義:
getNamespaceインタフェース内XmlAttribute
-
getName
public String getName()
インタフェースからコピーされた説明:XmlAttributeXML Infoset [local name] property- 定義:
getNameインタフェース内XmlAttribute
-
getValue
public String getValue()
インタフェースからコピーされた説明:XmlAttributeXML Infoset [normalized value] property- 定義:
getValueインタフェース内XmlAttribute
-
getType
public String getType()
インタフェースからコピーされた説明:XmlAttributeXML Infoset [attribute type]- 定義:
getTypeインタフェース内XmlAttribute
-
isSpecified
public boolean isSpecified()
インタフェースからコピーされた説明:XmlAttributeXML Infoset [specified] flag- 定義:
isSpecifiedインタフェース内XmlAttribute
-
-