Help Center
Local Navigation
- About this guide
- Supported JavaScript APIs
- BlackBerry extension APIs
- Object: blackberry
- Object: blackberry.launch
- blackberry.launch methods
- Method: blackberry.launch.launchCamera()
- Method: blackberry.launch.launchVideoRecorder()
- Method: blackberry.launch.launchVoicemail()
- Method: blackberry.launch.newAppointment()
- Method: blackberry.launch.newContact()
- Method: blackberry.launch.newMap()
- Method: blackberry.launch.newMemo()
- Method: blackberry.launch.newSMS()
- Method: blackberry.launch.newPhoneCall()
- Method: blackberry.launch.newTask()
- JSON Object: Address
- Object: blackberry.location
- Canvas 2D rendering context API
- Core API
- Object: Attr
- Object: CDATASection
- Object: CharacterData
- Object: Comment
- Object: Document
- Object: DocumentFragment
- Object: DocumentType
- Object: DOMException
- Object: DOMImplementation
- Object: Element
- Object: Entity
- Object: EntityReference
- Object: NamedNodeMap
- Object: Node
- Object: NodeList
- Object: Notation
- Object: ProcessingInstruction
- Object: Text
- CSS and stylesheets API
- Object: Counter
- Object: CSSCharsetRule
- Object: CSSFontFaceRule
- Object: CSSImportRule
- Object: CSSMediaRule
- Object: CSSPageRule
- Object: CSSPrimitiveValue
- Object: CSSRuleList
- Object: CSSRule
- Object: CSSStyleDeclaration
- Object: CSSStyleRule
- Object: CSSStyleSheet
- Object: CSSUnknownRule
- Object: CSSValue
- Object: CSSValueList
- Object: MediaList
- Object: Rect
- Object: RGBColor
- Object: StyleSheet
- Object: StyleSheetList
- Events API
- Geolocation API
- HTML API
- Object: HTMLAnchorElement
- Object: HTMLAppletElement
- Object: HTMLAreaElement
- Object: HTMLBRElement
- Object: HTMLBaseElement
- Object: HTMLBaseFontElement
- Object: HTMLBodyElement
- Object: HTMLButtonElement
- Object: HTMLCanvasElement
- Object: HTMLCollection
- Object: HTMLDListElement
- Object: HTMLDirectoryElement
- Object: HTMLDivElement
- Object: HTMLDocument
- Object: HTMLElement
- Object: HTMLFieldsetElement
- Object: HTMLFontElement
- Object: HTMLFormElement
- Object: HTMLFrameElement
- Object: HTMLFrameSetElement
- Object: HTMLHRElement
- Object: HTMLHeadElement
- Object: HTMLHeadingElement
- Object: HTMLHtmlElement
- Object: HTMLIFrameElement
- Object: HTMLImageElement
- Object: HTMLInputElement
- Object: HTMLIsIndexElement
- Object: HTMLLIElement
- Object: HTMLLabelElement
- Object: HTMLLegendElement
- Object: HTMLLinkElement
- Object: HTMLMapElement
- Object: HTMLMenuElement
- Object: HTMLMetaElement
- Object: HTMLModElement
- Object: HTMLOListElement
- Object: HTMLObjectElement
- Object: HTMLOptGroupElement
- Object: HTMLOptionElement
- Object: HTMLOptionsCollection
- Object: HTMLParagraphElement
- Object: HTMLParamElement
- Object: HTMLPreElement
- Object: HTMLQuoteElement
- Object: HTMLScriptElement
- Object: HTMLSelectElement
- Object: HTMLStyleElement
- Object: HTMLTableCaptionElement
- Object: HTMLTableCellElement
- Object: HTMLTableColElement
- Object: HTMLTableElement
- Object: HTMLTableRowElement
- Object: HTMLTableSectionElement
- Object: HTMLTextAreaElement
- Object: HTMLTitleElement
- Object: HTMLUListElement
- Offline applications API
- Range API
- Storage API
- Thread API
- Traversal API
- Window API
- Object: Location
- Object: MimeType
- Object: MimeTypeArray
- Object: Navigator
- Object: Plugin
- Object: PluginArray
- Object: Screen
- Object: Selection
- Selection properties
- Selection methods
- Method: Selection.addRange()
- Method: Selection.collapseToEnd()
- Method: Selection.collapseToStart()
- Method: Selection.collapse()
- Method: Selection.deleteFromDocument()
- Method: Selection.getRangeAt()
- Method: Selection.removeAllRanges()
- Method: Selection.removeRange()
- Method: Selection.selectAllChildren()
-
Object: Window
- Window properties
- Window event handlers
- Window methods
- Method: window.alert()
- Method: window.back()
- Method: window.blur()
- Method: window.close()
- Method: window.confirm()
- Method: window.find()
- Method: window.focus()
- Method: window.forward()
- Method: window.home()
- Method: window.moveBy()
- Method: window.moveTo()
- Method: window.open()
- Method: window.print()
- Method: window.prompt()
- Method: window.resizeBy()
- Method: window.resizeTo()
- Method: window.scrollBy()
- Method: window.scrollTo()
- Method: window.scroll()
- Method: window.stop()
- XML API
- XMLHttpRequest API
- BlackBerry extension APIs
- Document revision history
- Glossary
- Provide feedback
- Legal notice
BlackBerry Manuals & Help
>
Developer Documentation
>
BlackBerry Browser
>
JavaScript Reference
BlackBerry Browser - 6.0
Search This Document
Object: CDATASection
The CDATASection object represents CDATA sections, which escape entire blocks of text, such as XML fragments, source code, or other content that would otherwise be interpreted as XML markup. Only the strings <![CDATA[ (which represents the start of the CDATA section) and ]]> (which represents the end) are parsed.
Although this object inherits from the Node object, Node.normalize() does not merge adjacent CDATASection nodes.
Next topic:
Object: CharacterData
Previous topic: Attr properties