|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
This implementation of ContentHandler can write XML contents to a specified output stream or writer.
| Constructor Summary | |
SVNXMLSerializer(OutputStream os)
Creates a serializer to write XML contents to the specified output stream. |
|
SVNXMLSerializer(Writer writer)
Creates a serializer to write XML contents to the specified writer. |
|
| Method Summary | |
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
Writes a End Of Line marker to the output. |
void |
endElement(String namespaceURI,
String localName,
String qName)
|
void |
endPrefixMapping(String prefix)
Does nothing. |
void |
flush()
Flushes written bytes. |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Does nothing. |
void |
processingInstruction(String target,
String data)
Does nothing. |
void |
setDocumentLocator(Locator locator)
Does nothing. |
void |
skippedEntity(String name)
Does nothing. |
void |
startDocument()
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
|
void |
startPrefixMapping(String prefix,
String uri)
Does nothing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SVNXMLSerializer(OutputStream os)
os - an output stream to write contents topublic SVNXMLSerializer(Writer writer)
writer - a writer to write contents to| Method Detail |
public void flush()
throws IOException
IOException
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXException
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
startElement in interface ContentHandlerSAXException
public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlerSAXException
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerSAXException
public void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXException
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerch - start - length -
SAXException
public void endPrefixMapping(String prefix)
throws SAXException
endPrefixMapping in interface ContentHandlerprefix -
SAXException
public void skippedEntity(String name)
throws SAXException
skippedEntity in interface ContentHandlername -
SAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlerlocator -
public void processingInstruction(String target,
String data)
throws SAXException
processingInstruction in interface ContentHandlertarget - data -
SAXException
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
startPrefixMapping in interface ContentHandlerprefix - uri -
SAXException
|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||