SVG Tiny 1.2 – 20081222

R Python 言語束縛

目次

この付録は規定である。 This appendix is normative.

R.1 Module dom

Error constants for DOMException
The DOMException クラスは以下の定数を保持する:
INDEX_SIZE_ERR
この定数は int で値は 1 This constant is an int and its value is 1.
DOMSTRING_SIZE_ERR
この定数は int で値は 2 This constant is an int and its value is 2.
HIERARCHY_REQUEST_ERR
この定数は int で値は 3 This constant is an int and its value is 3.
WRONG_DOCUMENT_ERR
この定数は int で値は 4 This constant is an int and its value is 4.
INVALID_CHARACTER_ERR
この定数は int で値は 5 This constant is an int and its value is 5.
NO_DATA_ALLOWED_ERR
この定数は int で値は 6 This constant is an int and its value is 6.
NO_MODIFICATION_ALLOWED_ERR
この定数は int で値は 7 This constant is an int and its value is 7.
NOT_FOUND_ERR
この定数は int で値は 8 This constant is an int and its value is 8.
NOT_SUPPORTED_ERR
この定数は int で値は 9 This constant is an int and its value is 9.
INUSE_ATTRIBUTE_ERR
この定数は int で値は 10 This constant is an int and its value is 10.
INVALID_STATE_ERR
この定数は int で値は 11 This constant is an int and its value is 11.
SYNTAX_ERR
この定数は int で値は 12 This constant is an int and its value is 12.
INVALID_MODIFICATION_ERR
この定数は int で値は 13 This constant is an int and its value is 13.
NAMESPACE_ERR
この定数は int で値は 14 This constant is an int and its value is 14.
INVALID_ACCESS_ERR
この定数は int で値は 15 This constant is an int and its value is 15.
VALIDATION_ERR
この定数は int で値は 16 This constant is an int and its value is 16.
TYPE_MISMATCH_ERR
この定数は int で値は 17 This constant is an int and its value is 17.
Exception Class DOMException
The DOMException クラスは以下の属性を持つ:
code
この属性は int を保持する。 This attribute holds a int.
Class Node
The Node クラスは以下の属性を持つ:
namespaceURI
この属性は unicode を保持する。 This attribute holds a unicode.
localName
この属性は unicode を保持する。 This attribute holds a unicode.
parentNode
この属性は Node を保持する。 This attribute holds a Node.
ownerDocument
この属性は Document を保持する。 This attribute holds a Document.
textContent
この属性は unicode を保持する。 This attribute holds a unicode.
The Node クラスは以下のメソッドを持つ:
appendChild(newChild)
このメソッドは Node を返す。 引数 newChildNode This method returns a Node. The newChild argument is a Node.
insertBefore(newChild, refChild)
このメソッドは Node を返す。 引数 newChildNode 。 引数 refChildNode This method returns a Node. The newChild argument is a Node. The refChild argument is a Node.
removeChild(oldChild)
このメソッドは Node を返す。 引数 oldChildNode This method returns a Node. The oldChild argument is a Node.
cloneNode(deep)
このメソッドは Node を返す。 引数 deepboolean This method returns a Node. The deep argument is a boolean.
Class Element

ElementNode, ElementTraversal を継承する。 Element inherits from Node, ElementTraversal.

The Element クラスは以下のメソッドを持つ:
getAttributeNS(namespaceURI, localName)
このメソッドは unicode を返す。 引数 namespaceURIunicode 。 引数 localNameunicode This method returns a unicode. The namespaceURI argument is a unicode. The localName argument is a unicode.
setAttributeNS(namespaceURI, qualifiedName, value)
このメソッドに返り値は無い。 引数 namespaceURIunicode 。 引数 qualifiedNameunicode 。 引数 valueunicode This method has no return value. The namespaceURI argument is a unicode. The qualifiedName argument is a unicode. The value argument is a unicode.
getAttribute(name)
このメソッドは unicode を返す。 引数 nameunicode This method returns a unicode. The name argument is a unicode.
setAttribute(name, value)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 valueunicode This method has no return value. The name argument is a unicode. The value argument is a unicode.
Class Document

DocumentNode を継承する。 Document inherits from Node.

