Package com.sun.xml.rpc.wsdl.framework
Class WriterContext
java.lang.Object
com.sun.xml.rpc.wsdl.framework.WriterContext
The context used by writer classes.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddeclarePrefix(String prefix, String uri) findNewPrefix(String base) voidflush()getNamespaceURI(String prefix) getPrefixFor(String uri) getQNameString(QName name) voidpop()voidpush()voidvoidvoidwriteAttribute(String name, boolean value) voidwriteAttribute(String name, int value) voidwriteAttribute(String name, Boolean value) voidwriteAttribute(String name, Object value, Map valueToXmlMap) voidwriteAttribute(String name, String value) voidwriteAttribute(String name, QName value) voidwriteEndTag(QName name) voidwriteNamespaceDeclaration(String prefix, String uri) voidwriteStartTag(QName name) void
-
Constructor Details
-
WriterContext
- Throws:
IOException
-
-
Method Details
-
flush
- Throws:
IOException
-
close
- Throws:
IOException
-
push
public void push() -
pop
public void pop() -
getNamespaceURI
-
getPrefixes
-
getDefaultNamespaceURI
-
declarePrefix
-
getPrefixFor
-
findNewPrefix
-
getTargetNamespaceURI
-
setTargetNamespaceURI
-
writeStartTag
- Throws:
IOException
-
writeEndTag
- Throws:
IOException
-
writeAttribute
- Throws:
IOException
-
writeAttribute
- Throws:
IOException
-
writeAttribute
- Throws:
IOException
-
writeAttribute
- Throws:
IOException
-
writeAttribute
- Throws:
IOException
-
writeAttribute
- Throws:
IOException
-
writeNamespaceDeclaration
- Throws:
IOException
-
writeAllPendingNamespaceDeclarations
- Throws:
IOException
-
writeTag
- Throws:
IOException
-
getQNameString
-
getQNameStringWithTargetNamespaceCheck
-