public interface StartDocument extends XMLEvent
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Modifier and Type | Method and Description |
---|---|
boolean |
encodingSet()
如果在文档的编码声明中设置了CharacterEncodingScheme,则返回true
|
String |
getCharacterEncodingScheme()
返回XML数据的编码样式
|
String |
getSystemId()
返回XML数据的系统ID
|
String |
getVersion()
返回此XML流的XML版本
|
boolean |
isStandalone()
如果这个XML是独立的,则返回
|
boolean |
standaloneSet()
如果在文档的编码声明中设置了独立属性,则返回true。
|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
String getSystemId()
String getCharacterEncodingScheme()
boolean encodingSet()
boolean isStandalone()
boolean standaloneSet()
String getVersion()
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.