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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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.StringassemblyFullNameFully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.XmlParserContextstatic JCTypeclassTypeThe 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 XmlParserContextcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlParserContext, a cast assert is made to check if types are compatible.java.lang.StringgetBaseURI()java.lang.StringgetDocTypeName()EncodinggetEncoding()java.lang.StringgetInternalSubset()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeXmlNamespaceManagergetNamespaceManager()XmlNameTablegetNameTable()java.lang.StringgetPublicId()java.lang.StringgetSystemId()java.lang.StringgetXmlLang()XmlSpacegetXmlSpace()voidsetBaseURI(java.lang.String BaseURI)voidsetDocTypeName(java.lang.String DocTypeName)voidsetEncoding(Encoding Encoding)voidsetInternalSubset(java.lang.String InternalSubset)voidsetJCOInstance(JCObject instance)voidsetNamespaceManager(XmlNamespaceManager NamespaceManager)voidsetNameTable(XmlNameTable NameTable)voidsetPublicId(java.lang.String PublicId)voidsetSystemId(java.lang.String SystemId)voidsetXmlLang(java.lang.String XmlLang)voidsetXmlSpace(XmlSpace XmlSpace)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.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.ThrowableInternal 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) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, 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, Encoding enc) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException
-
XmlParserContext
public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String xmlLang, XmlSpace xmlSpace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException
-
XmlParserContext
public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, java.lang.String xmlLang, XmlSpace xmlSpace, Encoding enc) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlParserContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlParserContext, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlParserContextinstance- 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
-
-