nu.xom.samples
Class ResourceToTable

java.lang.Object
  extended by 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

Field Summary
static java.lang.String RDDL_NAMESPACE
           
static java.lang.String XHTML_NAMESPACE
           
static java.lang.String XLINK_NAMESPACE
           
 
Constructor Summary
ResourceToTable()
           
 
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
 

Field Detail

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
Constructor Detail

ResourceToTable

public ResourceToTable()
Method Detail

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