Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.xml.stream.events
Class StartElementEvent

java.lang.Object
  extended by weblogic.xml.stream.events.ElementEvent
      extended by weblogic.xml.stream.events.StartElementEvent
All Implemented Interfaces:
Cloneable, StartElement, XMLEvent

Deprecated. please use java standard StAX API

public class StartElementEvent
extends ElementEvent
implements StartElement


Field Summary
protected  List attributes
          Deprecated.  
protected  List namespaces
          Deprecated.  
protected  Map namespaceURIs
          Deprecated.  
 
Fields inherited from class weblogic.xml.stream.events.ElementEvent
content, location, name, schemaType, type
 
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
 
Constructor Summary
StartElementEvent()
          Deprecated.  
StartElementEvent(StartElement element)
          Deprecated.  
StartElementEvent(XMLName name)
          Deprecated.  
StartElementEvent(XMLName name, Location location)
          Deprecated.  
 
Method Summary
 void addAttribute(Attribute attribute)
          Deprecated.  
 void addNamespace(Attribute attribute)
          Deprecated.  
 boolean equals(Object obj)
          Deprecated.  
 Attribute getAttributeByName(XMLName name)
          Deprecated. Returns the attribute referred to by this name
 AttributeIterator getAttributes()
          Deprecated. Returns an AttributeIterator of non-namespace declared attributes
 AttributeIterator getAttributesAndNamespaces()
          Deprecated. Returns the union of declared attributes and namespaces
 Map getNamespaceMap()
          Deprecated. Gets a java.util.Map from prefixes to URIs in scope for this element.
 AttributeIterator getNamespaces()
          Deprecated. Returns an AttributeIterator of namespaces declared in this element
 String getNamespaceUri(String prefix)
          Deprecated. Gets the value that the prefix is bound to in the context of this element.
protected  void init()
          Deprecated.  
 void setAttributes(List attributes)
          Deprecated.  
 void setNamespaceMap(Map uriMap)
          Deprecated.  
 void setTransientNamespaceMap(Map uriMap)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class weblogic.xml.stream.events.ElementEvent
clone, compare, getLocation, getName, getSchemaType, getType, getTypeAsString, hasName, isChangePrefixMapping, isCharacterData, isEndDocument, isEndElement, isEndPrefixMapping, isEntityReference, isNull, isProcessingInstruction, isSpace, isStartDocument, isStartElement, isStartPrefixMapping, setName, setSchemaType, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface weblogic.xml.stream.XMLEvent
getLocation, getName, getSchemaType, getType, getTypeAsString, hasName, isChangePrefixMapping, isCharacterData, isEndDocument, isEndElement, isEndPrefixMapping, isEntityReference, isNull, isProcessingInstruction, isSpace, isStartDocument, isStartElement, isStartPrefixMapping
 

Field Detail

attributes

protected List attributes
Deprecated. 

namespaces

protected List namespaces
Deprecated. 

namespaceURIs

protected Map namespaceURIs
Deprecated. 
Constructor Detail

StartElementEvent

public StartElementEvent()
Deprecated. 

StartElementEvent

public StartElementEvent(XMLName name)
Deprecated. 

StartElementEvent

public StartElementEvent(XMLName name,
                         Location location)
Deprecated. 

StartElementEvent

public StartElementEvent(StartElement element)
Deprecated. 
Method Detail

init

protected void init()
Deprecated. 
Overrides:
init in class ElementEvent

getAttributes

public AttributeIterator getAttributes()
Deprecated. 
Description copied from interface: StartElement
Returns an AttributeIterator of non-namespace declared attributes

Specified by:
getAttributes in interface StartElement

getNamespaces

public AttributeIterator getNamespaces()
Deprecated. 
Description copied from interface: StartElement
Returns an AttributeIterator of namespaces declared in this element

Specified by:
getNamespaces in interface StartElement

getAttributesAndNamespaces

public AttributeIterator getAttributesAndNamespaces()
Deprecated. 
Description copied from interface: StartElement
Returns the union of declared attributes and namespaces

Specified by:
getAttributesAndNamespaces in interface StartElement

getAttributeByName

public Attribute getAttributeByName(XMLName name)
Deprecated. 
Description copied from interface: StartElement
Returns the attribute referred to by this name

Specified by:
getAttributeByName in interface StartElement

setAttributes

public void setAttributes(List attributes)
Deprecated. 

addAttribute

public void addAttribute(Attribute attribute)
Deprecated. 

addNamespace

public void addNamespace(Attribute attribute)
Deprecated. 

getNamespaceUri

public String getNamespaceUri(String prefix)
Deprecated. 
Description copied from interface: StartElement
Gets the value that the prefix is bound to in the context of this element. Returns null if the prefix is not bound in this context

Specified by:
getNamespaceUri in interface StartElement

setTransientNamespaceMap

public void setTransientNamespaceMap(Map uriMap)
Deprecated. 

setNamespaceMap

public void setNamespaceMap(Map uriMap)
Deprecated. 

getNamespaceMap

public Map getNamespaceMap()
Deprecated. 
Description copied from interface: StartElement
Gets a java.util.Map from prefixes to URIs in scope for this element.

Specified by:
getNamespaceMap in interface StartElement

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

equals

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

Copyright 1996, 2014, 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.1.3)

Part Number E41849-02