Package gnu.kawa.xml

Class Summary

AncestorAxisUsed to implement a ancestor:: step in a path expression.
AncestorOrSelfAxisUsed to implement a ancestor-or-self:: step in a path expression.
AttributeAxisUsed to implement an attribute:: step in a path expression.
Attributes
AttributeTypeMatches an attribute name pattern.
ChildAxisUsed to implement a child:: step in a path expression.
Children
CoerceNodesSort argument nodes in document order.
CommentConstructor
DescendantAxisUsed to implement a descendant:: step in a path expression.
DescendantOrSelfAxisUsed to implement a descendant-or-self:: step in a path expression.
DocumentImplement the XQuery function 'document'.
DocumentConstructor
ElementType
FocusThis is only used for XSLT, which should be fixed.
FollowingAxisUsed to implement a following:: step in a path expression.
FollowingSiblingAxisUsed to implement a following-sibling:: step in a path expression.
HttpPrinterOutput as an Http response.
IntersectNodesGet the union of two node lists.
IteratorItems
KAttr
KCDATASection
KCharacterData
KComment
KDocument
KElement
KNode
KProcessingInstruction
KText
ListItems
MakeAttribute
MakeCDATA
MakeElement
MakeProcInst
MakeResponseHeaderA procedure that implements the "response-header" function.
MakeText
MakeUnescapedData
NodeCompareCompare nodes for document order.
NodeConstructor
NodeName
NodesManages a sequence of node references.
NodeTypeA SeqPosition used to represent a node in (usually) a TreeList.
OutputAsXMLA 1-argument Procedure that takes a value and return output in XML syntax.
ParentAxisUsed to implement a parent:: step in a path expression.
PrecedingAxisUsed to implement a following:: step in a path expression.
PrecedingSiblingAxisUsed to implement a following-sibling:: step in a path expression.
SelfAxisUsed to implement a self:: step in a path expression.
SortedNodesManages a sequence of node references in document order without duplicates.
SortNodesSort argument nodes in document order.
TreeScannerAbstract class that scans part of a node tree.
UnionNodesGet the union of two node lists.
WriteToWrite a value to a named file.
XMLParser