The Document クラスは以下の属性を持つ:
documentElement
この属性は Element を保持する。 This attribute holds a Element.
The Document クラスは以下のメソッドを持つ:
createElementNS(namespaceURI, qualifiedName)
このメソッドは Element を返す。 引数 namespaceURIunicode 。 引数 qualifiedNameunicode This method returns a Element. The namespaceURI argument is a unicode. The qualifiedName argument is a unicode.
getElementById(elementId)
このメソッドは Element を返す。 引数 elementIdunicode This method returns a Element. The elementId argument is a unicode.
Class ElementTraversal
The ElementTraversal クラスは以下の属性を持つ:
firstElementChild
この属性は Element を保持する。 This attribute holds a Element.
lastElementChild
この属性は Element を保持する。 This attribute holds a Element.
nextElementSibling
この属性は Element を保持する。 This attribute holds a Element.
previousElementSibling
この属性は Element を保持する。 This attribute holds a Element.
childElementCount
この属性は long を保持する。 This attribute holds a long.
Class Location
The Location クラスは以下のメソッドを持つ:
assign(iri)
このメソッドに返り値は無い。 引数 iriunicode This method has no return value. The iri argument is a unicode.
reload()
このメソッドに返り値は無い。 This method has no return value.
Class Window
The Window クラスは以下の属性を持つ:
parent
この属性は Window を保持する。 This attribute holds a Window.
location
この属性は Location を保持する。 This attribute holds a Location.

R.2 Module views

Class AbstractView
The AbstractView クラスは以下の属性を持つ:
document
この属性は DocumentView を保持する。 This attribute holds a DocumentView.
Class DocumentView
The DocumentView クラスは以下の属性を持つ:
defaultView
この属性は AbstractView を保持する。 This attribute holds a AbstractView.

R.3 Module events

Class EventTarget
The EventTarget クラスは以下のメソッドを持つ:
addEventListener(type, listener, useCapture)
このメソッドに返り値は無い。 引数 typeunicode 。 引数 listenerEventListener 。 引数 useCaptureboolean This method has no return value. The type argument is a unicode. The listener argument is a EventListener. The useCapture argument is a boolean.
removeEventListener(type, listener, useCapture)
このメソッドに返り値は無い。 引数 typeunicode 。 引数 listenerEventListener 。 引数 useCaptureboolean This method has no return value. The type argument is a unicode. The listener argument is a EventListener. The useCapture argument is a boolean.
Class EventListener
The EventListener クラスは以下のメソッドを持つ:
handleEvent(evt)
このメソッドに返り値は無い。 引数 evtEvent This method has no return value. The evt argument is a Event.
Class Event
The Event クラスは以下の属性を持つ:
target
この属性は EventTarget を保持する。 This attribute holds a EventTarget.
currentTarget
この属性は EventTarget を保持する。 This attribute holds a EventTarget.
type
この属性は unicode を保持する。 This attribute holds a unicode.
cancelable
この属性は boolean を保持する。 This attribute holds a boolean.
defaultPrevented
この属性は boolean を保持する。 This attribute holds a boolean.
The Event クラスは以下のメソッドを持つ:
stopPropagation()
このメソッドに返り値は無い。 This method has no return value.
preventDefault()
このメソッドに返り値は無い。 This method has no return value.
Class MouseEvent

MouseEventUIEvent を継承する。 MouseEvent inherits from UIEvent.

The MouseEvent クラスは以下の属性を持つ:
screenX
この属性は long を保持する。 This attribute holds a long.
screenY
この属性は long を保持する。 This attribute holds a long.
clientX
この属性は long を保持する。 This attribute holds a long.
clientY
この属性は long を保持する。 This attribute holds a long.
button
この属性は int を保持する。 This attribute holds a int.
Class MouseWheelEvent

MouseWheelEventMouseEvent を継承する。 MouseWheelEvent inherits from MouseEvent.

The MouseWheelEvent クラスは以下の属性を持つ:
wheelDelta
この属性は long を保持する。 This attribute holds a long.
Class TextEvent

TextEventUIEvent を継承する。 TextEvent inherits from UIEvent.

The TextEvent クラスは以下の属性を持つ:
data
この属性は unicode を保持する。 This attribute holds a unicode.
Class KeyboardEvent

KeyboardEventUIEvent を継承する。 KeyboardEvent inherits from UIEvent.

The KeyboardEvent クラスは以下の属性を持つ:
keyIdentifier
この属性は unicode を保持する。 This attribute holds a unicode.
Class UIEvent

UIEventEvent を継承する。 UIEvent inherits from Event.

The UIEvent クラスは以下の属性を持つ:
detail
この属性は long を保持する。 This attribute holds a long.
Class ProgressEvent

