Searched refs:Prolog (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_de.properties48 InvalidCharInProlog = Ung\u00FCltiges XML-Zeichen (Unicode: 0x{0}) wurde im Prolog des Dokuments gefunden.
54 # 2.8 Prolog and Document Type Declaration
67 ContentIllegalInProlog = Content ist nicht zul\u00E4ssig in Prolog.
68 ReferenceIllegalInProlog = Referenz ist nicht zul\u00E4ssig in Prolog.
118 # 2.8 Prolog and Document Type Declaration
171 # 2.8 Prolog and Document Type Declaration
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1707 if (node instanceof Prolog) {
1709 printObjectTree(((Prolog)node).loop);
2909 Prolog prolog = new Prolog(loop);
4249 * optimization over the Prolog and Loop system which would handle this
4633 static final class Prolog extends Node { class in class:Pattern
4635 Prolog(Loop loop) { method in class:Pattern.Prolog
4648 * is called from the Prolog to save the index of where the group
4720 * is called from the Prolog to save the index of where the group

Completed in 50 milliseconds