setDocumentLocator(locator=org.apache.xerces.parsers.AbstractSAXParser$LocatorProxy@422ede) startDocument() startDTD(name="domtest",publicId=null,systemId=null) elementDecl(name="domtest",contentModel="(#PCDATA|kindelement|bild|xx:el)*") elementDecl(name="kindelement",contentModel="ANY") elementDecl(name="bild",contentModel="EMPTY") elementDecl(name="xx:el",contentModel="ANY") attributeDecl(elementName="domtest",attributeName="att1",type="CDATA",valueDefault="#IMPLIED",value=null) attributeDecl(elementName="domtest",attributeName="att2",type="CDATA",valueDefault="#FIXED",value="fester Wert") attributeDecl(elementName="domtest",attributeName="xmlns:xx",type="CDATA",valueDefault="#IMPLIED",value=null) attributeDecl(elementName="bild",attributeName="src",type="ENTITY",valueDefault="#IMPLIED",value=null) internalEntityDecl(name="kindentity",text="blabla") unparsedEntityDecl(name="bild",publicId=null,systemId="file:///C:/Texte/Kurse/pfad/pfad...",notationName="not1") notationDecl(name="not1",publicId=null,systemId="file:///C:/Texte/Kurse/DOM/xxx.exe") endDTD() processingInstruction(target="domtest",data="anweisung anweisung anweisung anweisung ") startPrefixMapping(prefix="xx",uri="http://bla.org") startElement(uri="",localName="domtest",qname="domtest",attributes={{uri="",localName="att1",qname="att1",type="CDATA",value="wert1"},{uri="",localName="att2",qname="att2",type="CDATA",value="fester Wert"}}) characters(text="Dies ") comment(text="eingestreuter Kommentar") characters(text=" ist nur ein Test ") characters(text="\n") startElement(uri="",localName="kindelement",qname="kindelement",attributes={}) startCDATA() characters(text=" ") endCDATA() endElement(uri="",localName="kindelement",qname="kindelement") characters(text="\n") startEntity(name="kindentity") startElement(uri="",localName="kindelement",qname="kindelement",attributes={}) characters(text="blabla") endElement(uri="",localName="kindelement",qname="kindelement") endEntity(name="kindentity") characters(text="\n") startElement(uri="",localName="bild",qname="bild",attributes={{uri="",localName="src",qname="src",type="ENTITY",value="bild"}}) endElement(uri="",localName="bild",qname="bild") characters(text="\n") startElement(uri="http://bla.org",localName="el",qname="xx:el",attributes={}) endElement(uri="http://bla.org",localName="el",qname="xx:el") characters(text="\n") endElement(uri="",localName="domtest",qname="domtest") endPrefixMapping(prefix="xx") endDocument()