langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/SerializedFormBuilder.java
changeset 25454 376a52c9540c
parent 22159 682da512ec17
equal deleted inserted replaced
25453:be80cf0463b3 25454:376a52c9540c
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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
   199      * @param node the XML element that specifies which components to document
   199      * @param node the XML element that specifies which components to document
   200      * @param packageSerializedTree content tree to which the documentation will be added
   200      * @param packageSerializedTree content tree to which the documentation will be added
   201      */
   201      */
   202     public void buildPackageHeader(XMLNode node, Content packageSerializedTree) {
   202     public void buildPackageHeader(XMLNode node, Content packageSerializedTree) {
   203         packageSerializedTree.addContent(writer.getPackageHeader(
   203         packageSerializedTree.addContent(writer.getPackageHeader(
   204                 Util.getPackageName(currentPackage)));
   204                 utils.getPackageName(currentPackage)));
   205     }
   205     }
   206 
   206 
   207     /**
   207     /**
   208      * Build the class serialized form.
   208      * Build the class serialized form.
   209      *
   209      *