ProgressEventEvent を継承する。 ProgressEvent inherits from Event.

The ProgressEvent クラスは以下の属性を持つ:
lengthComputable
この属性は boolean を保持する。 This attribute holds a boolean.
loaded
この属性は long を保持する。 This attribute holds a long.
total
この属性は long を保持する。 This attribute holds a long.

R.4 Module smil

Class ElementTimeControl
The ElementTimeControl クラスは以下のメソッドを持つ:
beginElementAt(offset)
このメソッドに返り値は無い。 引数 offsetfloat This method has no return value. The offset argument is a float.
beginElement()
このメソッドに返り値は無い。 This method has no return value.
endElementAt(offset)
このメソッドに返り値は無い。 引数 offsetfloat This method has no return value. The offset argument is a float.
endElement()
このメソッドに返り値は無い。 This method has no return value.
Class TimeEvent

TimeEventEvent を継承する。 TimeEvent inherits from Event.

The TimeEvent クラスは以下の属性を持つ:
detail
この属性は long を保持する。 This attribute holds a long.

R.5 Module svg

Error constants for SVGException
The SVGException クラスは以下の定数を保持する:
SVG_WRONG_TYPE_ERR
この定数は int で値は 0 This constant is an int and its value is 0.
SVG_INVALID_VALUE_ERR
この定数は int で値は 1 This constant is an int and its value is 1.
SVG_MATRIX_NOT_INVERTABLE
この定数は int で値は 2 This constant is an int and its value is 2.
Exception Class SVGException
SVGException クラスは以下の属性を持つ:
code
この属性は int を保持する。 This attribute holds a int.
Class SVGDocument

SVGDocumentDocument, EventTarget を継承する。 SVGDocument inherits from Document, EventTarget.

Class SVGUseElement

SVGUseElementSVGLocatableElement を継承する。 SVGUseElement inherits from SVGLocatableElement.

Class SVGElementInstance

SVGElementInstanceEventTarget を継承する。 SVGElementInstance inherits from EventTarget.

SVGElementInstance クラスは以下の属性を持つ:
correspondingElement
この属性は SVGElement を保持する。 This attribute holds a SVGElement.
correspondingUseElement
この属性は SVGUseElement を保持する。 This attribute holds a SVGUseElement.
Class constants SVGSVGElement
SVGSVGElement クラスは以下の定数を持つ:
NAV_AUTO
この定数は int で値は 1 This constant is an int and its value is 1.
NAV_NEXT
この定数は int で値は 2 This constant is an int and its value is 2.
NAV_PREV
この定数は int で値は 3 This constant is an int and its value is 3.
NAV_UP
この定数は int で値は 4 This constant is an int and its value is 4.
NAV_UP_RIGHT
この定数は int で値は 5 This constant is an int and its value is 5.
NAV_RIGHT
この定数は int で値は 6 This constant is an int and its value is 6.
NAV_DOWN_RIGHT
この定数は int で値は 7 This constant is an int and its value is 7.
NAV_DOWN
この定数は int で値は 8 This constant is an int and its value is 8.
NAV_DOWN_LEFT
この定数は int で値は 9 This constant is an int and its value is 9.
NAV_LEFT
この定数は int で値は 10 This constant is an int and its value is 10.
NAV_UP_LEFT
この定数は int で値は 11 This constant is an int and its value is 11.
Class SVGSVGElement

SVGSVGElementSVGLocatableElement, SVGTimedElement を継承する。 SVGSVGElement inherits from SVGLocatableElement, SVGTimedElement.

