jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/ForeignAttributesImpl.java
changeset 32904 42076a665ea1
parent 25871 b80b84e87032
equal deleted inserted replaced
32803:51b2db2fa04c 32904:42076a665ea1
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, 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
    24  */
    24  */
    25 
    25 
    26 package com.sun.xml.internal.xsom.impl;
    26 package com.sun.xml.internal.xsom.impl;
    27 
    27 
    28 import com.sun.xml.internal.xsom.ForeignAttributes;
    28 import com.sun.xml.internal.xsom.ForeignAttributes;
    29 import org.relaxng.datatype.ValidationContext;
    29 import com.sun.xml.internal.org.relaxng.datatype.ValidationContext;
    30 import org.xml.sax.Locator;
    30 import org.xml.sax.Locator;
    31 import org.xml.sax.helpers.AttributesImpl;
    31 import org.xml.sax.helpers.AttributesImpl;
    32 
    32 
    33 /**
    33 /**
    34  * Remembers foreign attributes.
    34  * Remembers foreign attributes.