|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.xmlpad.helper.SyntaxHelper
SyntaxHelper This classes is a method factory for finding helper for the current XMLPad context usage. This is for tags or entities.
Constructor Summary | |
SyntaxHelper()
|
Method Summary | |
void |
addTagDescriptor(TagDescriptor tag)
|
EntityHelper |
getEntityHelper()
|
SystemHelper |
getSystemHelper()
|
TagHelper |
getTagHelperForLocation(java.lang.String location)
|
boolean |
hasTagHelper()
|
void |
setDTDLocation(java.lang.String currentDocument,
java.lang.String location,
java.lang.String rootElement)
Reset the current DTD location |
void |
setRelaxNGLocation(java.lang.String location)
Reset the current RelaxNGLocation |
void |
setSchemaLocation(java.lang.String currentDocument,
java.lang.String location,
java.lang.String rootElement)
Reset the current Schema location |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SyntaxHelper()
Method Detail |
public void addTagDescriptor(TagDescriptor tag)
public boolean hasTagHelper()
true
if a tag helper is availablepublic void setRelaxNGLocation(java.lang.String location)
public void setSchemaLocation(java.lang.String currentDocument, java.lang.String location, java.lang.String rootElement)
public void setDTDLocation(java.lang.String currentDocument, java.lang.String location, java.lang.String rootElement)
public TagHelper getTagHelperForLocation(java.lang.String location)
public EntityHelper getEntityHelper()
public SystemHelper getSystemHelper()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |