public class EPPWriter extends XMLWriter
encoding, maintLogger, standalone, supportLogger, userLogger, version, xml| Modifier | Constructor and Description |
|---|---|
|
EPPWriter()
Creates an EPP service element lexical representation generator with default xml declaration and root element
attributes.
|
protected |
EPPWriter(java.lang.String version,
java.lang.String encoding,
boolean standalone,
java.lang.String eppNamespace,
java.lang.String xsi,
java.lang.String eppSchemaLocation)
Creates an EPP service element lexical representation generator with the specified xml declaration and root
element attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.Element |
createElement(java.lang.String uri,
java.lang.String name) |
org.w3c.dom.Element |
getRoot()
Get the
epp element, which is the root of the XML tree upon which the lexical representation will be
based. |
protected XMLBuilder |
getXMLBuilder() |
protected boolean |
isParserValidating() |
protected javax.xml.parsers.SAXParser |
newSAXParser() |
protected void |
setRoot(org.w3c.dom.Element newRoot)
Set the root element of the DOM tree associated with this writer.
|
appendChild, appendChild, appendChild, appendChild, appendChild, appendChild, appendChildren, newInstance, toXMLpublic EPPWriter()
protected EPPWriter(java.lang.String version,
java.lang.String encoding,
boolean standalone,
java.lang.String eppNamespace,
java.lang.String xsi,
java.lang.String eppSchemaLocation)
public org.w3c.dom.Element getRoot()
epp element, which is the root of the XML tree upon which the lexical representation will be
based.protected final void setRoot(org.w3c.dom.Element newRoot)
XMLWriterprotected final XMLBuilder getXMLBuilder()
getXMLBuilder in class XMLWriterprotected final javax.xml.parsers.SAXParser newSAXParser()
throws org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
newSAXParser in class XMLWriterorg.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationExceptionprotected final boolean isParserValidating()
isParserValidating in class XMLWriterprotected final org.w3c.dom.Element createElement(java.lang.String uri,
java.lang.String name)
createElement in class XMLWriter