|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ro.sync.ecss.extensions.dita.DITACustomRuleMatcher
public abstract class DITACustomRuleMatcher
DITA custom rule matcher abstract class.
Constructor Summary | |
---|---|
DITACustomRuleMatcher()
|
Method Summary | |
---|---|
boolean |
matches(java.lang.String systemID,
java.lang.String rootNamespace,
java.lang.String rootLocalName,
java.lang.String doctypePublicID,
org.xml.sax.Attributes rootAttributes)
Try to find a DITAArchVersion attribute in the root attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ro.sync.ecss.extensions.api.Extension |
---|
getDescription |
Constructor Detail |
---|
public DITACustomRuleMatcher()
Method Detail |
---|
public boolean matches(java.lang.String systemID, java.lang.String rootNamespace, java.lang.String rootLocalName, java.lang.String doctypePublicID, org.xml.sax.Attributes rootAttributes)
DITAArchVersion
attribute in the root attributes.
matches
in interface DocumentTypeCustomRuleMatcher
systemID
- The system ID of the current file in an URL format with not allowed characters corrected.
For example: "file:/C:/path/to/file/file.xml"rootNamespace
- The namespace of the root.rootLocalName
- The root local name.doctypePublicID
- The public id of the specified DTD if any.rootAttributes
- The root attributes. The attributes are DOM level 2
and the namespaces are available for each one.
true
if the document type to which this rule belongs to
will be used for the current file.DocumentTypeCustomRuleMatcher.matches(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |