Skip navigation links

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


weblogic.xml.stream.events
Class ElementEvent

java.lang.Object
  extended by weblogic.xml.stream.events.ElementEvent

All Implemented Interfaces:
Cloneable, XMLEvent
Direct Known Subclasses:
StartElementEvent

Deprecated. please use java standard StAX API

public class ElementEvent
extends Object
implements XMLEvent, Cloneable

Field Summary
protected  String content
          Deprecated.  
protected  Location location
          Deprecated.  
protected  XMLName name
          Deprecated.  
protected  XMLName schemaType
          Deprecated.  
protected  int type
          Deprecated.  

 

Fields inherited from interface weblogic.xml.stream.XMLEvent
CHANGE_PREFIX_MAPPING, CHARACTER_DATA, COMMENT, END_DOCUMENT, END_ELEMENT, END_PREFIX_MAPPING, ENTITY_REFERENCE, NULL_ELEMENT, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT, START_PREFIX_MAPPING, XML_EVENT

 

Method Summary
 Object clone()
          Deprecated.  
protected static boolean compare(String one, String two)
          Deprecated.  
 boolean equals(Object obj)
          Deprecated.  
 Location getLocation()
          Deprecated. Return the location of this Element
 XMLName getName()
          Deprecated. Get the XMLName of the current element
 XMLName getSchemaType()
          Deprecated. Get the event type of the current element, returns an integer so that switch statements can be written on the result
 int getType()
          Deprecated. Get the event type of the current element, returns an integer so that switch statements can be written on the result
 String getTypeAsString()
          Deprecated. Get the string value of the type name
 boolean hasName()
          Deprecated. Check if this Element has a name
protected  void init()
          Deprecated.  
 boolean isChangePrefixMapping()
          Deprecated.  
 boolean isCharacterData()
          Deprecated.  
 boolean isEndDocument()
          Deprecated.  
 boolean isEndElement()
          Deprecated.  
 boolean isEndPrefixMapping()
          Deprecated.  
 boolean isEntityReference()
          Deprecated.  
 boolean isNull()
          Deprecated.  
 boolean isProcessingInstruction()
          Deprecated.  
 boolean isSpace()
          Deprecated.  
 boolean isStartDocument()
          Deprecated.  
 boolean isStartElement()
          Deprecated. Method access to the elements type
 boolean isStartPrefixMapping()
          Deprecated.  
 void setName(XMLName name)
          Deprecated.  
 void setSchemaType(XMLName type)
          Deprecated.  
protected  void setType(int type)
          Deprecated.  

 

Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

type

protected int type
Deprecated. 

name

protected XMLName name
Deprecated. 

location

protected Location location
Deprecated. 

content

protected String content
Deprecated. 

schemaType

protected XMLName schemaType
Deprecated. 

Method Detail

init

protected void init()
Deprecated. 

getType

public int getType()
Deprecated. 
Description copied from interface: XMLEvent
Get the event type of the current element, returns an integer so that switch statements can be written on the result
Specified by:
getType in interface XMLEvent

setType

protected void setType(int type)
Deprecated. 

setName

public void setName(XMLName name)
Deprecated. 

getName

public XMLName getName()
Deprecated. 
Description copied from interface: XMLEvent
Get the XMLName of the current element
Specified by:
getName in interface XMLEvent
See Also:
XMLName

hasName

public boolean hasName()
Deprecated. 
Description copied from interface: XMLEvent
Check if this Element has a name
Specified by:
hasName in interface XMLEvent

getLocation

public Location getLocation()
Deprecated. 
Description copied from interface: XMLEvent
Return the location of this Element
Specified by:
getLocation in interface XMLEvent

getTypeAsString

public String getTypeAsString()
Deprecated. 
Description copied from interface: XMLEvent
Get the string value of the type name
Specified by:
getTypeAsString in interface XMLEvent

isStartElement

public boolean isStartElement()
Deprecated. 
Description copied from interface: XMLEvent
Method access to the elements type
Specified by:
isStartElement in interface XMLEvent

isEndElement

public boolean isEndElement()
Deprecated. 
Specified by:
isEndElement in interface XMLEvent

isEntityReference

public boolean isEntityReference()
Deprecated. 
Specified by:
isEntityReference in interface XMLEvent

isStartPrefixMapping

public boolean isStartPrefixMapping()
Deprecated. 
Specified by:
isStartPrefixMapping in interface XMLEvent

isEndPrefixMapping

public boolean isEndPrefixMapping()
Deprecated. 
Specified by:
isEndPrefixMapping in interface XMLEvent

isChangePrefixMapping

public boolean isChangePrefixMapping()
Deprecated. 
Specified by:
isChangePrefixMapping in interface XMLEvent

isProcessingInstruction

public boolean isProcessingInstruction()
Deprecated. 
Specified by:
isProcessingInstruction in interface XMLEvent

isCharacterData

public boolean isCharacterData()
Deprecated. 
Specified by:
isCharacterData in interface XMLEvent

isSpace

public boolean isSpace()
Deprecated. 
Specified by:
isSpace in interface XMLEvent

isNull

public boolean isNull()
Deprecated. 
Specified by:
isNull in interface XMLEvent

isStartDocument

public boolean isStartDocument()
Deprecated. 
Specified by:
isStartDocument in interface XMLEvent

isEndDocument

public boolean isEndDocument()
Deprecated. 
Specified by:
isEndDocument in interface XMLEvent

getSchemaType

public XMLName getSchemaType()
Deprecated. 
Description copied from interface: XMLEvent
Get the event type of the current element, returns an integer so that switch statements can be written on the result
Specified by:
getSchemaType in interface XMLEvent

setSchemaType

public void setSchemaType(XMLName type)
Deprecated. 

compare

protected static boolean compare(String one,
                                 String two)
Deprecated. 

clone

public Object clone()
Deprecated. 
Overrides:
clone in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object

Skip navigation links

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