Unchanged interfaces

The remaining interfaces are unchanged from the previous release of this standard. The CDATASection interface, Comment interface and the DocumentFragment interface have all remained unchanged. They still do not have any specific methods, but simply inherit from underlying interfaces. The following sections review the other unchanged interfaces, showing the original methods as defined in DOM Level 1.

CharacterData interface

						String  getData() throws DOMException;
						void    setData( String data ) throws DOMException;
						int     getLength();
						void    appendData( String arg ) throws DOMException;
						String  substringData( int offset, int count )
						throws DOMException;
						void    insertData( int offset, String arg )
						throws DOMException;
						void deleteData( int ...

Get XML Companion, The, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.