diff --git a/README.md b/README.md index 5221e6cb..51b209f0 100644 --- a/README.md +++ b/README.md @@ -472,17 +472,17 @@ content and be actually XML compliant.
const yxml = new Y.XmlElement()
insert(index:number, content:Array<Y.XmlElement|Y.XmlText>)
+ insert(index:number, content:Array<Y.XmlElement|Y.XmlText>):Y.XmlElement
- delete(index:number, length:number)
+ delete(index:number, length:number):Y.XmlElement
get(index:number)
length:number
- setAttribute(attributeName:string, attributeValue:string)
+ setAttribute(attributeName:string, attributeValue:string):Y.XmlElement
- removeAttribute(attributeName:string)
+ removeAttribute(attributeName:string):Y.XmlElement
getAttribute(attributeName:string):string