-
- All Known Subinterfaces:
- Attribute, Characters, Comment, DTD, EndDocument, EndElement, EntityDeclaration, EntityReference, Namespace, NotationDeclaration, ProcessingInstruction, StartDocument, StartElement, XMLEvent, XMLStreamReader
- All Known Implementing Classes:
- StreamReaderDelegate
public interface XMLStreamConstants
This interface declares the constants used in this API. Numbers in the range 0 to 256 are reserved for the specification, user defined events must use event codes outside that range.- Since:
- 1.6
-
-
Field Summary
Fields Modifier and Type Field and Description static int
ATTRIBUTE
Indicates an event is an attributestatic int
CDATA
Indicates an event is a CDATA sectionstatic int
CHARACTERS
Indicates an event is charactersstatic int
COMMENT
Indicates an event is a commentstatic int
DTD
Indicates an event is a DTDstatic int
END_DOCUMENT
Indicates an event is an end documentstatic int
END_ELEMENT
Indicates an event is an end elementstatic int
ENTITY_DECLARATION
Indicates a Entity Declarationstatic int
ENTITY_REFERENCE
Indicates an event is an entity referencestatic int
NAMESPACE
Indicates the event is a namespace declarationstatic int
NOTATION_DECLARATION
Indicates a Notationstatic int
PROCESSING_INSTRUCTION
Indicates an event is a processing instructionstatic int
SPACE
The characters are white space (see [XML], 2.10 "White Space Handling").static int
START_DOCUMENT
Indicates an event is a start documentstatic int
START_ELEMENT
Indicates an event is a start element
-
-
-
Field Detail
-
START_ELEMENT
static final int START_ELEMENT
Indicates an event is a start element- See Also:
StartElement
, Constant Field Values
-
END_ELEMENT
static final int END_ELEMENT
Indicates an event is an end element- See Also:
EndElement
, Constant Field Values
-
PROCESSING_INSTRUCTION
static final int PROCESSING_INSTRUCTION
Indicates an event is a processing instruction- See Also:
ProcessingInstruction
, Constant Field Values
-
CHARACTERS
static final int CHARACTERS
Indicates an event is characters- See Also:
Characters
, Constant Field Values
-
COMMENT
static final int COMMENT
Indicates an event is a comment- See Also:
Comment
, Constant Field Values
-
SPACE
static final int SPACE
The characters are white space (see [XML], 2.10 "White Space Handling"). Events are only reported as SPACE if they are ignorable white space. Otherwise they are reported as CHARACTERS.- See Also:
Characters
, Constant Field Values
-
START_DOCUMENT
static final int START_DOCUMENT
Indicates an event is a start document- See Also:
StartDocument
, Constant Field Values
-
END_DOCUMENT
static final int END_DOCUMENT
Indicates an event is an end document- See Also:
EndDocument
, Constant Field Values
-
ENTITY_REFERENCE
static final int ENTITY_REFERENCE
Indicates an event is an entity reference- See Also:
EntityReference
, Constant Field Values
-
ATTRIBUTE
static final int ATTRIBUTE
Indicates an event is an attribute- See Also:
Attribute
, Constant Field Values
-
DTD
static final int DTD
Indicates an event is a DTD- See Also:
DTD
, Constant Field Values
-
CDATA
static final int CDATA
Indicates an event is a CDATA section- See Also:
Characters
, Constant Field Values
-
NAMESPACE
static final int NAMESPACE
Indicates the event is a namespace declaration- See Also:
Namespace
, Constant Field Values
-
NOTATION_DECLARATION
static final int NOTATION_DECLARATION
Indicates a Notation- See Also:
NotationDeclaration
, Constant Field Values
-
ENTITY_DECLARATION
static final int ENTITY_DECLARATION
Indicates a Entity Declaration- See Also:
NotationDeclaration
, Constant Field Values
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/xml/stream/XMLStreamConstants.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.