Package com.sun.xml.rpc.wsdl.framework
Class ParserContext
java.lang.Object
com.sun.xml.rpc.wsdl.framework.ParserContext
The context used by parser classes.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfireDoneParsingEntity(QName element, Entity entity) voidfireIgnoringExtension(QName name, QName parent) booleangetNamespaceURI(String prefix) voidpop()voidvoidpush()voidvoidvoidsetFollowImports(boolean b) voidsetWSDLLocation(String loc)
-
Constructor Details
-
ParserContext
-
-
Method Details
-
getDocument
-
getFollowImports
public boolean getFollowImports() -
setFollowImports
public void setFollowImports(boolean b) -
push
public void push() -
pop
public void pop() -
getNamespaceURI
-
getPrefixes
-
getDefaultNamespaceURI
-
registerNamespaces
-
translateQualifiedName
-
fireIgnoringExtension
-
fireDoneParsingEntity
-
pushWSDLLocation
public void pushWSDLLocation() -
popWSDLLocation
public void popWSDLLocation() -
setWSDLLocation
-
getWSDLLocation
-