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, toXML
public 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)
XMLWriter
protected final XMLBuilder getXMLBuilder()
getXMLBuilder
in class XMLWriter
protected final javax.xml.parsers.SAXParser newSAXParser() throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
newSAXParser
in class XMLWriter
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
protected final boolean isParserValidating()
isParserValidating
in class XMLWriter
protected final org.w3c.dom.Element createElement(java.lang.String uri, java.lang.String name)
createElement
in class XMLWriter