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)
NamespaceParser
isMatched
in interface NamespaceParser
public boolean parse(Attribute attr, ComponentInfo compInfo, PageDefinition pgdef) throws java.lang.Exception
NamespaceParser
parse
in interface NamespaceParser
java.lang.Exception
public int getPriority()
NamespaceParser
getPriority
in interface NamespaceParser
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.