Package | Description |
---|---|
com.hfg.xml |
Classes for XML handling.
|
com.hfg.xml.creativecommons | |
com.hfg.xml.dublincore | |
com.hfg.xml.msoffice2003.spreadsheetml |
The classes in this package can be used to construct simple Microsoft Office 2003 Excel spreadsheets in an object-oriented fashion.
|
com.hfg.xml.msofficexml | |
com.hfg.xml.msofficexml.docx | |
com.hfg.xml.msofficexml.docx.drawingml | |
com.hfg.xml.msofficexml.docx.wordprocessingml | |
com.hfg.xml.msofficexml.xlsx.spreadsheetDrawing | |
com.hfg.xml.msofficexml.xlsx.spreadsheetml | |
com.hfg.xml.parser |
Contains SaxyParser - a basic XML parser alternative to Xerces.
|
com.hfg.xml.rdf | |
com.hfg.xml.xsd |
Basic code for Xsd parsing.
|
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
HfgXML.HFG_NAMESPACE |
static XMLNamespace |
XMLNamespace.SVG |
static XMLNamespace |
XMLNamespace.XHTML |
static XMLNamespace |
XMLNamespace.XLINK |
static XMLNamespace |
XMLSchema.XML_SCHEMA_INSTANCE_NAMESPACE |
Modifier and Type | Method and Description |
---|---|
XMLNamespace |
XMLNamespace.clone() |
XMLNamespace |
XMLNamespaceSet.getDefault() |
XMLNamespace |
XMLAttribute.getNamespace() |
XMLNamespace |
XMLName.getNamespace() |
XMLNamespace |
XMLNode.getNamespace() |
XMLNamespace |
XMLTag.getNamespace() |
static XMLNamespace |
XMLNamespace.getNamespace(String inURI) |
static XMLNamespace |
XMLNamespace.getNamespace(String inPrefix,
String inURI) |
static XMLNamespace |
XMLNamespace.getNamespaceViaPrefix(String inPrefix) |
XMLNamespace |
XMLNamespace.setIsDefault(boolean inValue) |
Modifier and Type | Method and Description |
---|---|
XMLTag |
XMLTag.addXMLNamespaceDeclaration(XMLNamespace inValue) |
XMLNamespaceSet |
XMLNamespaceSet.setDefault(XMLNamespace inValue) |
XMLTag |
XMLTag.setDefaultXMLNamespaceDeclaration(XMLNamespace inValue) |
void |
XMLAttribute.setNamespace(XMLNamespace inNamespace) |
XMLName |
XMLName.setNamespace(XMLNamespace inValue) |
XMLNode |
XMLNode.setNamespace(XMLNamespace inValue) |
XMLTag |
XMLTag.setNamespace(XMLNamespace inValue) |
Constructor and Description |
---|
XMLAttribute(String inName,
Object inValue,
XMLNamespace inNamespace) |
XMLName(String inName,
XMLNamespace inNamespace) |
Constructor and Description |
---|
XMLNamespaceSet(Collection<XMLNamespace> inInitialValues) |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
CreativeCommons.CREATIVE_COMMONS_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
DublinCore.DUBLIN_CORE_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
SpreadsheetML.C_NAMESPACE |
static XMLNamespace |
SpreadsheetML.HTML_NAMESPACE |
static XMLNamespace |
SpreadsheetML.O_NAMESPACE |
static XMLNamespace |
SpreadsheetML.SS_NAMESPACE |
static XMLNamespace |
SpreadsheetML.X_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
RelationshipXML.RELATIONSHIP_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
DmlXML.DRAWINGML_NAMESPACE |
static XMLNamespace |
DmlXML.PIC_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
WmlXML.WORDML_10_NAMESPACE |
static XMLNamespace |
WmlXML.WORDML_14_NAMESPACE |
static XMLNamespace |
WmlXML.WORDML_15_NAMESPACE |
static XMLNamespace |
WmlXML.WORDML_16_COMMENTS_EXTENSIBLE_NAMESPACE |
static XMLNamespace |
WmlXML.WORDML_16_COMMENTS_IDS_NAMESPACE |
static XMLNamespace |
WmlXML.WORDML_16_NAMESPACE |
static XMLNamespace |
WmlXML.WORDML_16_SYMEX_NAMESPACE |
static XMLNamespace |
WmlXML.WORDML_NAMESPACE |
static XMLNamespace |
WmlXML.WORDPROCESSING_CANVAS_NAMESPACE |
static XMLNamespace |
WmlXML.WORDPROCESSING_DRAWING_14_NAMESPACE |
static XMLNamespace |
WmlXML.WORDPROCESSING_DRAWING_NAMESPACE |
static XMLNamespace |
WmlXML.WORDPROCESSING_GROUP_NAMESPACE |
static XMLNamespace |
WmlXML.WORDPROCESSING_INK_NAMESPACE |
static XMLNamespace |
WmlXML.WORDPROCESSING_SHAPE_NAMESPACE |
static XMLNamespace |
WmlXML.WORDPROCESSINGML_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
SsDrawXML.SPREADSHEET_DRAWING_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
SsmlXML.EXCEL_2006_NAMESPACE |
static XMLNamespace |
SsmlXML.SPREADSHEETML_2009_NAMESPACE |
static XMLNamespace |
SsmlXML.SPREADSHEETML_2009AC_NAMESPACE |
static XMLNamespace |
SsmlXML.SPREADSHEETML_NAMESPACE |
static XMLNamespace |
SsmlXML.SPREADSHEETML_REVISION1_NAMESPACE |
static XMLNamespace |
SsmlXML.SPREADSHEETML_REVISION2_NAMESPACE |
static XMLNamespace |
SsmlXML.SPREADSHEETML_REVISION3_NAMESPACE |
Modifier and Type | Method and Description |
---|---|
SsmlExtension |
SsmlWorksheet.getOrAddExtension(XMLNamespace inNamespace,
SsmlExtension.URI_Type inURI_Type) |
Constructor and Description |
---|
SsmlCfColorScaleRule(SsmlWorksheet inParentWorksheet,
XMLNamespace inNamespace) |
SsmlCfRule(SsmlWorksheet inParentWorksheet,
SsmlCfRuleType inType,
XMLNamespace inNamespace) |
SsmlConditionalFormatting(SsmlWorksheet inParentWorksheet,
CellRange inRange,
XMLNamespace inNamespace) |
SsmlDataBar(SsmlWorksheet inParentWorksheet,
XMLNamespace inNamespace) |
SsmlExtension(SsmlWorksheet inParentWorksheet,
XMLNamespace inNamespace,
SsmlExtension.URI_Type inURI_Type) |
Modifier and Type | Method and Description |
---|---|
XMLNamespace |
SaxyParser.getCurrentDefaultNamespace() |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
RDF.RDF_NAMESPACE |
Modifier and Type | Field and Description |
---|---|
static XMLNamespace |
XsdXML.XSD_NAMESPACE |
Modifier and Type | Method and Description |
---|---|
XMLNamespace |
XsdElement.getNamespace() |
XMLNamespace |
XsdType.getNamespace() |
Modifier and Type | Method and Description |
---|---|
XsdElement |
XsdElement.setNamespace(XMLNamespace inValue) |
XsdType |
XsdType.setNamespace(XMLNamespace inValue) |
Constructor and Description |
---|
XsdChoice(XMLNode inTag,
XMLNamespace inNamespace) |
XsdComplexType(XMLNode inXMLTag,
XMLNamespace inNamespace) |
XsdGroup(XMLNode inTag,
XMLNamespace inNamespace) |
XsdSequence(XMLNode inTag,
XMLNamespace inNamespace) |
jataylor@hairyfatguy.com