Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdom.xpath
Class XPath.XPathString  view XPath.XPathString download XPath.XPathString.java

java.lang.Object
  extended byorg.jdom.xpath.XPath.XPathString
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XPath

private static final class XPath.XPathString
extends java.lang.Object
implements java.io.Serializable

The XPathString is dedicated to serialize instances of XPath subclasses in a implementation-independent manner.

XPathString ensures that only string data are serialized. Upon deserialization, XPathString relies on XPath factory method to to create instances of the concrete XPath wrapper currently configured.


Field Summary
private  java.lang.String xPath
          The XPath expression as a string.
 
Constructor Summary
XPath.XPathString(java.lang.String xpath)
          Creates a new XPathString instance from the specified XPath expression.
 
Method Summary
private  java.lang.Object readResolve()
          [Serialization support] Resolves the read XPathString objects into XPath implementations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xPath

private java.lang.String xPath
The XPath expression as a string.

Constructor Detail

XPath.XPathString

public XPath.XPathString(java.lang.String xpath)
Creates a new XPathString instance from the specified XPath expression.

Method Detail

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
[Serialization support] Resolves the read XPathString objects into XPath implementations.