public interface InputFeed extends StatefullComponent
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(java.lang.String text) |
void |
addDocumentAttribute(java.lang.String name,
java.lang.Object attr)
Adds document attributes.
|
void |
endDocument() |
void |
endElement() |
void |
endMetaInfo() |
void |
endMetaNode() |
Normalizer |
getCurrentNormalizer()
Warning; This method is needed internally, mess with it from the outside
and you will run into trouble.
|
NamespaceCollection |
getNamespaceCollection() |
void |
handlePageBreakEncountered(CSSValue pageName,
PseudoPage[] pseudoPages) |
boolean |
isPagebreakEncountered() |
void |
resetPageBreakFlag() |
void |
setAttribute(java.lang.String namespace,
java.lang.String name,
java.lang.Object attr) |
void |
setMetaNodeAttribute(java.lang.String name,
java.lang.Object attr)
Defines an attribute for the meta-nodes.
|
void |
startDocument()
Starts the document processing.
|
void |
startElement(java.lang.String namespace,
java.lang.String name) |
void |
startMetaInfo()
Signals, that meta-data follows.
|
void |
startMetaNode()
Starts a new meta-node structure.
|
saveStatevoid startDocument()
throws InputFeedException
InputFeedExceptionvoid startMetaInfo()
throws InputFeedException
InputFeedExceptionvoid addDocumentAttribute(java.lang.String name,
java.lang.Object attr)
throws InputFeedException
name - attr - InputFeedExceptionvoid startMetaNode()
throws InputFeedException
InputFeedExceptionvoid setMetaNodeAttribute(java.lang.String name,
java.lang.Object attr)
throws InputFeedException
name - attr - InputFeedExceptionvoid endMetaNode()
throws InputFeedException
InputFeedExceptionvoid endMetaInfo()
throws InputFeedException
InputFeedExceptionvoid startElement(java.lang.String namespace,
java.lang.String name)
throws InputFeedException
InputFeedExceptionvoid setAttribute(java.lang.String namespace,
java.lang.String name,
java.lang.Object attr)
throws InputFeedException
InputFeedExceptionvoid addContent(java.lang.String text)
throws InputFeedException
InputFeedExceptionvoid endElement()
throws InputFeedException
InputFeedExceptionvoid endDocument()
throws InputFeedException
InputFeedExceptionNamespaceCollection getNamespaceCollection()
void handlePageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) throws NormalizationException
NormalizationExceptionboolean isPagebreakEncountered()
void resetPageBreakFlag()
Normalizer getCurrentNormalizer()