< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/QName.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 ----
*** 37,46 **** --- 36,46 ---- * in effect on the attribute in which the name occurs. The expanded name * consisting of the local part of the name and the possibly null URI reference * is used as the name of the object. The default namespace is not used for * unprefixed names." * @xsl.usage general + * @LastModified: Oct 2017 */ public class QName implements java.io.Serializable { static final long serialVersionUID = 467434581652829920L;
< prev index next >