Xojo Developer Conference
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
Platforms to show: All Mac Windows Linux Cross-Platform
DOMCDATASectionMBS class
Super class: DOMTextMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | HTMLViewer Mac | MBS MacControls Plugin | 7.4 | Yes | No | No | Yes, macOS only | No |
Notes:
All methods in this class will catch exceptions from Cocoa and raise a NSExceptionMBS instead. Using the message, name and reason properties you can see what was the reason for this exception. Please report if you find a method which does not handle exceptions correct.
Subclass of the DOMTextMBS class.
This is a subclass of an abstract class. You can't create an instance, but you can get one from various plugin functions.
Super class DOMTextMBS
- method splitText(offset as Integer) as DOMTextMBS
Super class DOMCharacterDataMBS
- property data as string
- 6 methods
- method appendData(arg as string)
- method deleteData(offset as Integer, count as Integer)
- method insertData(offset as Integer, arg as string)
- method length as Integer
- method replaceData(offset as Integer, count as Integer, arg as string)
- method substringData(offset as Integer, count as Integer) as string
Super class DOMNodeMBS
- 2 properties
- 21 methods
- method appendChild(newChild as DOMNodeMBS) as DOMNodeMBS
- method childNodes as DOMNodeListMBS
- method cloneNode(deep as boolean) as DOMNodeMBS
- method firstChild as DOMNodeMBS
- method getAttributes as DOMNamedNodeMapMBS
- method hasAttributes as boolean
- method hasChildNodes as boolean
- method insertBefore(newChild as DOMNodeMBS, refChild as DOMNodeMBS) as DOMNodeMBS
- method isSupported(feature as string, version as string) as boolean
- method lastChild as DOMNodeMBS
- method localName as String
- method namespaceURI as String
- method nextSibling as DOMNodeMBS
- method nodeName as String
- method nodeType as Integer
- method normalize
- method ownerDocument as DOMDocumentMBS
- method parentNode as DOMNodeMBS
- method previousSibling as DOMNodeMBS
- method removeChild(oldChild as DOMNodeMBS) as DOMNodeMBS
- method replaceChild(newChild as DOMNodeMBS, oldChild as DOMNodeMBS) as DOMNodeMBS
- 12 constants
- const DOM_ATTRIBUTE_NODE = 2
- const DOM_CDATA_SECTION_NODE = 4
- const DOM_COMMENT_NODE = 8
- const DOM_DOCUMENT_FRAGMENT_NODE = 11
- const DOM_DOCUMENT_NODE = 9
- const DOM_DOCUMENT_TYPE_NODE = 10
- const DOM_ELEMENT_NODE = 1
- const DOM_ENTITY_NODE = 6
- const DOM_ENTITY_REFERENCE_NODE = 5
- const DOM_NOTATION_NODE = 12
- const DOM_PROCESSING_INSTRUCTION_NODE = 7
- const DOM_TEXT_NODE = 3
Super class DOMObjectMBS
- method sheet as DOMStyleSheetMBS
Super class WebScriptObjectMBS
- property Handle as Integer
- 9 methods
- method Constructor
- method evaluateWebScript(script as String) as Variant
- method getValue(name as String) as Variant
- method removeValue(name as String)
- method setValue(name as String, value as Variant)
- method setWebScriptCallback(name as String, value as WebScriptCallbackMBS)
- method setWebScriptValueAtIndex(index as Integer, value as Variant)
- method stringRepresentation as String
- method webScriptValueAtIndex(index as Integer) as Variant
This class has no sub classes.
Some methods using this class:
- DOMDocumentMBS.createCDATASection(data as string) as DOMCDATASectionMBS
The items on this page are in the following plugins: MBS MacControls Plugin.
DOMAttrMBS - DOMCharacterDataMBS
Links
MBS FileMaker Plugins