< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java

Print this page

        

*** 1,8 **** /* * Copyright (c) 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 ----
*** 34,43 **** --- 33,44 ---- /** * Search for the xml-stylesheet processing instructions in an XML document. * @see <a href="http://www.w3.org/TR/xml-stylesheet/"> * Associating Style Sheets with XML documents, Version 1.0</a> + * + * @LastModified: Oct 2017 */ public class StylesheetPIHandler extends DefaultHandler { /** The baseID of the document being processed. */ String m_baseID;
< prev index next >