nu.xom.samples
Class ResourceToTable
java.lang.Object
nu.xom.samples.ResourceToTable
public class ResourceToTable
- extends java.lang.Object
Demonstrates replacing elements in a document
with different elements that contain the same content.
- Version:
- 1.0
- Author:
- Elliotte Rusty Harold
Method Summary |
static void |
convert(nu.xom.Element element)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XHTML_NAMESPACE
public static final java.lang.String XHTML_NAMESPACE
- See Also:
- Constant Field Values
RDDL_NAMESPACE
public static final java.lang.String RDDL_NAMESPACE
- See Also:
- Constant Field Values
XLINK_NAMESPACE
public static final java.lang.String XLINK_NAMESPACE
- See Also:
- Constant Field Values
ResourceToTable
public ResourceToTable()
main
public static void main(java.lang.String[] args)
convert
public static void convert(nu.xom.Element element)
Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu