< prev index next >

src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 74,85 **** * Generates approximated tree model for XML from a schema component. This is * not intended to be a fully-fledged round-trippable tree model. * * <h2>Usage of this class</h2> * ! * <ol> <li>Create a new instance.</li> <li>Call {@link ! * #visit(com.sun.xml.internal.xsom.XSSchemaSet)} function on your schema set.>/li> * <li>Retrieve the model using {@link #getModel()}. </li></ol> * * Every node in the resulting tree is a {@link SchemaTreeTraverser.SchemaTreeNode}, * and the model itself is {@link SchemaTreeTraverser.SchemaTreeModel}. You can * use {@link SchemaTreeTraverser.SchemaTreeCellRenderer} as a cell renderer for --- 74,85 ---- * Generates approximated tree model for XML from a schema component. This is * not intended to be a fully-fledged round-trippable tree model. * * <h2>Usage of this class</h2> * ! * <ol> <li>Create a new instance.</li> <li>Call {@link #visit(XSSchemaSet)} ! * function on your schema set.</li> * <li>Retrieve the model using {@link #getModel()}. </li></ol> * * Every node in the resulting tree is a {@link SchemaTreeTraverser.SchemaTreeNode}, * and the model itself is {@link SchemaTreeTraverser.SchemaTreeModel}. You can * use {@link SchemaTreeTraverser.SchemaTreeCellRenderer} as a cell renderer for
< prev index next >