Uses of Interface
org.xmlpull.v1.builder.XmlAttribute
-
Packages that use XmlAttribute Package Description 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!) and has an unique ability to bypass tree building for selected sub trees to work directly with underlying event stream.org.xmlpull.v1.builder.adapter org.xmlpull.v1.builder.impl -
-
Uses of XmlAttribute in org.xmlpull.v1.builder
Methods in org.xmlpull.v1.builder that return XmlAttribute Modifier and Type Method Description 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)Deprecated.Use attribute()Methods in org.xmlpull.v1.builder with parameters of type XmlAttribute Modifier and Type Method Description XmlAttributeXmlElement. addAttribute(XmlAttribute attributeValueToAdd)Add attribute (adds it to the XML Infoset [namespace attributes] set) Attribute mistvoidXmlElement. removeAttribute(XmlAttribute attr)Method removeAttribute -
Uses of XmlAttribute in org.xmlpull.v1.builder.adapter
Classes in org.xmlpull.v1.builder.adapter that implement XmlAttribute Modifier and Type Class Description classXmlAttributeAdapterWraps XML attribute - allows overriding and other nice things.Methods in org.xmlpull.v1.builder.adapter that return XmlAttribute Modifier and Type Method Description 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)Methods in org.xmlpull.v1.builder.adapter with parameters of type XmlAttribute Modifier and Type Method Description XmlAttributeXmlElementAdapter. addAttribute(XmlAttribute attributeValueToAdd)voidXmlElementAdapter. removeAttribute(XmlAttribute attr)Constructors in org.xmlpull.v1.builder.adapter with parameters of type XmlAttribute Constructor Description XmlAttributeAdapter(XmlAttribute target) -
Uses of XmlAttribute in org.xmlpull.v1.builder.impl
Classes in org.xmlpull.v1.builder.impl that implement XmlAttribute Modifier and Type Class Description classXmlAttributeImplSimple implementation.Methods in org.xmlpull.v1.builder.impl that return XmlAttribute Modifier and Type Method Description 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)Deprecated.Methods in org.xmlpull.v1.builder.impl with parameters of type XmlAttribute Modifier and Type Method Description XmlAttributeXmlElementImpl. addAttribute(XmlAttribute attributeValueToAdd)voidXmlElementImpl. removeAttribute(XmlAttribute attr)
-