Package system.xml
Class XmlParserContext
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlParserContext
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlParserContext extends NetObject
The base .NET class managing System.Xml.XmlParserContext, System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlParserContext
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.XmlParserContextstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlParserContext()
XmlParserContext(java.lang.Object instance)
Internal constructor.XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String docTypeName, java.lang.String pubId, java.lang.String sysId, java.lang.String internalSubset, java.lang.String baseURI, java.lang.String xmlLang, XmlSpace xmlSpace)
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String docTypeName, java.lang.String pubId, java.lang.String sysId, java.lang.String internalSubset, java.lang.String baseURI, java.lang.String xmlLang, XmlSpace xmlSpace, Encoding enc)
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String xmlLang, XmlSpace xmlSpace)
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String xmlLang, XmlSpace xmlSpace, Encoding enc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlParserContext
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlParserContext
, a cast assert is made to check if types are compatible.java.lang.String
getBaseURI()
java.lang.String
getDocTypeName()
Encoding
getEncoding()
java.lang.String
getInternalSubset()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeXmlNamespaceManager
getNamespaceManager()
XmlNameTable
getNameTable()
java.lang.String
getPublicId()
java.lang.String
getSystemId()
java.lang.String
getXmlLang()
XmlSpace
getXmlSpace()
void
setBaseURI(java.lang.String BaseURI)
void
setDocTypeName(java.lang.String DocTypeName)
void
setEncoding(Encoding Encoding)
void
setInternalSubset(java.lang.String InternalSubset)
void
setJCOInstance(JCObject instance)
void
setNamespaceManager(XmlNamespaceManager NamespaceManager)
void
setNameTable(XmlNameTable NameTable)
void
setPublicId(java.lang.String PublicId)
void
setSystemId(java.lang.String SystemId)
void
setXmlLang(java.lang.String XmlLang)
void
setXmlSpace(XmlSpace XmlSpace)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.XmlParserContext- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlParserContext
public XmlParserContext(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlParserContext
public XmlParserContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlParserContext
public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String docTypeName, java.lang.String pubId, java.lang.String sysId, java.lang.String internalSubset, java.lang.String baseURI, java.lang.String xmlLang, XmlSpace xmlSpace, Encoding enc) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XmlException
-
XmlParserContext
public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String docTypeName, java.lang.String pubId, java.lang.String sysId, java.lang.String internalSubset, java.lang.String baseURI, java.lang.String xmlLang, XmlSpace xmlSpace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XmlException
-
XmlParserContext
public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String xmlLang, XmlSpace xmlSpace, Encoding enc) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XmlException
-
XmlParserContext
public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String xmlLang, XmlSpace xmlSpace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException, XmlException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlParserContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlParserContext
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlParserContext
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getBaseURI
public java.lang.String getBaseURI() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBaseURI
public void setBaseURI(java.lang.String BaseURI) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDocTypeName
public java.lang.String getDocTypeName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDocTypeName
public void setDocTypeName(java.lang.String DocTypeName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInternalSubset
public java.lang.String getInternalSubset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInternalSubset
public void setInternalSubset(java.lang.String InternalSubset) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPublicId
public java.lang.String getPublicId() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPublicId
public void setPublicId(java.lang.String PublicId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSystemId
public java.lang.String getSystemId() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSystemId
public void setSystemId(java.lang.String SystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlLang
public java.lang.String getXmlLang() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlLang
public void setXmlLang(java.lang.String XmlLang) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEncoding
public void setEncoding(Encoding Encoding) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNamespaceManager
public XmlNamespaceManager getNamespaceManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNamespaceManager
public void setNamespaceManager(XmlNamespaceManager NamespaceManager) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNameTable
public XmlNameTable getNameTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNameTable
public void setNameTable(XmlNameTable NameTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlSpace
public XmlSpace getXmlSpace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlSpace
public void setXmlSpace(XmlSpace XmlSpace) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-