|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| StartElement を使用しているパッケージ | |
|---|---|
| javax.xml.stream | |
| javax.xml.stream.events | |
| javax.xml.stream での StartElement の使用 |
|---|
| StartElement を返す javax.xml.stream のメソッド | |
|---|---|
abstract StartElement |
XMLEventFactory.createStartElement(QName name,
Iterator attributes,
Iterator namespaces)
新しい StartElement を作成します。 |
abstract StartElement |
XMLEventFactory.createStartElement(String prefix,
String namespaceUri,
String localName)
新しい StartElement を作成します。 |
abstract StartElement |
XMLEventFactory.createStartElement(String prefix,
String namespaceUri,
String localName,
Iterator attributes,
Iterator namespaces)
新しい StartElement を作成します。 |
abstract StartElement |
XMLEventFactory.createStartElement(String prefix,
String namespaceUri,
String localName,
Iterator attributes,
Iterator namespaces,
NamespaceContext context)
新しい StartElement を作成します。 |
| javax.xml.stream.events での StartElement の使用 |
|---|
| StartElement を返す javax.xml.stream.events のメソッド | |
|---|---|
StartElement |
XMLEvent.asStartElement()
このイベントを要素開始イベントとして返します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。