Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NPXObject

Hierarchy

Index

Constructors

Protected constructor

  • new NPXObject(title: string, internalRef?: undefined | string, parent?: Parent | string): NPXObject
  • Parameters

    • title: string
    • Optional internalRef: undefined | string
    • Optional parent: Parent | string

    Returns NPXObject

Properties

Readonly internalRef

internalRef: string

parent

parent: Parent | string | undefined

Readonly title

title: string

Methods

Protected clean

  • clean(str: string): string
  • Parameters

    • str: string

    Returns string

    The string without certain values that could cause parsing issues in the future

Protected generateGuid

  • generateGuid(): string
  • Returns string

Abstract search

  • search(query: string): Note[]
  • Parameters

    • query: string

    Returns Note[]

Abstract toXmlObject

  • toXmlObject(): any
  • Returns any

    A version of the object that the XML generator can parse

Generated using TypeDoc