Interface XObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
XObjectImpl, XObjectImpl

public interface XObject extends Serializable
Version:
$Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
Author:
SMB
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Result type is a boolean.
    static final int
    Result type is a NodeSet.
    static final int
    Result is null.
    static final int
    Result type is a Integer.
    static final int
    Result type is a Document Fragment.
    static final int
    Result type is a String.
    static final int
    Result type is not known.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Cast result object to a boolean.
    int
     
    Cast result object to a nodelist.
    double
    num()
    Cast result object to a number.
    Cast result object to a result tree fragment.
    str()
    Cast result object to a string.