Package system.web.ui
Class XhtmlTextWriter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.io.TextWriter
-
- system.web.ui.HtmlTextWriter
-
- system.web.ui.XhtmlTextWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class XhtmlTextWriter extends HtmlTextWriter
The base .NET class managing System.Web.UI.XhtmlTextWriter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.XhtmlTextWriter
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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.XhtmlTextWriterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XhtmlTextWriter()XhtmlTextWriter(java.lang.Object instance)Internal constructor.XhtmlTextWriter(TextWriter writer)XhtmlTextWriter(TextWriter writer, java.lang.String tabString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddRecognizedAttribute(java.lang.String elementName, java.lang.String attributeName)static XhtmlTextWritercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXhtmlTextWriter, a cast assert is made to check if types are compatible.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 TypebooleanIsValidFormAttribute(java.lang.String attributeName)voidRemoveRecognizedAttribute(java.lang.String elementName, java.lang.String attributeName)voidSetDocType(XhtmlMobileDocType docType)voidsetJCOInstance(JCObject instance)voidWriteBreak()-
Methods inherited from class system.web.ui.HtmlTextWriter
AddAttribute, AddAttribute, AddAttribute, AddAttribute, AddStyleAttribute, AddStyleAttribute, BeginRender, Close, EndRender, EnterStyle, EnterStyle, ExitStyle, ExitStyle, Flush, getIndent, getInnerWriter, RenderBeginTag, RenderBeginTag, RenderEndTag, setIndent, setInnerWriter, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, WriteAttribute, WriteAttribute, WriteBeginTag, WriteEncodedText, WriteEncodedUrl, WriteEncodedUrlParameter, WriteEndTag, WriteFullBeginTag, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLineNoTabs, WriteStyleAttribute, WriteStyleAttribute
-
Methods inherited from class system.io.TextWriter
close, Dispose, FlushAsync, getEncoding, getFormatProvider, getNewLine, setNewLine, Synchronized, Write, Write, Write, Write, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteLine, WriteLine, WriteLine, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsync
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.XhtmlTextWriter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XhtmlTextWriter
public XhtmlTextWriter(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XhtmlTextWriter
public XhtmlTextWriter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
XhtmlTextWriter
public XhtmlTextWriter(TextWriter writer) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException
-
XhtmlTextWriter
public XhtmlTextWriter(TextWriter writer, java.lang.String tabString) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, ObjectDisposedException, AbandonedMutexException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classHtmlTextWriter- 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 classHtmlTextWriter- 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 classHtmlTextWriter- 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 classHtmlTextWriter- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHtmlTextWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classHtmlTextWriter- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XhtmlTextWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXhtmlTextWriter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XhtmlTextWriterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsValidFormAttribute
public boolean IsValidFormAttribute(java.lang.String attributeName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Overrides:
IsValidFormAttributein classHtmlTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
AddRecognizedAttribute
public void AddRecognizedAttribute(java.lang.String elementName, java.lang.String attributeName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
-
RemoveRecognizedAttribute
public void RemoveRecognizedAttribute(java.lang.String elementName, java.lang.String attributeName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
-
SetDocType
public void SetDocType(XhtmlMobileDocType docType) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
WriteBreak
public void WriteBreak() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteBreakin classHtmlTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
-