Package net.sf.saxon.style
Class Declaration
java.lang.Object
net.sf.saxon.style.Declaration
The object represents a declaration (that is, a top-level element) in a stylesheet.
A declaration exists within a stylesheet module and takes its import precedence
from that of the module. The declaration corresponds to a source element in a stylesheet
document. However, if a stylesheet module is imported twice with different precedences,
then two declarations may share the same source element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
Declaration
-
-
Method Details
-
getModule
-
getSourceElement
-
getPrecedence
public int getPrecedence()
-