public class AppearanceXmlManager
extends org.xml.sax.helpers.DefaultHandler
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
appearanceValues
The appearance values.
|
Constructor and Description |
---|
AppearanceXmlManager(java.lang.String workspace)
Instantiates a new appearance xml manager.
|
Modifier and Type | Method and Description |
---|---|
void |
regenerate()
Regenerate.
|
void |
saveXML()
Save xml.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public java.util.HashMap<java.lang.String,java.lang.String> appearanceValues