com.jaxfront.core.dom
Class NodeImporter
java.lang.Object
com.jaxfront.core.dom.NodeImporter
public class NodeImporter
- extends java.lang.Object
- Author:
- SRZXUZ
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Method Summary |
static void |
doImport(org.w3c.dom.NodeList from,
org.w3c.dom.Node to,
int importStrategy,
java.lang.String xsdPrefix)
|
static void |
doImport(org.w3c.dom.Node from,
org.w3c.dom.Node to,
int importStrategy,
java.lang.String xsdPrefix)
|
static org.w3c.dom.Document |
injectXMLData(org.w3c.dom.Document toDocument,
org.w3c.dom.Document fromDocument,
java.lang.String toXPath,
java.lang.String fromXPath,
int strategy)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENUMERATION_MAPPING_STRATEGY_REPLACE
public static final int ENUMERATION_MAPPING_STRATEGY_REPLACE
- See Also:
- Constant Field Values
ENUMERATION_MAPPING_STRATEGY_APPEND
public static final int ENUMERATION_MAPPING_STRATEGY_APPEND
- See Also:
- Constant Field Values
ENUMERATION_MAPPING_STRATEGY_ADDCHILD
public static final int ENUMERATION_MAPPING_STRATEGY_ADDCHILD
- See Also:
- Constant Field Values
ENUMERATION_MAPPING_STRATEGY_INSERTBEFORE
public static final int ENUMERATION_MAPPING_STRATEGY_INSERTBEFORE
- See Also:
- Constant Field Values
ENUMERATION_MAPPING_STRATEGY_INSERTAFTER
public static final int ENUMERATION_MAPPING_STRATEGY_INSERTAFTER
- See Also:
- Constant Field Values
NodeImporter
public NodeImporter()
doImport
public static void doImport(org.w3c.dom.NodeList from,
org.w3c.dom.Node to,
int importStrategy,
java.lang.String xsdPrefix)
doImport
public static void doImport(org.w3c.dom.Node from,
org.w3c.dom.Node to,
int importStrategy,
java.lang.String xsdPrefix)
injectXMLData
public static org.w3c.dom.Document injectXMLData(org.w3c.dom.Document toDocument,
org.w3c.dom.Document fromDocument,
java.lang.String toXPath,
java.lang.String fromXPath,
int strategy)