Class XMLConstants
public class XMLConstants : JVMBridgeBase<XMLConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
XMLConstants
- Implements
- Inherited Members
- Extension Methods
Constructors
XMLConstants()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public XMLConstants()
XMLConstants(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public XMLConstants(params object[] args)
Parameters
args
object[]
Properties
ACCESS_EXTERNAL_DTD
public static String ACCESS_EXTERNAL_DTD { get; }
Property Value
ACCESS_EXTERNAL_SCHEMA
public static String ACCESS_EXTERNAL_SCHEMA { get; }
Property Value
ACCESS_EXTERNAL_STYLESHEET
public static String ACCESS_EXTERNAL_STYLESHEET { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEFAULT_NS_PREFIX
public static String DEFAULT_NS_PREFIX { get; }
Property Value
FEATURE_SECURE_PROCESSING
public static String FEATURE_SECURE_PROCESSING { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NULL_NS_URI
public static String NULL_NS_URI { get; }
Property Value
RELAXNG_NS_URI
public static String RELAXNG_NS_URI { get; }
Property Value
USE_CATALOG
public static String USE_CATALOG { get; }
Property Value
W3C_XML_SCHEMA_INSTANCE_NS_URI
public static String W3C_XML_SCHEMA_INSTANCE_NS_URI { get; }
Property Value
W3C_XML_SCHEMA_NS_URI
public static String W3C_XML_SCHEMA_NS_URI { get; }
Property Value
W3C_XPATH_DATATYPE_NS_URI
public static String W3C_XPATH_DATATYPE_NS_URI { get; }
Property Value
XMLNS_ATTRIBUTE
public static String XMLNS_ATTRIBUTE { get; }
Property Value
XMLNS_ATTRIBUTE_NS_URI
public static String XMLNS_ATTRIBUTE_NS_URI { get; }
Property Value
XML_DTD_NS_URI
public static String XML_DTD_NS_URI { get; }
Property Value
XML_NS_PREFIX
public static String XML_NS_PREFIX { get; }
Property Value
XML_NS_URI
public static String XML_NS_URI { get; }