public class EldXsdXmlWriter extends Object
Modifier and Type | Field and Description |
---|---|
protected X4OLanguage |
language |
protected Map<String,String> |
namespaces |
static String |
SCHEMA_URI |
protected String |
writeNamespace |
protected ContentWriterXsd |
xmlWriter |
Constructor and Description |
---|
EldXsdXmlWriter(ContentWriterXsd xmlWriter,
X4OLanguage language) |
Modifier and Type | Method and Description |
---|---|
void |
endSchema() |
void |
startNamespaces(String namespaceUri) |
void |
startSchema(ElementNamespaceContext ns) |
void |
writeElement(ElementClass ec,
ElementNamespaceContext nsWrite) |
void |
writeElementClass(ElementClass ec,
ElementNamespaceContext nsWrite) |
public static final String SCHEMA_URI
protected X4OLanguage language
protected ContentWriterXsd xmlWriter
protected String writeNamespace
public EldXsdXmlWriter(ContentWriterXsd xmlWriter, X4OLanguage language)
public void startNamespaces(String namespaceUri)
public void startSchema(ElementNamespaceContext ns) throws SAXException
SAXException
public void endSchema() throws SAXException
SAXException
public void writeElementClass(ElementClass ec, ElementNamespaceContext nsWrite) throws SAXException
SAXException
public void writeElement(ElementClass ec, ElementNamespaceContext nsWrite) throws SAXException
SAXException
Copyright © 2004-2013 X4O. All Rights Reserved.