SVGSVGElement クラスは以下の属性を持つ:
currentScale
この属性は float を保持する。 This attribute holds a float.
currentRotate
この属性は float を保持する。 This attribute holds a float.
currentTranslate
この属性は SVGPoint を保持する。 This attribute holds a SVGPoint.
viewport
この属性は SVGRect を保持する。 This attribute holds a SVGRect.
SVGSVGElement クラスは以下のメソッドを持つ:
getCurrentTime()
このメソッドは float を返す。 This method returns a float.
setCurrentTime(seconds)
このメソッドに返り値は無い。 引数 secondsfloat This method has no return value. The seconds argument is a float.
createSVGMatrixComponents(a, b, c, d, e, f)
このメソッドは SVGMatrix を返す。 引数 afloat 。 引数 bfloat 。 引数 cfloat 。 引数 dfloat 。 引数 efloat 。 引数 ffloat This method returns a SVGMatrix. The a argument is a float. The b argument is a float. The c argument is a float. The d argument is a float. The e argument is a float. The f argument is a float.
createSVGRect()
このメソッドは SVGRect を返す。 This method returns a SVGRect.
createSVGPoint()
このメソッドは SVGPoint を返す。 This method returns a SVGPoint.
createSVGPath()
このメソッドは SVGPath を返す。 This method returns a SVGPath.
createSVGRGBColor(red, green, blue)
このメソッドは SVGRGBColor を返す。 引数 redfloat 。 引数 greenfloat 。 引数 bluefloat This method returns a SVGRGBColor. The red argument is a float. The green argument is a float. The blue argument is a float.
moveFocus(motionType)
このメソッドに返り値は無い。 引数 motionTypeint This method has no return value. The motionType argument is a int.
setFocus(theObject)
このメソッドに返り値は無い。 引数 theObjectEventTarget This method has no return value. The theObject argument is a EventTarget.
getCurrentFocusedObject()
このメソッドは EventTarget を返す。 This method returns a EventTarget.
Class SVGRGBColor
SVGRGBColor クラスは以下の属性を持つ:
red
この属性は long を保持する。 This attribute holds a long.
green
この属性は long を保持する。 This attribute holds a long.
blue
この属性は long を保持する。 This attribute holds a long.
Class SVGRect
SVGRect クラスは以下の属性を持つ:
x
この属性は float を保持する。 This attribute holds a float.
y
この属性は float を保持する。 This attribute holds a float.
width
この属性は float を保持する。 This attribute holds a float.
height
この属性は float を保持する。 This attribute holds a float.
Class SVGPoint
SVGPoint クラスは以下の属性を持つ:
x
この属性は float を保持する。 This attribute holds a float.
y
この属性は float を保持する。 This attribute holds a float.
SVGPoint クラスは以下のメソッドを持つ:
matrixTransform(matrix)
このメソッドは SVGPoint を返す。 引数 matrixSVGMatrix This method returns a SVGPoint. The matrix argument is a SVGMatrix.
Class constants SVGPath
SVGPath クラスは以下の定数を持つ:
MOVE_TO
この定数は int で値は 77 This constant is an int and its value is 77.
LINE_TO
この定数は int で値は 76 This constant is an int and its value is 76.
CURVE_TO
この定数は int で値は 67 This constant is an int and its value is 67.
QUAD_TO
この定数は int で値は 81 This constant is an int and its value is 81.
CLOSE
この定数は int で値は 90 This constant is an int and its value is 90.
Class SVGPath
SVGPath クラスは以下の属性を持つ:
numberOfSegments
この属性は long を保持する。 This attribute holds a long.
SVGPath クラスは以下のメソッドを持つ:
getSegment(cmdIndex)
このメソッドは int を返す。 引数 cmdIndexlong This method returns a int. The cmdIndex argument is a long.
getSegmentParam(cmdIndex, paramIndex)
このメソッドは float を返す。 引数 cmdIndexlong 。 引数 paramIndexlong This method returns a float. The cmdIndex argument is a long. The paramIndex argument is a long.
moveTo(x, y)
このメソッドに返り値は無い。 引数 xfloat 。 引数 yfloat This method has no return value. The x argument is a float. The y argument is a float.
lineTo(x, y)
このメソッドに返り値は無い。 引数 xfloat 。 引数 yfloat This method has no return value. The x argument is a float. The y argument is a float.
quadTo(x1, y1, x2, y2)
このメソッドに返り値は無い。 引数 x1float 。 引数 y1float 。 引数 x2float 。 引数 y2float This method has no return value. The x1 argument is a float. The y1 argument is a float. The x2 argument is a float. The y2 argument is a float.
curveTo(x1, y1, x2, y2, x3, y3)
このメソッドに返り値は無い。 引数 x1float 。 引数 y1float 。 引数 x2float 。 引数 y2float 。 引数 x3float 。 引数 y3float This method has no return value. The x1 argument is a float. The y1 argument is a float. The x2 argument is a float. The y2 argument is a float. The x3 argument is a float. The y3 argument is a float.
close()
このメソッドに返り値は無い。 This method has no return value.
Class SVGMatrix
SVGMatrix クラスは以下のメソッドを持つ:
getComponent(index)
このメソッドは float を返す。 引数 indexlong This method returns a float. The index argument is a long.
mMultiply(secondMatrix)
このメソッドは SVGMatrix を返す。 引数 secondMatrixSVGMatrix This method returns a SVGMatrix. The secondMatrix argument is a SVGMatrix.
inverse()
このメソッドは SVGMatrix を返す。 This method returns a SVGMatrix.
mTranslate(x, y)
このメソッドは SVGMatrix を返す。 引数 xfloat 。 引数 yfloat This method returns a SVGMatrix. The x argument is a float. The y argument is a float.
mScale(scaleFactor)
このメソッドは SVGMatrix を返す。 引数 scaleFactorfloat This method returns a SVGMatrix. The scaleFactor argument is a float.
mRotate(angle)
このメソッドは SVGMatrix を返す。 引数 anglefloat This method returns a SVGMatrix. The angle argument is a float.
Class SVGLocatable
SVGLocatable クラスは以下のメソッドを持つ:
getBBox()
このメソッドは SVGRect を返す。 This method returns a SVGRect.
getScreenCTM()
このメソッドは SVGMatrix を返す。 This method returns a SVGMatrix.
getScreenBBox()
このメソッドは SVGRect を返す。 This method returns a SVGRect.
Class SVGLocatableElement

