| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Deprecated. please use java standard StAX api
public interface XMLEvent
This is the base element interface for handling markup events.
CharacterData, ProcessingInstruction, StartElement, EndElement, CharacterData, XMLName, StartDocument| Field Summary | |
|---|---|
| static int | CHANGE_PREFIX_MAPPINGDeprecated. A constant which identifies a ChangePrefixMapping | 
| static int | CHARACTER_DATADeprecated. A constant which identifies a CharacterData Event | 
| static int | COMMENTDeprecated. A constant which identifies a Comment | 
| static int | END_DOCUMENTDeprecated. A constant which identifies an EndDocument | 
| static int | END_ELEMENTDeprecated. A constant which identifies an EndElement | 
| static int | END_PREFIX_MAPPINGDeprecated. A constant which identifies a EndPrefixMapping | 
| static int | ENTITY_REFERENCEDeprecated. A constant which identifies an EntityReference | 
| static int | NULL_ELEMENTDeprecated. A constant which identifies a NullElement | 
| static int | PROCESSING_INSTRUCTIONDeprecated. A constant which identifies a ProcessingInstruction | 
| static int | SPACEDeprecated. A constant which identifies a Space | 
| static int | START_DOCUMENTDeprecated. A constant which identifies a StartDocument | 
| static int | START_ELEMENTDeprecated. A constant which identifies a StartElement | 
| static int | START_PREFIX_MAPPINGDeprecated. A constant which identifies a StartPrefixMapping | 
| static int | XML_EVENTDeprecated. A constant which identifies an XMLEvent | 
| Method Summary | |
|---|---|
| abstract  Location | getLocation()Deprecated. Return the location of this Element | 
| abstract  XMLName | getName()Deprecated. Get the XMLName of the current element | 
| abstract  XMLName | getSchemaType()Deprecated. Get the event type of the current element, returns an integer so that switch statements can be written on the result | 
| abstract  int | getType()Deprecated. Get the event type of the current element, returns an integer so that switch statements can be written on the result | 
| abstract  String | getTypeAsString()Deprecated. Get the string value of the type name | 
| abstract  boolean | hasName()Deprecated. Check if this Element has a name | 
| abstract  boolean | isChangePrefixMapping()Deprecated. | 
| abstract  boolean | isCharacterData()Deprecated. | 
| abstract  boolean | isEndDocument()Deprecated. | 
| abstract  boolean | isEndElement()Deprecated. | 
| abstract  boolean | isEndPrefixMapping()Deprecated. | 
| abstract  boolean | isEntityReference()Deprecated. | 
| abstract  boolean | isNull()Deprecated. | 
| abstract  boolean | isProcessingInstruction()Deprecated. | 
| abstract  boolean | isSpace()Deprecated. | 
| abstract  boolean | isStartDocument()Deprecated. | 
| abstract  boolean | isStartElement()Deprecated. Method access to the elements type | 
| abstract  boolean | isStartPrefixMapping()Deprecated. | 
| Field Detail | 
|---|
static final int XML_EVENT
XMLEvent, Constant Field Valuesstatic final int START_ELEMENT
StartElement, Constant Field Valuesstatic final int END_ELEMENT
EndElement, Constant Field Valuesstatic final int PROCESSING_INSTRUCTION
ProcessingInstruction, Constant Field Valuesstatic final int CHARACTER_DATA
CharacterData, Constant Field Valuesstatic final int COMMENT
Comment, Constant Field Valuesstatic final int SPACE
Space, Constant Field Valuesstatic final int NULL_ELEMENT
static final int START_DOCUMENT
StartDocument, Constant Field Valuesstatic final int END_DOCUMENT
EndDocument, Constant Field Valuesstatic final int START_PREFIX_MAPPING
StartPrefixMapping, Constant Field Valuesstatic final int END_PREFIX_MAPPING
EndPrefixMapping, Constant Field Valuesstatic final int CHANGE_PREFIX_MAPPING
ChangePrefixMapping, Constant Field Valuesstatic final int ENTITY_REFERENCE
EntityReference, Constant Field Values| Method Detail | 
|---|
int getType()
XMLName getSchemaType()
String getTypeAsString()
XMLName getName()
XMLNameboolean hasName()
Location getLocation()
boolean isStartElement()
boolean isEndElement()
boolean isEntityReference()
boolean isStartPrefixMapping()
boolean isEndPrefixMapping()
boolean isChangePrefixMapping()
boolean isProcessingInstruction()
boolean isCharacterData()
boolean isSpace()
boolean isNull()
boolean isStartDocument()
boolean isEndDocument()
| 
 | Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||