Package system.web.ui
Class HtmlTextWriter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.io.TextWriter
-
- system.web.ui.HtmlTextWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
- Direct Known Subclasses:
Html32TextWriter,XhtmlTextWriter
public class HtmlTextWriter extends TextWriter
The base .NET class managing System.Web.UI.HtmlTextWriter, 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.HtmlTextWriter
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.HtmlTextWriterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HtmlTextWriter()HtmlTextWriter(java.lang.Object instance)Internal constructor.HtmlTextWriter(TextWriter writer)HtmlTextWriter(TextWriter writer, java.lang.String tabString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddAttribute(java.lang.String name, java.lang.String value)voidAddAttribute(java.lang.String name, java.lang.String value, boolean fEndode)voidAddAttribute(HtmlTextWriterAttribute key, java.lang.String value)voidAddAttribute(HtmlTextWriterAttribute key, java.lang.String value, boolean fEncode)voidAddStyleAttribute(java.lang.String name, java.lang.String value)voidAddStyleAttribute(HtmlTextWriterStyle key, java.lang.String value)voidBeginRender()static HtmlTextWritercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHtmlTextWriter, a cast assert is made to check if types are compatible.voidClose()voidEndRender()voidEnterStyle(Style style)voidEnterStyle(Style style, HtmlTextWriterTag tag)voidExitStyle(Style style)voidExitStyle(Style style, HtmlTextWriterTag tag)voidFlush()intgetIndent()TextWritergetInnerWriter()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 attribute)voidRenderBeginTag(java.lang.String tagName)voidRenderBeginTag(HtmlTextWriterTag tagKey)voidRenderEndTag()voidsetIndent(int Indent)voidsetInnerWriter(TextWriter InnerWriter)voidsetJCOInstance(JCObject instance)voidWrite(boolean value)voidWrite(char value)voidWrite(char[] buffer)voidWrite(char[] buffer, int index, int count)voidWrite(double value)voidWrite(int value)voidWrite(long value)voidWrite(java.lang.String s)voidWrite(java.lang.String format, NetObject arg0)voidWrite(java.lang.String format, NetObject... arg)voidWrite(java.lang.String format, NetObject arg0, NetObject arg1)voidWrite(JCORefOut dupParam0)voidWrite(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWrite(NetObject value)voidWrite(Single value)voidWriteAttribute(java.lang.String name, java.lang.String value)voidWriteAttribute(java.lang.String name, java.lang.String value, boolean fEncode)voidWriteBeginTag(java.lang.String tagName)voidWriteBreak()voidWriteEncodedText(java.lang.String text)voidWriteEncodedUrl(java.lang.String url)voidWriteEncodedUrlParameter(java.lang.String urlText)voidWriteEndTag(java.lang.String tagName)voidWriteFullBeginTag(java.lang.String tagName)voidWriteLine()voidWriteLine(boolean value)voidWriteLine(char value)voidWriteLine(char[] buffer)voidWriteLine(char[] buffer, int index, int count)voidWriteLine(double value)voidWriteLine(int value)voidWriteLine(long value)voidWriteLine(java.lang.String s)voidWriteLine(java.lang.String format, NetObject arg0)voidWriteLine(java.lang.String format, NetObject... arg)voidWriteLine(java.lang.String format, NetObject arg0, NetObject arg1)voidWriteLine(JCORefOut dupParam0)voidWriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteLine(NetObject value)voidWriteLine(Single value)voidWriteLine(UInt32 value)voidWriteLineNoTabs(java.lang.String s)voidWriteStyleAttribute(java.lang.String name, java.lang.String value)voidWriteStyleAttribute(java.lang.String name, java.lang.String value, boolean fEncode)-
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.HtmlTextWriter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HtmlTextWriter
public HtmlTextWriter(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HtmlTextWriter
public HtmlTextWriter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HtmlTextWriter
public HtmlTextWriter(TextWriter writer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
HtmlTextWriter
public HtmlTextWriter(TextWriter writer, java.lang.String tabString) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classTextWriter- 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 classTextWriter- 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 classTextWriter- 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 classTextWriter- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classTextWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classTextWriter- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HtmlTextWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHtmlTextWriter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HtmlTextWriterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsValidFormAttribute
public boolean IsValidFormAttribute(java.lang.String attribute) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
AddAttribute
public void AddAttribute(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ThreadAbortException, InvalidOperationException, HttpException
-
AddAttribute
public void AddAttribute(java.lang.String name, java.lang.String value, boolean fEndode) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, HttpException, NullReferenceException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionHttpExceptionNullReferenceExceptionCultureNotFoundExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexException
-
AddAttribute
public void AddAttribute(HtmlTextWriterAttribute key, java.lang.String value) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
AddAttribute
public void AddAttribute(HtmlTextWriterAttribute key, java.lang.String value, boolean fEncode) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
AddStyleAttribute
public void AddStyleAttribute(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ThreadAbortException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, HttpException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionThreadAbortExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionHttpExceptionNullReferenceException
-
AddStyleAttribute
public void AddStyleAttribute(HtmlTextWriterStyle key, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ThreadAbortException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, HttpException, NullReferenceException
-
BeginRender
public void BeginRender() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable, ArgumentNullException- Overrides:
Closein classTextWriter- Throws:
java.lang.ThrowableArgumentNullException
-
EndRender
public void EndRender() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
EnterStyle
public void EnterStyle(Style style) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, FormatException, CultureNotFoundException
-
EnterStyle
public void EnterStyle(Style style, HtmlTextWriterTag tag) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, FormatException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionFormatExceptionCultureNotFoundException
-
ExitStyle
public void ExitStyle(Style style) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
ExitStyle
public void ExitStyle(Style style, HtmlTextWriterTag tag) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Flush
public void Flush() throws java.lang.Throwable- Overrides:
Flushin classTextWriter- Throws:
java.lang.Throwable
-
RenderBeginTag
public void RenderBeginTag(java.lang.String tagName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, ThreadAbortException, InvalidOperationException, MissingManifestResourceException, HttpException, NullReferenceException
-
RenderBeginTag
public void RenderBeginTag(HtmlTextWriterTag tagKey) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ThreadAbortException, MissingManifestResourceException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, HttpException, PlatformNotSupportedException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionThreadAbortExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionHttpExceptionPlatformNotSupportedExceptionNullReferenceException
-
RenderEndTag
public void RenderEndTag() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
Write
public void Write(boolean value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(char value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(char[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(double value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
Write
public void Write(int value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
Write
public void Write(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
Write
public void Write(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
Write
public void Write(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(java.lang.String format, NetObject arg0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, FormatException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatException
-
Write
public void Write(java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, FormatException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatException
-
Write
public void Write(java.lang.String format, NetObject... arg) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, FormatException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatException
-
WriteAttribute
public void WriteAttribute(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, MissingManifestResourceException, HttpException, NullReferenceException
-
WriteAttribute
public void WriteAttribute(java.lang.String name, java.lang.String value, boolean fEncode) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, MissingManifestResourceException, HttpException, PlatformNotSupportedException, NotSupportedException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceException
-
WriteBeginTag
public void WriteBeginTag(java.lang.String tagName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteBreak
public void WriteBreak() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteEncodedText
public void WriteEncodedText(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ThreadAbortException, MissingMethodException, TargetInvocationException, ConfigurationException
-
WriteEncodedUrl
public void WriteEncodedUrl(java.lang.String url) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException
-
WriteEncodedUrlParameter
public void WriteEncodedUrlParameter(java.lang.String urlText) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException
-
WriteEndTag
public void WriteEndTag(java.lang.String tagName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteFullBeginTag
public void WriteFullBeginTag(java.lang.String tagName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(boolean value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(char value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(char[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(double value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(int value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(java.lang.String format, NetObject arg0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, FormatException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatException
-
WriteLine
public void WriteLine(java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, FormatException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatException
-
WriteLine
public void WriteLine(java.lang.String format, NetObject... arg) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, FormatException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatException
-
WriteLine
public void WriteLine(UInt32 value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundException
-
WriteLineNoTabs
public void WriteLineNoTabs(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteStyleAttribute
public void WriteStyleAttribute(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, MissingManifestResourceException, HttpException, NullReferenceException
-
WriteStyleAttribute
public void WriteStyleAttribute(java.lang.String name, java.lang.String value, boolean fEncode) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, MissingManifestResourceException, HttpException, PlatformNotSupportedException, NotSupportedException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceException
-
getIndent
public int getIndent() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIndent
public void setIndent(int Indent) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getInnerWriter
public TextWriter getInnerWriter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInnerWriter
public void setInnerWriter(TextWriter InnerWriter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-