edu.stanford.smi.protegex.owl.writer.xml
Class XMLWriterPreferences
java.lang.Object
edu.stanford.smi.protegex.owl.writer.xml.XMLWriterPreferences
- public class XMLWriterPreferences
- extends Object
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Apr 8, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static XMLWriterPreferences instance
useNamespaceEntities
private boolean useNamespaceEntities
indenting
private boolean indenting
indentSize
private int indentSize
XMLWriterPreferences
private XMLWriterPreferences()
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)