public interface DOMRange
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Returns the end offset of the node.
|
DOMDocument |
getOwnerDocument()
Returns the owner document.
|
int |
getStart()
Returns the start offset of the node.
|
int getStart()
int getEnd()
DOMDocument getOwnerDocument()
Copyright © 2020. All rights reserved.