SVGLocatableElementSVGElement, SVGLocatable を継承する。 SVGLocatableElement inherits from SVGElement, SVGLocatable.

Class TraitAccess
TraitAccess クラスは以下のメソッドを持つ:
getTrait(name)
このメソッドは unicode を返す。 引数 nameunicode This method returns a unicode. The name argument is a unicode.
getTraitNS(namespaceURI, name)
このメソッドは unicode を返す。 引数 namespaceURIunicode 。 引数 nameunicode This method returns a unicode. The namespaceURI argument is a unicode. The name argument is a unicode.
getFloatTrait(name)
このメソッドは float を返す。 引数 nameunicode This method returns a float. The name argument is a unicode.
getFloatListTrait(name)
このメソッドは Python list を返す。 引数 nameunicode This method returns a Python list. The name argument is a unicode.
getMatrixTrait(name)
このメソッドは SVGMatrix を返す。 引数 nameunicode This method returns a SVGMatrix. The name argument is a unicode.
getRectTrait(name)
このメソッドは SVGRect を返す。 引数 nameunicode This method returns a SVGRect. The name argument is a unicode.
getPathTrait(name)
このメソッドは SVGPath を返す。 引数 nameunicode This method returns a SVGPath. The name argument is a unicode.
getRGBColorTrait(name)
このメソッドは SVGRGBColor を返す。 引数 nameunicode This method returns a SVGRGBColor. The name argument is a unicode.
getPresentationTrait(name)
このメソッドは unicode を返す。 引数 nameunicode This method returns a unicode. The name argument is a unicode.
getPresentationTraitNS(namespaceURI, name)
このメソッドは unicode を返す。 引数 namespaceURIunicode 。 引数 nameunicode This method returns a unicode. The namespaceURI argument is a unicode. The name argument is a unicode.
getFloatPresentationTrait(name)
このメソッドは float を返す。 引数 nameunicode This method returns a float. The name argument is a unicode.
getFloatListPresentationTrait(name)
このメソッドは Python list を返す。 引数 nameunicode This method returns a Python list. The name argument is a unicode.
getMatrixPresentationTrait(name)
このメソッドは SVGMatrix を返す。 引数 nameunicode This method returns a SVGMatrix. The name argument is a unicode.
getRectPresentationTrait(name)
このメソッドは SVGRect を返す。 引数 nameunicode This method returns a SVGRect. The name argument is a unicode.
getPathPresentationTrait(name)
このメソッドは SVGPath を返す。 引数 nameunicode This method returns a SVGPath. The name argument is a unicode.
getRGBColorPresentationTrait(name)
このメソッドは SVGRGBColor を返す。 引数 nameunicode This method returns a SVGRGBColor. The name argument is a unicode.
setTrait(name, value)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 valueunicode This method has no return value. The name argument is a unicode. The value argument is a unicode.
setTraitNS(namespaceURI, name, value)
このメソッドに返り値は無い。 引数 namespaceURIunicode 。 引数 nameunicode 。 引数 valueunicode This method has no return value. The namespaceURI argument is a unicode. The name argument is a unicode. The value argument is a unicode.
setFloatTrait(name, value)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 valuefloat This method has no return value. The name argument is a unicode. The value argument is a float.
setFloatListTrait(name, value)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 valuePython list This method has no return value. The name argument is a unicode. The value argument is a Python list.
setMatrixTrait(name, matrix)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 matrixSVGMatrix This method has no return value. The name argument is a unicode. The matrix argument is a SVGMatrix.
setRectTrait(name, rect)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 rectSVGRect This method has no return value. The name argument is a unicode. The rect argument is a SVGRect.
setPathTrait(name, path)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 pathSVGPath This method has no return value. The name argument is a unicode. The path argument is a SVGPath.
setRGBColorTrait(name, color)
このメソッドに返り値は無い。 引数 nameunicode 。 引数 colorSVGRGBColor This method has no return value. The name argument is a unicode. The color argument is a SVGRGBColor.
Class SVGElement

