< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/DOM3TreeWalker.java

Print this page

        

*** 1,8 **** /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ----
*** 61,70 **** --- 60,70 ---- * traverse and serialize a DOM Node (Level 2 or Level 3) as specified in * the DOM Level 3 LS Recommedation by evaluating and applying DOMConfiguration * parameters and filters if any during serialization. * * @xsl.usage internal + * @LastModified: Oct 2017 */ final class DOM3TreeWalker { /** * The SerializationHandler, it extends ContentHandler and when
< prev index next >