Package net.sf.saxon.om
Class CopyOptions
- java.lang.Object
-
- net.sf.saxon.om.CopyOptions
-
public abstract class CopyOptions extends java.lang.ObjectNon-instantiable class to define options for theNodeInfo.copy(net.sf.saxon.event.Receiver, int, int)method
-
-
Field Summary
Fields Modifier and Type Field Description static intALL_NAMESPACESstatic intFOR_UPDATEstatic intIS_XQUERYstatic intLOCAL_NAMESPACESstatic intSOME_NAMESPACESstatic intTYPE_ANNOTATIONS
-
Constructor Summary
Constructors Constructor Description CopyOptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetStartDocumentProperties(int copyOptions)static booleanincludes(int options, int option)
-
-
-
Field Detail
-
LOCAL_NAMESPACES
public static final int LOCAL_NAMESPACES
- See Also:
- Constant Field Values
-
ALL_NAMESPACES
public static final int ALL_NAMESPACES
- See Also:
- Constant Field Values
-
SOME_NAMESPACES
public static final int SOME_NAMESPACES
- See Also:
- Constant Field Values
-
TYPE_ANNOTATIONS
public static final int TYPE_ANNOTATIONS
- See Also:
- Constant Field Values
-
FOR_UPDATE
public static final int FOR_UPDATE
- See Also:
- Constant Field Values
-
IS_XQUERY
public static final int IS_XQUERY
- See Also:
- Constant Field Values
-
-