Home | History | Annotate | Download | only in dom3

Lines Matching refs:destination

887     public boolean write(Node nodeArg, LSOutput destination) throws LSException {

888 // If the destination is null
889 if (destination == null) {
918 fEncoding = destination.getEncoding();
973 Writer writer = destination.getCharacterStream();
977 OutputStream outputStream = destination.getByteStream();
981 String uri = destination.getSystemId();