Searched refs:Notation (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DNotation.java50 * <p>The DOM Core does not support editing <code>Notation</code> nodes; they
52 * <p>A <code>Notation</code> node does not have any parent.
55 public interface Notation extends Node { interface in inherits:Node
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DNotation.java30 public class Notation { class
35 /** Creates a new instance of Notation */
36 public Notation(String _name, String _systemIdentifier, String _publicIdentifier) { method in class:Notation
H A DUnparsedEntity.java30 public class UnparsedEntity extends Notation {
H A DDecoder.java148 * The list of Notation Information Items that are part of the
642 Notation notation = new Notation(name, system_identifier, public_identifier);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNotationImpl.java26 import org.w3c.dom.Notation;
32 * may wish to consult when manipulating the document. A Notation
39 * Note that the Notation's data is non-DOM information; the DOM only
44 * Level 1 of the DOM does not support editing Notation contents.
52 implements Notation {
65 /** Notation name. */
110 // Notation methods
114 * The Public Identifier for this Notation. If no public identifier
127 * The System Identifier for this Notation. If no system identifier
144 * NON-DOM: The Public Identifier for this Notation
[all...]
H A DCoreDocumentImpl.java50 import org.w3c.dom.Notation;
1412 * Factory method; creates a Notation having this Document
1416 * @param name The name of the Notation we wish to describe
1422 public Notation createNotation(String name)
1431 } // createNotation(String):Notation
1721 Notation srcnotation = (Notation)source;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java61 import org.w3c.dom.Notation;
169 Notation oldNotation = (Notation) oldMap.item(i);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java2455 Notation not = new Notation();
2486 * Checks if a Notation with the given name was declared in the DTD of the document
2487 * for the current pipeline. If so, that Notation is passed to the root pipeline to
2490 * @param notName the name of the Notation to check
2493 Notation not = new Notation();
2497 not = (Notation)fNotations.get(index);
2551 * The purpose of this method is to check if a Notation conflicts with a previously
2553 * Notation i
2691 protected static class Notation { class in class:XIncludeHandler
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java70 import org.w3c.dom.Notation;
1201 Notation notation;

Completed in 135 milliseconds