RyoML
Class RyoML
Known sub-classes: RyoDxl, RyoHtml, RyoXML
| Methods Summary |
Public | New()
|
New
Public New()
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