|
GXPARSE hosted by |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrefixListener<T extends Parser>
Namespace prefix Listener interface for XML processing applications that
are driven by an XML push Parser
.
Method Summary | |
---|---|
void |
endPrefixMapping(T parser,
String prefix)
End the scope of a prefix-URI mapping (still under development, design may change). |
void |
startPrefixMapping(T parser,
String prefix,
String uri)
Begin the scope of a prefix-URI Namespace mapping (still under development, design may change). |
Method Detail |
---|
void startPrefixMapping(T parser, String prefix, String uri) throws ListenerException, IOException
Begin the scope of a prefix-URI Namespace mapping (still under development, design may change).
parser
- The Parser
that invoked this methodprefix
- The Namespace prefix being declared.uri
- The Namespace URI the prefix is mapped to.
ListenerException
IOException
void endPrefixMapping(T parser, String prefix) throws ListenerException, IOException
End the scope of a prefix-URI mapping (still under development, design may change).
parser
- The Parser
that invoked this methodprefix
- The prefix that was being mapped.
ListenerException
IOException
|
GXPARSE download | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |