インタフェースの使用
org.xmlpull.v1.builder.XmlAttribute
-
XmlAttributeを使用しているパッケージ パッケージ 説明 org.xmlpull.v1.builder This package defines API modeled after XML Information Set for building incrmentally XML trees from events streamed from pull parser (user can start navigating tree before whole XML input was parsed!)org.xmlpull.v1.builder.adapter org.xmlpull.v1.builder.impl -
-
org.xmlpull.v1.builderでのXmlAttributeの使用
XmlAttributeを返すorg.xmlpull.v1.builderのメソッド 修飾子とタイプ メソッド 説明 XmlAttributeXmlElement. addAttribute(String name, String value)addAttributeXmlAttributeXmlElement. addAttribute(String attributeType, String attributePrefix, String attributeNamespace, String attributeName, String attributeValue, boolean specified)Method addAttributeXmlAttributeXmlElement. addAttribute(String type, XmlNamespace namespace, String name, String value)Method addAttributeXmlAttributeXmlElement. addAttribute(String type, XmlNamespace namespace, String name, String value, boolean specified)Method addAttributeXmlAttributeXmlElement. addAttribute(XmlAttribute attributeValueToAdd)Add attribute (adds it to the XML Infoset [namespace attributes] set) Attribute mistXmlAttributeXmlElement. addAttribute(XmlNamespace namespace, String name, String value)Method addAttributeXmlAttributeXmlElement. attribute(String attributeName)Find attribute that matches given name or namespace Returns null if not found.XmlAttributeXmlElement. attribute(XmlNamespace attributeNamespaceName, String attributeName)Find attribute that matches given name or namespace Returns null if not found.XmlAttributeXmlElement. findAttribute(String attributeNamespaceName, String attributeName)推奨されていません。Use attribute()XmlAttribute型のパラメータを持つorg.xmlpull.v1.builderのメソッド 修飾子とタイプ メソッド 説明 XmlAttributeXmlElement. addAttribute(XmlAttribute attributeValueToAdd)Add attribute (adds it to the XML Infoset [namespace attributes] set) Attribute mistvoidXmlElement. removeAttribute(XmlAttribute attr)Method removeAttribute -
org.xmlpull.v1.builder.adapterでのXmlAttributeの使用
XmlAttributeを実装しているorg.xmlpull.v1.builder.adapterのクラス 修飾子とタイプ クラス 説明 classXmlAttributeAdapterWraps XML attribute - allows overriding and other nice things.XmlAttributeを返すorg.xmlpull.v1.builder.adapterのメソッド 修飾子とタイプ メソッド 説明 XmlAttributeXmlElementAdapter. addAttribute(String name, String value)XmlAttributeXmlElementAdapter. addAttribute(String attributeType, String attributePrefix, String attributeNamespace, String attributeName, String attributeValue, boolean specified)XmlAttributeXmlElementAdapter. addAttribute(String type, XmlNamespace namespace, String name, String value)XmlAttributeXmlElementAdapter. addAttribute(String type, XmlNamespace namespace, String name, String value, boolean specified)XmlAttributeXmlElementAdapter. addAttribute(XmlAttribute attributeValueToAdd)XmlAttributeXmlElementAdapter. addAttribute(XmlNamespace namespace, String name, String value)XmlAttributeXmlElementAdapter. attribute(String attributeName)XmlAttributeXmlElementAdapter. attribute(XmlNamespace attributeNamespaceName, String attributeName)XmlAttributeXmlElementAdapter. findAttribute(String attributeNamespaceName, String attributeName)XmlAttribute型のパラメータを持つorg.xmlpull.v1.builder.adapterのメソッド 修飾子とタイプ メソッド 説明 XmlAttributeXmlElementAdapter. addAttribute(XmlAttribute attributeValueToAdd)voidXmlElementAdapter. removeAttribute(XmlAttribute attr)XmlAttribute型のパラメータを持つorg.xmlpull.v1.builder.adapterのコンストラクタ コンストラクタ 説明 XmlAttributeAdapter(XmlAttribute target) -
org.xmlpull.v1.builder.implでのXmlAttributeの使用
XmlAttributeを実装しているorg.xmlpull.v1.builder.implのクラス 修飾子とタイプ クラス 説明 classXmlAttributeImplSimple implementation.XmlAttributeを返すorg.xmlpull.v1.builder.implのメソッド 修飾子とタイプ メソッド 説明 XmlAttributeXmlElementImpl. addAttribute(String name, String value)XmlAttributeXmlElementImpl. addAttribute(String attributeType, String attributePrefix, String attributeNamespace, String attributeName, String attributeValue, boolean specified)XmlAttributeXmlElementImpl. addAttribute(String attributeType, XmlNamespace namespace, String name, String value)XmlAttributeXmlElementImpl. addAttribute(String attributeType, XmlNamespace namespace, String name, String value, boolean specified)XmlAttributeXmlElementImpl. addAttribute(XmlAttribute attributeValueToAdd)XmlAttributeXmlElementImpl. addAttribute(XmlNamespace namespace, String name, String value)XmlAttributeXmlElementImpl. attribute(String attributeName)XmlAttributeXmlElementImpl. attribute(XmlNamespace attributeNamespace, String attributeName)XmlAttributeXmlElementImpl. findAttribute(String attributeNamespace, String attributeName)推奨されていません。XmlAttribute型のパラメータを持つorg.xmlpull.v1.builder.implのメソッド 修飾子とタイプ メソッド 説明 XmlAttributeXmlElementImpl. addAttribute(XmlAttribute attributeValueToAdd)voidXmlElementImpl. removeAttribute(XmlAttribute attr)
-