org.tagnetic.core.parser.tagmatcher
Class SimpleTagMatcher
java.lang.Object
org.tagnetic.core.parser.tagmatcher.SimpleTagMatcher
- All Implemented Interfaces:
- TagMatcher
- public class SimpleTagMatcher
- extends java.lang.Object
- implements TagMatcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTagMatcher
public SimpleTagMatcher()
getRegularExpression
public java.lang.String getRegularExpression()
- Specified by:
getRegularExpression in interface TagMatcher
getParsedElement
public ParsedTag getParsedElement(java.lang.String matchedText,
java.lang.String[] groupStrings)
throws TagneticException
- Specified by:
getParsedElement in interface TagMatcher
- Throws:
TagneticException
setAttributeseparator
public void setAttributeseparator(java.lang.String attributeSeparator)
setNamevalueseparator
public void setNamevalueseparator(java.lang.String nameValueSeparator)
setPrefix
public void setPrefix(java.lang.String prefix)
setSuffix
public void setSuffix(java.lang.String suffix)
Copyright © 2005 tagnetic.org. All Rights Reserved.