Package | Description |
---|---|
com.hfg.svg | |
com.hfg.xml |
Classes for XML handling.
|
com.hfg.xml.msofficexml | |
com.hfg.xml.msofficexml.docx.drawingml.line | |
com.hfg.xml.msofficexml.xlsx.spreadsheetml.style |
Modifier and Type | Method and Description |
---|---|
void |
SVG.toIndentedXML(Writer inWriter,
int inInitialIndentLevel,
int inIndentSize,
XMLNamespaceSet inDeclaredNamespaces) |
protected void |
SVG.toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
Modifier and Type | Method and Description |
---|---|
XMLNamespaceSet |
XMLNamespaceSet.setDefault(XMLNamespace inValue) |
Modifier and Type | Method and Description |
---|---|
void |
XMLNode.toIndentedXML(Writer inWriter,
int inInitialIndentLevel,
int inIndentSize,
XMLNamespaceSet inDeclaredNamespaces) |
void |
XMLTag.toIndentedXML(Writer inWriter,
int inInitialIndentLevel,
int inIndentSize,
XMLNamespaceSet inDeclaredNamespaces) |
protected void |
XMLTag.toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
Modifier and Type | Method and Description |
---|---|
void |
OfficeOpenXMLTag.toIndentedXML(Writer inWriter,
int inInitialIndentSize,
int inIndentSize,
XMLNamespaceSet inDeclaredNamespaces) |
protected void |
OfficeOpenXMLTag.toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
Modifier and Type | Method and Description |
---|---|
protected void |
DmlLine.toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
Modifier and Type | Method and Description |
---|---|
void |
SsmlAlignment.toIndentedXML(Writer inWriter,
int inInitialIndentSize,
int inIndentSize,
XMLNamespaceSet inDeclaredNamespaces) |
void |
SsmlAlignment.toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
jataylor@hairyfatguy.com