home *** CD-ROM | disk | FTP | other *** search
- package com.sun.xml.tree;
-
- import java.util.Locale;
- import org.w3c.dom.Document;
- import org.w3c.dom.Node;
-
- public interface DocumentEx extends Document, ElementFactory, XmlReadable, XmlWritable {
- void changeNodeOwner(Node var1);
-
- Locale chooseLocale(String[] var1);
-
- ElementEx getElementExById(String var1);
-
- ElementFactory getElementFactory();
-
- Locale getLocale();
-
- String getSystemId();
-
- void setElementFactory(ElementFactory var1);
-
- void setLocale(Locale var1);
- }
-