@Deprecated public class XMLWriter extends SAXContextBasedWriter
| Constructor and Description |
|---|
XMLWriter(IWriterFactory wf)
Deprecated.
|
XMLWriter(Writer w)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument()
Deprecated.
|
ISAXElementHandler |
getDefaultDocumentElement()
Deprecated.
|
String |
getDestinationEncoding()
Deprecated.
|
int |
getIndent()
Deprecated.
|
boolean |
isFixTag()
Deprecated.
|
boolean |
isOmitDeclaration()
Deprecated.
|
boolean |
isPrettyPrint()
Deprecated.
|
boolean |
isWriteAttributes()
Deprecated.
|
void |
setDestinationEncoding(String newDestinationEncoding)
Deprecated.
|
void |
setFixTag(boolean newFixTag)
Deprecated.
|
void |
setIndent(int newIndent)
Deprecated.
|
void |
setOmitDeclaration(boolean newOmitDeclaration)
Deprecated.
|
void |
setPrettyPrint(boolean newPrettyPrint)
Deprecated.
|
void |
setWriteAttributes(boolean newWriteAttributes)
Deprecated.
|
void |
startDocument()
Deprecated.
|
closeWriter, getOutput, getWriterFactory, openWritercharacters, endElement, error, fail, fatalError, getClassLoader, getCurrent, getDocumentElement, getErrorString, getException, getLocationString, getLocator, getNesting, getTemplateEvaluator, ignorableWhitespace, isDocumentElementLevel, isEmpty, isError, isStarted, reset, setClassLoader, setDocumentElement, setDocumentLocator, setException, setTemplateEvaluator, startElement, substitute, warningendPrefixMapping, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDeclpublic XMLWriter(IWriterFactory wf)
public XMLWriter(Writer w)
public void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class SAXContextBasedWriterSAXExceptionpublic ISAXElementHandler getDefaultDocumentElement()
getDefaultDocumentElement in class SAXContextBasedHandlerpublic String getDestinationEncoding()
public int getIndent()
public boolean isFixTag()
public boolean isOmitDeclaration()
public boolean isPrettyPrint()
public boolean isWriteAttributes()
public void setDestinationEncoding(String newDestinationEncoding)
public void setFixTag(boolean newFixTag)
public void setIndent(int newIndent)
public void setOmitDeclaration(boolean newOmitDeclaration)
public void setPrettyPrint(boolean newPrettyPrint)
public void setWriteAttributes(boolean newWriteAttributes)
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class SAXContextBasedWriterSAXExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.