org.coode.xml
Class XMLWriterPreferences
java.lang.Object
org.coode.xml.XMLWriterPreferences
public class XMLWriterPreferences
- extends java.lang.Object
Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: 30-May-2006
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Developed as part of the CO-ODE project
http://www.co-ode.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static XMLWriterPreferences getInstance()
isUseNamespaceEntities
public boolean isUseNamespaceEntities()
setUseNamespaceEntities
public void setUseNamespaceEntities(boolean useNamespaceEntities)
isIndenting
public boolean isIndenting()
setIndenting
public void setIndenting(boolean indenting)
getIndentSize
public int getIndentSize()
setIndentSize
public void setIndentSize(int indentSize)