net.sf.sqs_xml.util
クラス StaticPrefixResolver
java.lang.Object
net.sf.sqs_xml.util.StaticPrefixResolver
- すべての実装インタフェース:
- org.apache.xml.utils.PrefixResolver
- public class StaticPrefixResolver
- extends java.lang.Object
- implements org.apache.xml.utils.PrefixResolver
- 作成者:
- hiroya
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S_XMLNAMESPACEURI
public static final java.lang.String S_XMLNAMESPACEURI
- 関連項目:
- 定数フィールド値
XML_PREFIX
public static final java.lang.String XML_PREFIX
- 関連項目:
- 定数フィールド値
S_XMLNSNAMESPACEURI
public static final java.lang.String S_XMLNSNAMESPACEURI
- 関連項目:
- 定数フィールド値
XMLNS_PREFIX
public static final java.lang.String XMLNS_PREFIX
- 関連項目:
- 定数フィールド値
StaticPrefixResolver
public StaticPrefixResolver(java.util.Map prefixMap)
getBaseIdentifier
public java.lang.String getBaseIdentifier()
- Return the base identifier for the document.
- 定義:
- インタフェース
org.apache.xml.utils.PrefixResolver
内の getBaseIdentifier
getNamespaceForPrefix
public java.lang.String getNamespaceForPrefix(java.lang.String prefix)
- Retrieve the URI corresponding to the supplied prefix.
- 定義:
- インタフェース
org.apache.xml.utils.PrefixResolver
内の getNamespaceForPrefix
- パラメータ:
prefix
- the prefix to match to a URI.
getNamespaceForPrefix
public java.lang.String getNamespaceForPrefix(java.lang.String prefix,
org.w3c.dom.Node n)
- Retrieve a namespace in context. Note that this is meaningless for our
implementation, as the prefixes are static for the entire document and
independent of any local declarations.
- 定義:
- インタフェース
org.apache.xml.utils.PrefixResolver
内の getNamespaceForPrefix
- パラメータ:
prefix
- the prefix to queryn
- the context Node (ignored)
handlesNullPrefixes
public boolean handlesNullPrefixes()
- 定義:
- インタフェース
org.apache.xml.utils.PrefixResolver
内の handlesNullPrefixes