jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/DOMForest.java
changeset 27837 86d4f46e622a
parent 25871 b80b84e87032
child 33547 e4c76ac38b12
equal deleted inserted replaced
27581:9fffb959eb41 27837:86d4f46e622a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    93      * documents.
    93      * documents.
    94      *
    94      *
    95      * <p>
    95      * <p>
    96      * Set of system ids as strings.
    96      * Set of system ids as strings.
    97      */
    97      */
    98     private final Set<String> rootDocuments = new HashSet<String>();
    98     private final Set<String> rootDocuments = new LinkedHashSet<String>();
    99 
    99 
   100     /** Stores location information for all the trees in this forest. */
   100     /** Stores location information for all the trees in this forest. */
   101     public final LocatorTable locatorTable = new LocatorTable();
   101     public final LocatorTable locatorTable = new LocatorTable();
   102 
   102 
   103     /** Stores all the outer-most &lt;jaxb:bindings> customizations. */
   103     /** Stores all the outer-most &lt;jaxb:bindings> customizations. */