mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-03 13:21:00 +00:00
11 lines
311 B
Text
11 lines
311 B
Text
|
parserDidStartDocument:
|
||
|
parser:didStartMappingPrefix:toURI: gs http://gnustep.org/example#
|
||
|
parser:didStartElement:namespaceURI:qualifiedName:attributes: node node {
|
||
|
"gs:attr" = foo;
|
||
|
}
|
||
|
|
||
|
content
|
||
|
parser:didEndElement:namespaceURI:qualifiedName: node node
|
||
|
parser:didEndMappingPrefix: gs
|
||
|
parserDidEndDocument:
|