インタフェース
javax.xml.stream.events.Attributeの使用
Attributeを使用するパッケージ
パッケージ
説明
Streaming API for XML (StAX)のインタフェースとクラスを定義します。
Streaming API for XML (StAX)のイベント・インタフェースを定義します。
-
javax.xml.streamでのAttributeの使用
Attributeを返すjavax.xml.streamのメソッド修飾子と型メソッド説明abstract Attribute
XMLEventFactory.createAttribute
(String localName, String value) 新しいAttributeを作成します。abstract Attribute
XMLEventFactory.createAttribute
(String prefix, String namespaceURI, String localName, String value) 新しいAttributeを作成します。abstract Attribute
XMLEventFactory.createAttribute
(QName name, String value) 新しいAttributeを作成します。型Attributeの型引数を持つjavax.xml.streamのメソッド・パラメータ修飾子と型メソッド説明abstract StartElement
XMLEventFactory.createStartElement
(String prefix, String namespaceUri, String localName, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces) 新しいStartElementを作成します。abstract StartElement
XMLEventFactory.createStartElement
(String prefix, String namespaceUri, String localName, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces, NamespaceContext context) 新しいStartElementを作成します。abstract StartElement
XMLEventFactory.createStartElement
(QName name, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces) 新しいStartElementを作成します。 -
javax.xml.stream.eventsでのAttributeの使用
javax.xml.stream.eventsのAttributeのサブインタフェースAttributeを返すjavax.xml.stream.eventsのメソッド型Attributeの引数を持つ型を返すjavax.xml.stream.eventsのメソッド