mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-30 20:10:53 +00:00
12 lines
286 B
Text
12 lines
286 B
Text
|
parserDidStartDocument:
|
||
|
parser:didStartElement:namespaceURI:qualifiedName:attributes: node node {
|
||
|
attr = "-\"+";
|
||
|
}
|
||
|
parser:foundCharacters:
|
||
|
|
||
|
parser:foundCharacters: content
|
||
|
parser:foundCharacters:
|
||
|
|
||
|
parser:didEndElement:namespaceURI:qualifiedName: node node
|
||
|
parserDidEndDocument:
|