XopusElement

The Xopus specific implementation of an Element node.


XopusElement object

extends XopusNode

methods

XopusElement.getAllowedAttributes() : XopusNameList
XopusElement.getAllowedChildren() : XopusNameList
XopusElement.getAttribute( name : String) : String
XopusElement.getAttributeNode( name : String) : XopusAttribute
XopusElement.getAttributeNodeNS( namespaceURI : String,  localName : String) : XopusAttribute
XopusElement.getAttributes() : XopusNamedNodeMap
XopusElement.getAttributeNS( namespaceURI : String,  localName : String) : String
XopusElement.getColspan() : Integer
XopusElement.getContentType() : Number()
XopusElement.getInnerXML() : String
XopusElement.hasAttribute( name : String) : Boolean
XopusElement.hasAttributeNS( namespaceURI : String,  localName : String) : Boolean
XopusElement.insertNear( newChild : XopusNode,  refChild : XopusNode) : XopusNode
XopusElement.isIgnoreMixed() : Boolean
XopusElement.makeComplete() : XopusElement
XopusElement.removeAttribute( name : String)
XopusElement.removeAttributeNode( attr : XopusAttribute) : XopusAttribute
XopusElement.removeAttributeNS( namespaceURI : String,  localName : String)
XopusElement.setAttribute( name : String,  value : String)
XopusElement.setAttributeNode( attr : XopusAttribute)
XopusElement.setAttributeNodeNS( attr : XopusAttribute)
XopusElement.setAttributeNS( namespaceURI : String,  qName : String,  value : String)

Methods inherited from XopusNode

XopusNode.addEventListener( type : String,  listener : Function|Object)
XopusNode.addSimpleListener( eventName : String,  listenerFn : Function)
XopusNode.appendChild( childNode : XopusNode) :
XopusNode.canAppendChild( childNode : XopusNode) : Integer
XopusNode.canInsertAfter( childNode : XopusNode,  refNode : XopusNode) : Integer
XopusNode.canInsertBefore( childNode : XopusNode,  refNode : XopusNode) : Integer
XopusNode.canPrependChild( childNode : XopusNode) : Integer
XopusNode.canRemoveChild( childNode : XopusNode) : Integer
XopusNode.canReplaceChild( newChild : XopusNode,  oldChild : XopusNode) : Integer
XopusNode.cloneNode( deep : Boolean) : XopusNode
XopusNode.compareDocumentPosition( other : XopusNode) : Number
XopusNode.makeValid() : XopusNode
XopusNode.getAnnotation() : XMLElement
XopusNode.getChildNodes() : XopusNodeList
XopusNode.getFirstChild() : XopusNode
XopusNode.getLastChild() : XopusNode
XopusNode.getLocalName() : String
XopusNode.getNamespaceURI() : String
XopusNode.getNextSibling() : XopusNode
XopusNode.getNodeName() : String
XopusNode.getNodeType() : Number
XopusNode.getNodeValue() : String
XopusNode.getOwnerDocument() : XopusDocument
XopusNode.getParentNode() : XopusNode
XopusNode.getPrefix() : String
XopusNode.getPrettyName() : String
XopusNode.getPreviousSibling() : XopusNode
XopusNode.getTextContent() : String
XopusNode.getXML() : String
XopusNode.hasChildNodes() : Boolean
XopusNode.highlight()
XopusNode.insertAfter( newChild : XopusNode,  refChild : XopusNode) : XopusNode
XopusNode.insertBefore( newChild : XopusNode,  refChild : XopusNode) : XopusNode
XopusNode.isDefaultNamespace( namespaceURI : String) : Boolean
XopusNode.isValid() : Boolean
XopusNode.lookupNamespaceURI( prefix : String) : String
XopusNode.lookupPrefix( namespaceURI : String) : String
XopusNode.getIndex() : Number
XopusNode.prependChild( childNode : XopusNode) :
XopusNode.removeChild( childNode : XopusNode) : XopusNode
XopusNode.removeEventListener( eventName : String,  listener : Function or Object) : Function or Object
XopusNode.selectNodes( xpath : String) : XopusNodeList
XopusNode.selectSingleNode( xpath : String) : XopusNode
XopusNode.setNodeValue( newVal : String)
XopusNode.setTextContent( s : String)
XopusNode.unhighlight()

Events

Events inherited from XopusNode

XopusAfterAttrInserted
XopusAfterAttrRemoved
XopusAfterChildInserted
XopusAfterChildRemoved
XopusAfterNodeMerged
XopusAfterNodeMoved
XopusAfterNodeSplit
XopusAfterNodeValueModified
XopusAfterSubtreeModified
XopusBeforeAttrInserted
XopusBeforeAttrRemoved
XopusBeforeChildInserted
XopusBeforeChildRemoved
XopusBeforeNodeMerged
XopusBeforeNodeMoved
XopusBeforeNodeSplit
XopusBeforeNodeValueModified
XopusBeforeSubtreeModified
XopusNodeInsertedIntoDocument
XopusBeforePaste
load
XopusNodeRemovedFromDocument