com.smallx.xml.infoset.util
Class ItemProperties
java.lang.Object
com.smallx.xml.infoset.util.ItemProperties
- public class ItemProperties
- extends java.lang.Object
Method Summary |
static void |
copyChildren(ItemConstructor iconst,
Parent from,
Parent to)
|
static void |
copyChildren(ItemConstructor iconst,
Parent from,
Parent to,
java.net.URI baseURI)
|
static void |
copyNamespaceDeclarations(Element from,
Element to)
|
static Item |
copyOf(ItemConstructor iconst,
Item i)
|
static Item |
copyOf(ItemConstructor iconst,
Item i,
boolean deep)
|
static Item |
copyOf(ItemConstructor iconst,
Item i,
boolean deep,
java.net.URI baseURI)
|
static Item |
copyOfSubtree(ItemConstructor iconst,
Item i)
|
static Item |
copyOfSubtree(ItemConstructor iconst,
Item i,
java.net.URI baseURI)
|
static java.net.URI |
findBaseURI(Item node)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemProperties
public ItemProperties()
findBaseURI
public static java.net.URI findBaseURI(Item node)
copyOf
public static Item copyOf(ItemConstructor iconst,
Item i)
throws XMLException
- Throws:
XMLException
copyOf
public static Item copyOf(ItemConstructor iconst,
Item i,
boolean deep)
throws XMLException
- Throws:
XMLException
copyOf
public static Item copyOf(ItemConstructor iconst,
Item i,
boolean deep,
java.net.URI baseURI)
throws XMLException
- Throws:
XMLException
copyNamespaceDeclarations
public static void copyNamespaceDeclarations(Element from,
Element to)
copyOfSubtree
public static Item copyOfSubtree(ItemConstructor iconst,
Item i)
throws XMLException
- Throws:
XMLException
copyOfSubtree
public static Item copyOfSubtree(ItemConstructor iconst,
Item i,
java.net.URI baseURI)
throws XMLException
- Throws:
XMLException
copyChildren
public static void copyChildren(ItemConstructor iconst,
Parent from,
Parent to)
throws XMLException
- Throws:
XMLException
copyChildren
public static void copyChildren(ItemConstructor iconst,
Parent from,
Parent to,
java.net.URI baseURI)
throws XMLException
- Throws:
XMLException