public final class ExternalElementWithNS extends Object implements AnyOtherTypeElement
| Constructor and Description |
|---|
ExternalElementWithNS(QName qName,
CharArray namespace) |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Name of this object (the name of the xml element)
|
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattributes, compare, nestedComparepublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Externalizablewriter - the stream to write the object toIOExceptionpublic void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizablereader - the stream to read data from in order to restore the objectCopyright © 2017. All rights reserved.