|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openharbor.beck.apache.axis.BeckDeserializer.BeckHandler.AxisNamespaceResolver
Constructor Summary | |
BeckDeserializer.BeckHandler.AxisNamespaceResolver(org.apache.axis.encoding.DeserializationContext context)
|
Method Summary | |
java.lang.String |
getBaseURI()
The base URI to be used when resolving an external reference or reporting an error. |
org.xml.sax.EntityResolver |
getEntityResolver()
The current algorithm for resolving external references. |
XMLName |
resolveNamespace(java.lang.String name,
boolean isAttribute)
Resolve an XML name to its namespace URI and local part. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeckDeserializer.BeckHandler.AxisNamespaceResolver(org.apache.axis.encoding.DeserializationContext context)
Method Detail |
public XMLName resolveNamespace(java.lang.String name, boolean isAttribute) throws UnknownNamespaceException
XMLContext
resolveNamespace
in interface XMLContext
name
- an XML local name or qualified name (of the form prefix:localPart).isAttribute
- whether this is the name of an XML attribute.
The resolution algorithm for an attribute name
is slightly different than for an element name.
UnknownNamespaceException
- the qname's prefix has not been defined
(by an xmlns:prefix declaration).public java.lang.String getBaseURI()
XMLContext
getBaseURI
in interface XMLContext
public org.xml.sax.EntityResolver getEntityResolver()
XMLContext
getEntityResolver
in interface XMLContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |