de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Class StartElementEvent

java.lang.Object
  extended by de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
      extended by de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.StartElementEvent

public class StartElementEvent
extends Event

Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn der Beginn eines XML-Element gelesen wurde.

Author:
Kappich Systemberatung

Field Summary
private  AttributeMap _attributes
           
private  String _localName
           
 
Constructor Summary
StartElementEvent(String localName, Attributes attributes)
           
 
Method Summary
 AttributeMap getAttributes()
           
 String getLocalName()
           
(package private)  String paramString()
           
 
Methods inherited from class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_localName

private final String _localName

_attributes

private final AttributeMap _attributes
Constructor Detail

StartElementEvent

public StartElementEvent(String localName,
                         Attributes attributes)
Method Detail

getLocalName

public String getLocalName()

getAttributes

public AttributeMap getAttributes()

paramString

String paramString()
Specified by:
paramString in class Event