| author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
| Wed, 21 Apr 2010 12:15:23 +0300 | |
| branch | RCL_3 |
| changeset 12 | cc75c76972ee |
| parent 0 | 1918ee327afb |
| permissions | -rw-r--r-- |
| 0 | 1 |
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
|
2 |
startDocument() |
|
3 |
startDTD(name="doc", publicId="whatever", systemId="009.ent") |
|
4 |
attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="") |
|
5 |
endDTD() |
|
6 |
startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) |
|
7 |
endElement(namespaceURI="", localName="doc", qName="doc") |
|
8 |
endDocument() |