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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.HtmlTextWriterstatic JCType
classType
The 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 void
AddAttribute(java.lang.String name, java.lang.String value)
void
AddAttribute(java.lang.String name, java.lang.String value, boolean fEndode)
void
AddAttribute(HtmlTextWriterAttribute key, java.lang.String value)
void
AddAttribute(HtmlTextWriterAttribute key, java.lang.String value, boolean fEncode)
void
AddStyleAttribute(java.lang.String name, java.lang.String value)
void
AddStyleAttribute(HtmlTextWriterStyle key, java.lang.String value)
void
BeginRender()
static HtmlTextWriter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHtmlTextWriter
, a cast assert is made to check if types are compatible.void
Close()
void
EndRender()
void
EnterStyle(Style style)
void
EnterStyle(Style style, HtmlTextWriterTag tag)
void
ExitStyle(Style style)
void
ExitStyle(Style style, HtmlTextWriterTag tag)
void
Flush()
int
getIndent()
TextWriter
getInnerWriter()
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 Typeboolean
IsValidFormAttribute(java.lang.String attribute)
void
RenderBeginTag(java.lang.String tagName)
void
RenderBeginTag(HtmlTextWriterTag tagKey)
void
RenderEndTag()
void
setIndent(int Indent)
void
setInnerWriter(TextWriter InnerWriter)
void
setJCOInstance(JCObject instance)
void
Write(boolean value)
void
Write(char value)
void
Write(char[] buffer)
void
Write(char[] buffer, int index, int count)
void
Write(double value)
void
Write(int value)
void
Write(long value)
void
Write(java.lang.String s)
void
Write(java.lang.String format, NetObject arg0)
void
Write(java.lang.String format, NetObject... arg)
void
Write(java.lang.String format, NetObject arg0, NetObject arg1)
void
Write(JCORefOut dupParam0)
void
Write(JCORefOut dupParam0, int dupParam1, int dupParam2)
void
Write(NetObject value)
void
Write(Single value)
void
WriteAttribute(java.lang.String name, java.lang.String value)
void
WriteAttribute(java.lang.String name, java.lang.String value, boolean fEncode)
void
WriteBeginTag(java.lang.String tagName)
void
WriteBreak()
void
WriteEncodedText(java.lang.String text)
void
WriteEncodedUrl(java.lang.String url)
void
WriteEncodedUrlParameter(java.lang.String urlText)
void
WriteEndTag(java.lang.String tagName)
void
WriteFullBeginTag(java.lang.String tagName)
void
WriteLine()
void
WriteLine(boolean value)
void
WriteLine(char value)
void
WriteLine(char[] buffer)
void
WriteLine(char[] buffer, int index, int count)
void
WriteLine(double value)
void
WriteLine(int value)
void
WriteLine(long value)
void
WriteLine(java.lang.String s)
void
WriteLine(java.lang.String format, NetObject arg0)
void
WriteLine(java.lang.String format, NetObject... arg)
void
WriteLine(java.lang.String format, NetObject arg0, NetObject arg1)
void
WriteLine(JCORefOut dupParam0)
void
WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2)
void
WriteLine(NetObject value)
void
WriteLine(Single value)
void
WriteLine(UInt32 value)
void
WriteLineNoTabs(java.lang.String s)
void
WriteStyleAttribute(java.lang.String name, java.lang.String value)
void
WriteStyleAttribute(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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classTextWriter
- 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 classTextWriter
- 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 classTextWriter
- 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 classTextWriter
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTextWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classTextWriter
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HtmlTextWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHtmlTextWriter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HtmlTextWriter
instance- 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.Throwable
ArgumentException
ThreadAbortException
InvalidOperationException
ArgumentNullException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
MissingManifestResourceException
HttpException
NullReferenceException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
-
AddAttribute
public void AddAttribute(HtmlTextWriterAttribute key, java.lang.String value) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
AddAttribute
public void AddAttribute(HtmlTextWriterAttribute key, java.lang.String value, boolean fEncode) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ThreadAbortException
InvalidOperationException
MissingMethodException
TargetInvocationException
MissingManifestResourceException
HttpException
NullReferenceException
-
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:
Close
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
NullReferenceException
OutOfMemoryException
FormatException
CultureNotFoundException
-
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:
Flush
in 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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ThreadAbortException
MissingManifestResourceException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
HttpException
PlatformNotSupportedException
NullReferenceException
-
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:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(char value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(char[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(double value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
-
Write
public void Write(int value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
-
Write
public void Write(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
-
Write
public void Write(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
-
Write
public void Write(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
OutOfMemoryException
FormatException
-
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:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
OutOfMemoryException
FormatException
-
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:
Write
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
OutOfMemoryException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
ThreadAbortException
InvalidOperationException
MissingMethodException
TargetInvocationException
OutOfMemoryException
MissingManifestResourceException
HttpException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
-
WriteBeginTag
public void WriteBeginTag(java.lang.String tagName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteBreak
public void WriteBreak() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteFullBeginTag
public void WriteFullBeginTag(java.lang.String tagName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine(boolean value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine(char value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine(char[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteLine
public void WriteLine(double value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
-
WriteLine
public void WriteLine(int value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
-
WriteLine
public void WriteLine(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
-
WriteLine
public void WriteLine(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
-
WriteLine
public void WriteLine(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
-
WriteLine
public void WriteLine(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
OutOfMemoryException
FormatException
-
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:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
OutOfMemoryException
FormatException
-
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:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
OutOfMemoryException
FormatException
-
WriteLine
public void WriteLine(UInt32 value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
- Overrides:
WriteLine
in classTextWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
-
WriteLineNoTabs
public void WriteLineNoTabs(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
ThreadAbortException
InvalidOperationException
MissingMethodException
TargetInvocationException
OutOfMemoryException
MissingManifestResourceException
HttpException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
-
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
-
-