com.jaxfront.core.type
Class RelativeTypePath
java.lang.Object
com.jaxfront.core.type.RelativeTypePath
public class RelativeTypePath
- 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 java.lang.String |
createRelativeXPath(Type toType,
Type fromType,
boolean listTypeIncluded)
|
static java.lang.String |
createRelativeXPath(Type toType,
Type fromType,
boolean listTypeIncluded,
boolean includeRootList)
|
static java.lang.String |
createRelativeXPath(Type toType,
Type fromType,
boolean listTypeIncluded,
boolean includeRootList,
boolean appendUpPath)
|
static Type |
getCommonRoot(Type toType,
Type fromType,
boolean listTypeIncluded)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S_EMPTY
public static final java.lang.String S_EMPTY
- See Also:
- Constant Field Values
S_DOT
public static final java.lang.String S_DOT
- See Also:
- Constant Field Values
S_DDOT
public static final java.lang.String S_DDOT
- See Also:
- Constant Field Values
S_AD
public static final java.lang.String S_AD
- See Also:
- Constant Field Values
S_SLASH
public static final java.lang.String S_SLASH
- See Also:
- Constant Field Values
S_OPENBRACKET
public static final java.lang.String S_OPENBRACKET
- See Also:
- Constant Field Values
S_CLOSEBRACKET
public static final java.lang.String S_CLOSEBRACKET
- See Also:
- Constant Field Values
S_LIST
public static final java.lang.String S_LIST
- See Also:
- Constant Field Values
RelativeTypePath
public RelativeTypePath()
createRelativeXPath
public static java.lang.String createRelativeXPath(Type toType,
Type fromType,
boolean listTypeIncluded,
boolean includeRootList)
createRelativeXPath
public static java.lang.String createRelativeXPath(Type toType,
Type fromType,
boolean listTypeIncluded,
boolean includeRootList,
boolean appendUpPath)
getCommonRoot
public static Type getCommonRoot(Type toType,
Type fromType,
boolean listTypeIncluded)
createRelativeXPath
public static java.lang.String createRelativeXPath(Type toType,
Type fromType,
boolean listTypeIncluded)