Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/raml1/jsyaml/includeRefResolvers"

Index

Variables

DOMParser

DOMParser: any

base64

base64: any

Functions

completeReference

  • completeReference(includePath: string, includeReference: IncludeReference, content: string): string[]

elementChildrenByName

  • elementChildrenByName(parent: any, tagName: string): any[]

endsWith

  • endsWith(input: string, ends: string): boolean

getIncludePath

  • getIncludePath(includeString: string): string

getIncludeReference

getIncludeReferenceResolvers

resolve

resolveContents

  • resolveContents(includeString: string, content?: string): any
  • Checks all resolvers, finds the suitable one, resolves the reference and returns the result of resolving. Returns null if no suitable resolver is found or resolver itself fails to resolve.

    Parameters

    • includeString: string

      complete include string

    • Optional content: string

      include contents

    Returns any

Generated using TypeDoc