ftp.nice.ch/pub/next/developer/languages/sgml/sp.1.1.1.I.bs.tar.gz#/sp-1.1.1.I.bs/lib/NumericCharRefOrigin.h

This is NumericCharRefOrigin.h in view mode; [Download] [Up]

#ifndef NumericCharRefOrigin_INCLUDED
#define NumericCharRefOrigin_INCLUDED 1

#ifdef __GNUG__
#pragma interface
#endif

#include "Location.h"
#include "Markup.h"
#include "Owner.h"

#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif

class NumericCharRefOrigin : public Origin {
public:
  NumericCharRefOrigin(const Location &start, Index endIndex,
		       Owner<Markup> &markup);
  const Location &parent() const;
  Index refLength() const;
  Boolean isNumericCharRef(const Markup *&) const;
private:
  NumericCharRefOrigin(const NumericCharRefOrigin &); // undefined
  void operator=(const NumericCharRefOrigin &);	      // undefined
  Location start_;
  Index refLength_;
  Owner<Markup> markup_;
};

#ifdef SP_NAMESPACE
}
#endif

#endif /* not NumericCharRefOrigin_INCLUDED */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.