クラス XmlAttributeImpl
- java.lang.Object
-
- org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- すべての実装されたインタフェース:
Cloneable,XmlAttribute
public class XmlAttributeImpl extends Object implements XmlAttribute
Simple implementation.- 作成者:
- Aleksander Slominski
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 Objectclone()Method clonebooleanequals(Object other)StringgetName()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] flagStringtoString()
-
-
-
メソッドの詳細
-
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
-
getNamespace
public XmlNamespace getNamespace()
インタフェースからコピーされた説明:XmlAttributeCombination of XML Infoset [namespace name] and [prefix] properties- 定義:
getNamespaceインタフェース内XmlAttribute
-
getNamespaceName
public String getNamespaceName()
インタフェースからコピーされた説明:XmlAttributereturn XML Infoset [namespace name] property (namespaceName from getNamespace() or null if attribute has no namespace- 定義:
getNamespaceNameインタフェース内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
-
-