EN
This paper discusses the basic Java interfaces, which are used for XML document handling. Three interfaces have been discussed: SAX - used for sequential document processing, DOM - document object model and JAXP - an interface which imparts coherence to the SAX and DOM techniques. The paper presents their major features, differences and practical applications.