Class Type.XPathProperType

java.lang.Object
eu.bandm.tools.tpath.type.Type.XPathType
eu.bandm.tools.tpath.type.Type.XPathProperType
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
Type.Boolean, Type.NodeRel, Type.Number, Type.String
Enclosing class:
Type

public abstract static class Type.XPathProperType extends Type.XPathType
  • Constructor Details

    • XPathProperType

      public XPathProperType()
  • Method Details

    • doclone

      public Type.XPathProperType doclone()
      Overrides:
      doclone in class Type.XPathType
    • format

      public Format format()
      Delivers a format object for pretty-printing by inheritance from some ancestor class.
      Specified by:
      format in interface Formattable
      Overrides:
      format in class Type.XPathType
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public Type.XPathProperType initFrom(Object o0)
      Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.
      Overrides:
      initFrom in class Type.XPathType