public class EldXsdXmlWriter extends Object
Modifier and Type | Field and Description |
---|---|
protected ElementLanguage |
context |
protected Map<String,String> |
namespaces |
static String |
SCHEMA_URI |
protected String |
writeNamespace |
protected DefaultHandler2 |
xmlWriter |
Constructor and Description |
---|
EldXsdXmlWriter(DefaultHandler2 xmlWriter,
ElementLanguage context) |
Modifier and Type | Method and Description |
---|---|
void |
endSchema() |
void |
startNamespaces(String namespaceUri) |
void |
startSchema(ElementNamespaceContext ns,
ElementLanguage elementLanguage) |
void |
writeElement(ElementClass ec,
ElementNamespaceContext nsWrite) |
void |
writeElementClass(ElementClass ec,
ElementNamespaceContext nsWrite) |
public static final String SCHEMA_URI
protected ElementLanguage context
protected DefaultHandler2 xmlWriter
protected String writeNamespace
protected Map<String,String> namespaces
public EldXsdXmlWriter(DefaultHandler2 xmlWriter, ElementLanguage context)
public void startNamespaces(String namespaceUri)
public void startSchema(ElementNamespaceContext ns, ElementLanguage elementLanguage) 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-2012 X4O. All Rights Reserved.