A C D E F G I M P S T V W _

A

AttributeMap - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Klasse zum Zugriff auf die XML-Attribute eines XML-Elements.
AttributeMap(Attributes) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.AttributeMap
 

C

characters(char[], int, int) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of character data inside an element.
CharactersEvent - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn Text gelesen wurde.
CharactersEvent(char[], int, int) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.CharactersEvent
 
CountingErrorHandler - Class in de.bsvrz.sys.funclib.xmlSupport
Implementierung eines ErrorHandlers, der mit XML-Parsern benutzt werden kann, um evtl.
CountingErrorHandler() - Constructor for class de.bsvrz.sys.funclib.xmlSupport.CountingErrorHandler
 

D

de.bsvrz.sys.funclib.xmlSupport - package de.bsvrz.sys.funclib.xmlSupport
 
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter - package de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
 
DebuggingContentHandler - Class in de.bsvrz.sys.funclib.xmlSupport
Implementierung eines SAX-Contenthandlers, der zu Debugging-Zwecken beim Parsen einer XML-Datei mit SAX dazu benutzt werden kann, um die Callback-Aufrufe des SAX-Parsers mit entsprechenden Debug-Ausgaben zu dokumentieren.
DebuggingContentHandler() - Constructor for class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
 

E

endDocument() - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of the end of the document.
endDocument() - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of the end of the document.
endElement(String, String, String) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of the end of an element.
EndElementEvent - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn das Ende eines XML-Element gelesen wurde.
EndElementEvent(String) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.EndElementEvent
 
EndOfInputEvent - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn das Ende des XML-Streams gelesen wurde.
EndOfInputEvent() - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.EndOfInputEvent
 
endPrefixMapping(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of the end of a Namespace mapping.
error(SAXParseException) - Method in class de.bsvrz.sys.funclib.xmlSupport.CountingErrorHandler
Receive notification of a recoverable parser error.
Event - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Abstrakte Basisklasse für Ereignis-Objekte, die vom SaxPullAdapter geliefert werden.
Event(EventType) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
 
EventType - Enum in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Aufzählung der verschiedenen Ereignistypen, die vom SaxPullAdapter geliefert werden können.

F

fatalError(SAXParseException) - Method in class de.bsvrz.sys.funclib.xmlSupport.CountingErrorHandler
Report a fatal XML parsing error.

G

getAttributes() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.StartElementEvent
 
getCompileTime() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getDependsOnCompiled() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getDependsOnLib() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getDependsOnSource() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getErrorCount() - Method in class de.bsvrz.sys.funclib.xmlSupport.CountingErrorHandler
 
getJvmVersion() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getLastStartElement() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
getLicence() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getLocalName() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.EndElementEvent
 
getLocalName() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.StartElementEvent
 
getLocationHint() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
getNames() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.AttributeMap
Gibt alle Namen zurück, zu denen es auch Werte gibt.
getRelease() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getRevision() - Static method in class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
getText() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.CharactersEvent
 
getText() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.IgnorableCharactersEvent
 
getType() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
 
getValue(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.AttributeMap
Gibt zu einem Namen den dazugehörigen Wert zurück.
getWarningCount() - Method in class de.bsvrz.sys.funclib.xmlSupport.CountingErrorHandler
 

I

IgnorableCharactersEvent - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn Text gelesen wurde, der normalerweise beim Parsen ignoriert werden kann.
IgnorableCharactersEvent(char[], int, int) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.IgnorableCharactersEvent
 
ignorableWhitespace(char[], int, int) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of ignorable whitespace in element content.

M

matchCharacters() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
matchEndElement() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
matchEndElement(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
matchIgnorableCharacters() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
matchStartElement() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
matchStartElement(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 

P

PackageRuntimeInfo - Class in de.bsvrz.sys.funclib.xmlSupport
 
PackageRuntimeInfo() - Constructor for class de.bsvrz.sys.funclib.xmlSupport.PackageRuntimeInfo
 
printSummary() - Method in class de.bsvrz.sys.funclib.xmlSupport.CountingErrorHandler
 
processingInstruction(String, String) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of a processing instruction.
PullableEventStream - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Klasse, zum Zugriff auf die vom SaxPullAdapter beim Parsen einer XML-Datei erzeugten Ereignisse.
PullableEventStream(BufferedQueue<Event>) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullAnyEvent() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullCharacters() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullEndElement() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullEndElement(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullIgnorableCharacters() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullNonIgnorableEvent() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullStartElement() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 
pullStartElement(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
 

S

SaxPullAdapter - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Implementierung eines SAX-basierten Pull-Adapters zum Parsen von XML-Dateien, der die Verwendung des SAX-XML-Parsers durch Umkehrung des Kontrollflusses vereinfacht.
SaxPullAdapter(EntityResolver) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.SaxPullAdapter
 
setDocumentLocator(Locator) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive a Locator object for document events.
SilentContentHandler - Class in de.bsvrz.sys.funclib.xmlSupport
Implementierung eines SAX-Contenthandlers, der Default-Implementierungen aller Callback-Aufrufe des SAX-Parsers enthält.
SilentContentHandler() - Constructor for class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
 
size() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.AttributeMap
Gibt die Anzahl Namen zurück, zu denen Werte gespeichert sind.
skippedEntity(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of a skipped entity.
start(File, ErrorHandler) - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.SaxPullAdapter
 
startDocument() - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of the beginning of the document.
startDocument() - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of the beginning of the document.
startElement(String, String, String, Attributes) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of the start of an element.
StartElementEvent - Class in de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn der Beginn eines XML-Element gelesen wurde.
StartElementEvent(String, Attributes) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.StartElementEvent
 
startPrefixMapping(String, String) - Method in class de.bsvrz.sys.funclib.xmlSupport.DebuggingContentHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
Receive notification of the start of a Namespace mapping.
stop() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.SaxPullAdapter
 

T

toString() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.AttributeMap
 
toString() - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
 

V

valueOf(String) - Static method in enum de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.EventType
Returns an array containing the constants of this enum type, in the order they're declared.

W

warning(SAXParseException) - Method in class de.bsvrz.sys.funclib.xmlSupport.CountingErrorHandler
Receive notification of a parser warning.

_

_count - Variable in class de.bsvrz.sys.funclib.xmlSupport.SilentContentHandler
 

A C D E F G I M P S T V W _