软件包 | 描述 |
---|---|
javax.xml.stream | |
javax.xml.stream.events |
Modifier and Type | Method and Description |
---|---|
abstract Attribute |
XMLEventFactory.createAttribute(QName name, String value)
创建一个新属性
|
abstract Attribute |
XMLEventFactory.createAttribute(String localName, String value)
创建一个新属性
|
abstract Attribute |
XMLEventFactory.createAttribute(String prefix, String namespaceURI, String localName, String value)
创建一个新属性
|
Modifier and Type | Interface and Description |
---|---|
interface |
Namespace
包含命名空间的信息的接口。
|
Modifier and Type | Method and Description |
---|---|
Attribute |
StartElement.getAttributeByName(QName name)
返回此名称所指的属性
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.