|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KNode | |
|---|---|
| gnu.kawa.xml | |
| gnu.xquery.util | |
| Uses of KNode in gnu.kawa.xml |
|---|
| Subclasses of KNode in gnu.kawa.xml | |
|---|---|
class |
KAttr
|
class |
KCDATASection
|
class |
KCharacterData
|
class |
KComment
|
class |
KDocument
|
class |
KElement
|
class |
KProcessingInstruction
|
class |
KText
|
| Methods in gnu.kawa.xml that return KNode | |
|---|---|
static KNode |
KNode.coerce(java.lang.Object value)
Convert value to a KNode, returning null if it isn't a node. |
static KNode |
NodeType.coerceForce(java.lang.Object obj,
int kinds)
|
static KNode |
NodeType.coerceOrNull(java.lang.Object obj,
int kinds)
|
static KNode |
NodeConstructor.finishNode(XMLFilter filter)
|
static KNode |
KNode.make(NodeTree seq)
|
static KNode |
KNode.make(NodeTree seq,
int ipos)
|
static KNode |
Nodes.root(NodeTree seq,
int ipos)
|
| Uses of KNode in gnu.xquery.util |
|---|
| Methods in gnu.xquery.util with parameters of type KNode | |
|---|---|
static java.lang.String |
NodeUtils.getLang(KNode node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||