Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
JDK 17 java.xml.jmod - XML Module
JDK 17 java.xml.jmod is the JMOD file for JDK 17 XML (eXtensible Markup Language) module.
JDK 17 XML module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\java.xml.jmod.
JDK 17 XML module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.
JDK 17 XML module source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\java.xml.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/org/apache/xalan/internal/xsltc/compiler/sym.java
/*
* Copyright (c) 2004, 2022, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.org.apache.xalan.internal.xsltc.compiler;
/**
* CUP generated class containing symbol constants.
* This class was generated by CUP v0.10j on Fri Feb 27 13:01:50 PST 2004.
*
* @LastModified: June 2022
*/
public class sym {
/* terminals */
public static final int Literal = 26;
public static final int GE = 21;
public static final int NAMESPACE = 48;
public static final int SLASH = 2;
public static final int PI = 35;
public static final int COMMENT = 34;
public static final int PIPARAM = 36;
public static final int FOLLOWINGSIBLING = 47;
public static final int ATSIGN = 12;
public static final int DSLASH = 15;
public static final int LPAREN = 7;
public static final int EXPRESSION = 53;
public static final int INT = 51;
public static final int CHILD = 40;
public static final int MINUS = 23;
public static final int STAR = 9;
public static final int DESCENDANTORSELF = 45;
public static final int RPAREN = 8;
public static final int AND = 33;
public static final int LT = 18;
public static final int OR = 32;
public static final int COMMA = 10;
public static final int DDOT = 13;
public static final int DIV = 24;
public static final int PLUS = 22;
public static final int DOT = 3;
public static final int ID = 28;
public static final int LE = 20;
public static final int QNAME = 27;
public static final int DESCENDANT = 44;
public static final int PRECEDINGSIBLING = 37;
public static final int EOF = 0;
public static final int error = 1;
public static final int SELF = 38;
public static final int VBAR = 6;
public static final int MOD = 25;
public static final int ANCESTORORSELF = 43;
public static final int PRECEDING = 49;
public static final int EQ = 16;
public static final int PATTERN = 52;
public static final int LBRACK = 4;
public static final int REAL = 50;
public static final int ANCESTOR = 42;
public static final int RBRACK = 5;
public static final int DCOLON = 14;
public static final int DOLLAR = 11;
public static final int NE = 17;
public static final int PARENT = 39;
public static final int FOLLOWING = 46;
public static final int KEY = 29;
public static final int TEXT = 30;
public static final int ATTRIBUTE = 41;
public static final int GT = 19;
public static final int NODE = 31;
/*
AXES: count once at DCOLON,
these axes names are therefore not counted:
NAMESPACE, FOLLOWINGSIBLING, CHILD, DESCENDANTORSELF, DESCENDANT,
PRECEDINGSIBLING, SELF, ANCESTORORSELF, PRECEDING, ANCESTOROR, PARENT,
FOLLOWING, ATTRIBUTE
*/
public static final int[] OPERATORS = {GT, GE, EQ, NE, LT, LE, SLASH, DSLASH,
DOT, DDOT, ATSIGN, DCOLON, PLUS, MINUS, STAR, DIV, MOD, AND, OR, LPAREN,
LBRACK, VBAR, DOLLAR, NODE, TEXT, PI, PIPARAM};
}
⏎ com/sun/org/apache/xalan/internal/xsltc/compiler/sym.java
Or download all of them as a single archive file:
File name: java.xml-17.0.5-src.zip File size: 5047495 bytes Release date: 2022-09-13 Download
⇒ JDK 17 java.xml.crypto.jmod - XML Crypto Module
2023-07-17, ≈175🔥, 1💬
Popular Posts:
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...
xml-commons External Source Code Files are provided in the source package file, xml-commons-external...
JDK 11 jdk.internal.opt.jmod is the JMOD file for JDK 11 Internal Opt module. JDK 11 Internal Opt mo...
maven-core-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Core module. Apache Maven is a software ...
JDK 11 java.xml.crypto.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) Crypto modu...