File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ class DataFormat(Enum):
8
8
9
9
10
10
class DataProcessor :
11
- """Superclass for data listeners.
11
+ """Collect & process consecutive data from each incoming MemoryReadMemo.
12
+ Superclass for data listeners.
12
13
"""
13
14
def __init__ (self ):
14
- pass
15
+ pass
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def format_of_space(space):
59
59
60
60
61
61
class XMLDataProcessor (xml .sax .handler .ContentHandler , DataProcessor ):
62
- """Manage Configuration Description Information.
62
+ """Collect & process consecutive XML data from each incoming MemoryReadMemo
63
63
- Send events to downloadCDI caller describing the state and content
64
64
of the document construction.
65
65
- Collect and traverse XML in a CDI-specific way.
You can’t perform that action at this time.
0 commit comments