Serialized Form


Package javax.xml.namespace

Class javax.xml.namespace.QName extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Ensure that deserialization properly interns the results.

Throws:
IOException - if there was a failure in the object input stream
ClassNotFoundException - if the class of any sub-objects could not be found
Serialized Fields

namespaceURI

String namespaceURI

localPart

String localPart

prefix

String prefix



Copyright © 2006 Apache Software Foundation. All Rights Reserved.