|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QName | |
| org.apache.serialize | Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. |
| org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.utils | Implementation of Xalan utility classes. |
| Uses of QName in org.apache.serialize |
| Methods in org.apache.serialize that return QName | |
QName[] |
OutputFormat.getCDataElements()
Returns a list of all the elements whose text node children should be output as CDATA. |
QName[] |
OutputFormat.getNonEscapingElements()
Returns a list of all the elements whose text node children should be output unescaped (no character references). |
| Methods in org.apache.serialize with parameters of type QName | |
void |
OutputFormat.setCDataElements(QName[] cdataElements)
Sets the list of elements for which text node children should be output as CDATA. |
void |
OutputFormat.setNonEscapingElements(QName[] nonEscapingElements)
Sets the list of elements for which text node children should be output unescaped (no character references). |
| Uses of QName in org.apache.xalan.templates |
| Methods in org.apache.xalan.templates with parameters of type QName | |
void |
OutputFormatExtended.setCdataSectionElements(QName[] elements)
The cdata-section-elements attribute. |
void |
OutputFormatExtended.setNonEscapingElements(QName[] nonEscapingElements)
Sets the list of elements for which text node children should be output unescaped (no character references). |
| Uses of QName in org.apache.xalan.utils |
| Subclasses of QName in org.apache.xalan.utils | |
class |
QName
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named template (see [7 Named Templates]), a mode (see [6.7 Modes]), an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 Keys]), a locale (see [14.3 Number Formatting]), a variable or a parameter (see [12 Variables and Parameters]) is specified as a QName. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||