SVGElementElement, EventTarget, TraitAccess を継承する。 SVGElement inherits from Element, EventTarget, TraitAccess.

SVGElement クラスは以下の属性を持つ:
id
この属性は unicode を保持する。 This attribute holds a unicode.
Class SVGTimedElement

SVGTimedElementSVGElement, smil::ElementTimeControl を継承する。 SVGTimedElement inherits from SVGElement, smil::ElementTimeControl.

SVGTimedElement クラスは以下の属性を持つ:
isPaused
この属性は boolean を保持する。 This attribute holds a boolean.
SVGTimedElement クラスは以下のメソッドを持つ:
pauseElement()
このメソッドに返り値は無い。 This method has no return value.
resumeElement()
このメソッドに返り値は無い。 This method has no return value.
Class SVGAnimationElement

SVGAnimationElementSVGTimedElement を継承する。 SVGAnimationElement inherits from SVGTimedElement.

Class SVGVisualMediaElement

SVGVisualMediaElementSVGLocatableElement, SVGTimedElement を継承する。 SVGVisualMediaElement inherits from SVGLocatableElement, SVGTimedElement.

Class SVGTimer

SVGTimerevents::EventTarget を継承する。 SVGTimer inherits from events::EventTarget.

SVGTimer クラスは以下の属性を持つ:
delay
この属性は long を保持する。 This attribute holds a long.
repeatInterval
この属性は long を保持する。 This attribute holds a long.
running
この属性は boolean を保持する。 This attribute holds a boolean.
SVGTimer クラスは以下のメソッドを持つ:
start()
このメソッドに返り値は無い。 This method has no return value.
stop()
このメソッドに返り値は無い。 This method has no return value.
Class SVGGlobal
SVGGlobal クラスは以下のメソッドを持つ:
createTimer(initialInterval, repeatInterval)
このメソッドは SVGTimer を返す。 引数 initialIntervallong 。 引数 repeatIntervallong This method returns a SVGTimer. The initialInterval argument is a long. The repeatInterval argument is a long.
getURL(iri, callback)
このメソッドに返り値は無い。 引数 iriunicode 。 引数 callbackAsyncStatusCallback This method has no return value. The iri argument is a unicode. The callback argument is a AsyncStatusCallback.
postURL(iri, data, callback, type, encoding)
このメソッドに返り値は無い。 引数 iriunicode 。 引数 dataunicode 。 引数 callbackAsyncStatusCallback 。 引数 typeunicode 。 引数 encodingunicode This method has no return value. The iri argument is a unicode. The data argument is a unicode. The callback argument is a AsyncStatusCallback. The type argument is a unicode. The encoding argument is a unicode.
parseXML(data, contextDoc)
このメソッドは Node を返す。 引数 dataunicode 。 引数 contextDocDocument This method returns a Node. The data argument is a unicode. The contextDoc argument is a Document.
Class AsyncStatusCallback
AsyncStatusCallback クラスは以下のメソッドを持つ:
operationComplete(status)
このメソッドに返り値は無い。 引数 statusAsyncURLStatus This method has no return value. The status argument is a AsyncURLStatus.
Class AsyncURLStatus
AsyncURLStatus クラスは以下の属性を持つ:
success
この属性は boolean を保持する。 This attribute holds a boolean.
contentType
この属性は unicode を保持する。 This attribute holds a unicode.
content
この属性は unicode を保持する。 This attribute holds a unicode.
Class EventListenerInitializer2
EventListenerInitializer2 クラスは以下のメソッドを持つ:
initializeEventListeners(scriptElement)
このメソッドに返り値は無い。 引数 scriptElementElement This method has no return value. The scriptElement argument is a Element.
createEventListener(handlerElement)
このメソッドは EventListener を返す。 引数 handlerElementElement This method returns a EventListener. The handlerElement argument is a Element.