Gjsify LogoGjsify Logo

Hierarchy

  • XMLIn

Index

Constructors

Properties

content: GLib.String

the current node content

field

Current document being parsed #GsfXMLInDoc

field
node: XMLInNode

current node (not on the stack)

field
user_state: object

user data

field
name: string

Methods

  • check_ns(str: string, ns_id: number): string
  • According to state is str in the namespace ns_id ?

    Parameters

    • str: string

      string to check

    • ns_id: number

      the namespace id

    Returns string

  • namecmp(str: string, ns_id: number, name: string): boolean
  • Checks to see if str is the same as ns_id::name with either an explicit namespace or the current default namespace.

    Parameters

    • str: string

      The potentially namespace qualified node name.

    • ns_id: number

      The name space id to check

    • name: string

      The target node name

    Returns boolean

  • Take the first node from doc as the current node and call its start handler.

    Parameters

    • doc: XMLInDoc

      #GsfXMLInDoc

    • new_state: object

      arbitrary content for the parser

    • dtor: XMLInExtDtor

      #GsfXMLInExtDtor

    • attrs: string[]

      array of xmlChar const *

    Returns void

  • set_silent_unknowns(silent: boolean): void
  • (New in 1.14.33)

    This provides a means to silently ignore unknown tags in contexts where they are expected.

    Parameters

    • silent: boolean

      whether to be silent about unknown tags

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method