public class ClientBinderCommandParser extends java.lang.Object implements NamespaceParser
| Constructor and Description |
|---|
ClientBinderCommandParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Returns the namespace parser's priority, higher is the first.
|
boolean |
isMatched(java.lang.String nsURI)
Checks whether the namespace URI is used for this Namespace Parser.
|
boolean |
parse(Attribute attr,
ComponentInfo compInfo,
PageDefinition pgdef)
Parses the the content with the current namespace parser.
|
public boolean isMatched(java.lang.String nsURI)
NamespaceParserisMatched in interface NamespaceParserpublic boolean parse(Attribute attr, ComponentInfo compInfo, PageDefinition pgdef) throws java.lang.Exception
NamespaceParserparse in interface NamespaceParserjava.lang.Exceptionpublic int getPriority()
NamespaceParsergetPriority in interface NamespaceParserCopyright © 2005-2011 Potix Corporation. All Rights Reserved.