Package system.xml.xsl.runtime
Class XmlQueryOutput
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlWriter
-
- system.xml.xsl.runtime.XmlQueryOutput
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class XmlQueryOutput extends XmlWriter
The base .NET class managing System.Xml.Xsl.Runtime.XmlQueryOutput, System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Xsl.Runtime.XmlQueryOutput
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=8.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.Xsl.Runtime.XmlQueryOutputstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlQueryOutput()
XmlQueryOutput(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlQueryOutput
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlQueryOutput
, a cast assert is made to check if types are compatible.void
Close()
void
EndCopy(XPathNavigator navigator)
void
EndTree()
void
Flush()
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 Typejava.lang.String
LookupPrefix(java.lang.String ns)
void
setJCOInstance(JCObject instance)
boolean
StartCopy(XPathNavigator navigator)
void
StartElementContentUnchecked()
void
StartTree(XPathNodeType rootType)
void
WriteBase64(byte[] buffer, int index, int count)
void
WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)
void
WriteCData(java.lang.String text)
void
WriteCharEntity(char ch)
void
WriteChars(char[] buffer, int index, int count)
void
WriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2)
void
WriteComment(java.lang.String text)
void
WriteCommentString(java.lang.String text)
void
WriteDocType(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset)
void
WriteEndAttribute()
void
WriteEndAttributeUnchecked()
void
WriteEndComment()
void
WriteEndDocument()
void
WriteEndElement()
void
WriteEndElementUnchecked(java.lang.String localName)
void
WriteEndElementUnchecked(java.lang.String prefix, java.lang.String localName, java.lang.String ns)
void
WriteEndNamespace()
void
WriteEndProcessingInstruction()
void
WriteEndRoot()
void
WriteEntityRef(java.lang.String name)
void
WriteFullEndElement()
void
WriteItem(XPathItem item)
void
WriteNamespaceDeclaration(java.lang.String prefix, java.lang.String ns)
void
WriteNamespaceDeclarationUnchecked(java.lang.String prefix, java.lang.String ns)
void
WriteNamespaceString(java.lang.String text)
void
WriteProcessingInstruction(java.lang.String target, java.lang.String text)
void
WriteProcessingInstructionString(java.lang.String text)
void
WriteRaw(char[] buffer, int index, int count)
void
WriteRaw(java.lang.String data)
void
WriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2)
void
WriteRawUnchecked(java.lang.String text)
void
WriteStartAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String ns)
void
WriteStartAttributeComputed(java.lang.String tagName, int prefixMappingsIndex)
void
WriteStartAttributeComputed(java.lang.String tagName, java.lang.String ns)
void
WriteStartAttributeComputed(XmlQualifiedName name)
void
WriteStartAttributeComputed(XPathNavigator navigator)
void
WriteStartAttributeLocalName(java.lang.String localName)
void
WriteStartAttributeUnchecked(java.lang.String localName)
void
WriteStartAttributeUnchecked(java.lang.String prefix, java.lang.String localName, java.lang.String ns)
void
WriteStartComment()
void
WriteStartDocument()
void
WriteStartDocument(boolean standalone)
void
WriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns)
void
WriteStartElementComputed(java.lang.String tagName, int prefixMappingsIndex)
void
WriteStartElementComputed(java.lang.String tagName, java.lang.String ns)
void
WriteStartElementComputed(XmlQualifiedName name)
void
WriteStartElementComputed(XPathNavigator navigator)
void
WriteStartElementLocalName(java.lang.String localName)
void
WriteStartElementUnchecked(java.lang.String localName)
void
WriteStartElementUnchecked(java.lang.String prefix, java.lang.String localName, java.lang.String ns)
void
WriteStartNamespace(java.lang.String prefix)
void
WriteStartProcessingInstruction(java.lang.String target)
void
WriteStartRoot()
void
WriteString(java.lang.String text)
void
WriteStringUnchecked(java.lang.String text)
void
WriteSurrogateCharEntity(char lowChar, char highChar)
void
WriteWhitespace(java.lang.String ws)
void
XsltCopyOf(XPathNavigator navigator)
-
Methods inherited from class system.xml.XmlWriter
close, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Dispose, DisposeAsync, FlushAsync, getSettings, getWriteState, getXmlLang, getXmlSpace, WriteAttributes, WriteAttributesAsync, WriteAttributeString, WriteAttributeString, WriteAttributeString, WriteAttributeStringAsync, WriteBase64Async, WriteBase64Async, WriteBinHex, WriteBinHex, WriteBinHexAsync, WriteBinHexAsync, WriteCDataAsync, WriteCharEntityAsync, WriteCharsAsync, WriteCharsAsync, WriteCommentAsync, WriteDocTypeAsync, WriteElementString, WriteElementString, WriteElementString, WriteElementStringAsync, WriteEndDocumentAsync, WriteEndElementAsync, WriteEntityRefAsync, WriteFullEndElementAsync, WriteName, WriteNameAsync, WriteNmToken, WriteNmTokenAsync, WriteNode, WriteNode, WriteNodeAsync, WriteNodeAsync, WriteProcessingInstructionAsync, WriteQualifiedName, WriteQualifiedNameAsync, WriteRawAsync, WriteRawAsync, WriteRawAsync, WriteStartAttribute, WriteStartAttribute, WriteStartDocumentAsync, WriteStartDocumentAsync, WriteStartElement, WriteStartElement, WriteStartElementAsync, WriteStringAsync, WriteSurrogateCharEntityAsync, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteWhitespaceAsync
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=8.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.Xsl.Runtime.XmlQueryOutput- See Also:
- Constant Field Values
-
-
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 classXmlWriter
- 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 classXmlWriter
- 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 classXmlWriter
- 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 classXmlWriter
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXmlWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXmlWriter
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlQueryOutput cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlQueryOutput
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlQueryOutput
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
StartCopy
public boolean StartCopy(XPathNavigator navigator) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, XmlException
-
LookupPrefix
public java.lang.String LookupPrefix(java.lang.String ns) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
Close
public void Close() throws java.lang.Throwable
-
EndCopy
public void EndCopy(XPathNavigator navigator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndTree
public void EndTree() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Flush
public void Flush() throws java.lang.Throwable
-
StartElementContentUnchecked
public void StartElementContentUnchecked() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
StartTree
public void StartTree(XPathNodeType rootType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteBase64
public void WriteBase64(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteBase64
public void WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteCData
public void WriteCData(java.lang.String text) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException
- Overrides:
WriteCData
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
RankException
ArgumentException
ArrayTypeMismatchException
-
WriteCharEntity
public void WriteCharEntity(char ch) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteChars
public void WriteChars(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
- Overrides:
WriteChars
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
-
WriteChars
public void WriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
- Overrides:
WriteChars
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
-
WriteComment
public void WriteComment(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Overrides:
WriteComment
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
WriteCommentString
public void WriteCommentString(java.lang.String text) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
WriteDocType
public void WriteDocType(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteEndAttribute
public void WriteEndAttribute() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException
- Overrides:
WriteEndAttribute
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
PlatformNotSupportedException
ArgumentNullException
IndexOutOfRangeException
-
WriteEndAttributeUnchecked
public void WriteEndAttributeUnchecked() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteEndComment
public void WriteEndComment() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
-
WriteEndDocument
public void WriteEndDocument() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteEndElement
public void WriteEndElement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Overrides:
WriteEndElement
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
WriteEndElementUnchecked
public void WriteEndElementUnchecked(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
WriteEndElementUnchecked
public void WriteEndElementUnchecked(java.lang.String localName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
WriteEndNamespace
public void WriteEndNamespace() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
-
WriteEndProcessingInstruction
public void WriteEndProcessingInstruction() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
-
WriteEndRoot
public void WriteEndRoot() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteEntityRef
public void WriteEntityRef(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteFullEndElement
public void WriteFullEndElement() throws java.lang.Throwable
- Overrides:
WriteFullEndElement
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteItem
public void WriteItem(XPathItem item) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, XmlException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
XmlException
-
WriteNamespaceDeclaration
public void WriteNamespaceDeclaration(java.lang.String prefix, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
WriteNamespaceDeclarationUnchecked
public void WriteNamespaceDeclarationUnchecked(java.lang.String prefix, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
WriteNamespaceString
public void WriteNamespaceString(java.lang.String text) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
WriteProcessingInstruction
public void WriteProcessingInstruction(java.lang.String target, java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, XmlException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Overrides:
WriteProcessingInstruction
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
XmlException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
WriteProcessingInstructionString
public void WriteProcessingInstructionString(java.lang.String text) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
WriteRaw
public void WriteRaw(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
- Overrides:
WriteRaw
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
-
WriteRaw
public void WriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
- Overrides:
WriteRaw
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
-
WriteRaw
public void WriteRaw(java.lang.String data) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException
- Overrides:
WriteRaw
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
RankException
ArgumentException
ArrayTypeMismatchException
-
WriteRawUnchecked
public void WriteRawUnchecked(java.lang.String text) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteStartAttribute
public void WriteStartAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, FormatException
- Overrides:
WriteStartAttribute
in classXmlWriter
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
ArgumentNullException
ArgumentOutOfRangeException
OutOfMemoryException
InvalidOperationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
FormatException
-
WriteStartAttributeComputed
public void WriteStartAttributeComputed(java.lang.String tagName, int prefixMappingsIndex) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, ArgumentNullException, XmlException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, CultureNotFoundException, RankException, ArrayTypeMismatchException
-
WriteStartAttributeComputed
public void WriteStartAttributeComputed(java.lang.String tagName, java.lang.String ns) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, FormatException, XmlException, ArgumentOutOfRangeException, CultureNotFoundException, RankException, ArrayTypeMismatchException
-
WriteStartAttributeComputed
public void WriteStartAttributeComputed(XmlQualifiedName name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArrayTypeMismatchException, FormatException, RankException, XmlException, CultureNotFoundException
-
WriteStartAttributeComputed
public void WriteStartAttributeComputed(XPathNavigator navigator) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, XmlException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
WriteStartAttributeLocalName
public void WriteStartAttributeLocalName(java.lang.String localName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteStartAttributeUnchecked
public void WriteStartAttributeUnchecked(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteStartAttributeUnchecked
public void WriteStartAttributeUnchecked(java.lang.String localName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteStartComment
public void WriteStartComment() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException
-
WriteStartDocument
public void WriteStartDocument() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteStartDocument
public void WriteStartDocument(boolean standalone) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteStartElement
public void WriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Overrides:
WriteStartElement
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
FormatException
OutOfMemoryException
InvalidOperationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
WriteStartElementComputed
public void WriteStartElementComputed(java.lang.String tagName, int prefixMappingsIndex) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, ArgumentNullException, XmlException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, CultureNotFoundException, RankException, ArrayTypeMismatchException
-
WriteStartElementComputed
public void WriteStartElementComputed(java.lang.String tagName, java.lang.String ns) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, FormatException, XmlException, ArgumentOutOfRangeException, CultureNotFoundException, RankException, ArrayTypeMismatchException
-
WriteStartElementComputed
public void WriteStartElementComputed(XmlQualifiedName name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArrayTypeMismatchException, FormatException, RankException, XmlException, CultureNotFoundException
-
WriteStartElementComputed
public void WriteStartElementComputed(XPathNavigator navigator) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, XmlException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
WriteStartElementLocalName
public void WriteStartElementLocalName(java.lang.String localName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteStartElementUnchecked
public void WriteStartElementUnchecked(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException
-
WriteStartElementUnchecked
public void WriteStartElementUnchecked(java.lang.String localName) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException
-
WriteStartNamespace
public void WriteStartNamespace(java.lang.String prefix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException
-
WriteStartProcessingInstruction
public void WriteStartProcessingInstruction(java.lang.String target) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException, InvalidOperationException, XmlException, ExternalException
-
WriteStartRoot
public void WriteStartRoot() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
WriteString
public void WriteString(java.lang.String text) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException
- Overrides:
WriteString
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
RankException
ArgumentException
ArrayTypeMismatchException
-
WriteStringUnchecked
public void WriteStringUnchecked(java.lang.String text) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteSurrogateCharEntity
public void WriteSurrogateCharEntity(char lowChar, char highChar) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
- Overrides:
WriteSurrogateCharEntity
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
-
WriteWhitespace
public void WriteWhitespace(java.lang.String ws) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
XsltCopyOf
public void XsltCopyOf(XPathNavigator navigator) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, XmlException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
XmlException
-
-