RyoML
Class RyoML

Known sub-classes: RyoDxl, RyoHtml, RyoXML


Methods Summary
PublicNew()

Functions Summary
Public RyoNodeappendChild(p_parent As Variant, p_strTagName As String, p_Content As Variant, Byval p_strId As String)
Public RyoNodeappendContent(p_parent As Variant, p_Content As Variant)
Public StringgenerateId(p_node As NotesDOMElementNode)
Public NotesDOMDocumentNode getDocument()
Public RyoNodegetElementById(Byval p_strId As String)
Public RyoNodegetRootNode()
Public RyoNodeinsertBefore(p_existingNode As Variant, p_newNode As Variant)
Public NotesDOMNodeparseMarkup(Byval p_strMarkup As String)
Public NotesStreamtoStream()
Public StringtoString()

Method Detail

New

Public New()

Function Detail

appendChild

Public Function appendChild(p_parent As Variant, p_strTagName As String, p_Content As Variant, Byval p_strId As String) As RyoNode

appendContent

Public Function appendContent(p_parent As Variant, p_Content As Variant) As RyoNode

generateId

Public Function generateId(p_node As NotesDOMElementNode) As String

getDocument

Public Function getDocument() As NotesDOMDocumentNode 

getElementById

Public Function getElementById(Byval p_strId As String) As RyoNode

getRootNode

Public Function getRootNode() As RyoNode

insertBefore

Public Function insertBefore(p_existingNode As Variant, p_newNode As Variant) As RyoNode

parseMarkup

Public Function parseMarkup(Byval p_strMarkup As String) As NotesDOMNode

toStream

Public Function toStream() As NotesStream

toString

Public Function toString() As String