- 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
-
- SaxPullAdapter(URL) - Constructor for class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.SaxPullAdapter
-
- SaxPullAdapter.EventPushingContentHandler - Class in de.bsvrz.sys.funclib.xmlSupport.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(InputStream, ErrorHandler) - Method in class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.SaxPullAdapter
-
- 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.saxPullAdapter.SaxPullAdapter.EventPushingContentHandler
-
- 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
-