net.sf.saxon.event
public class MetaTagAdjuster extends ProxyReceiver
Field Summary | |
---|---|
AttributeCollectionImpl | attributes |
int | droppingMetaTags |
String | encoding |
boolean | foundHead |
boolean | inMetaTag |
boolean | isXHTML |
int | level |
String | mediaType |
int | metaCode |
short | requiredURICode |
boolean | seekingHead |
Method Summary | |
---|---|
void | attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties)
Notify an attribute. |
void | endElement()
End of element |
void | setIsXHTML(boolean xhtml)
Indicate whether we're handling HTML or XHTML |
void | setOutputProperties(Properties details)
Set output properties |
void | startContent()
Notify the start of the content, that is, the completion of all attributes and namespaces.
|
void | startElement(int nameCode, int typeCode, int locationId, int properties)
Notify the start of an element
|
Parameters: nameCode The name of the attribute, as held in the name pool typeCode The type of the attribute, as held in the name pool properties Bit significant value. The following bits are defined:
Throws: IllegalStateException: attempt to output an attribute when there is no open element start tag
Parameters: nameCode integer code identifying the name of the element within the name pool. typeCode integer code identifying the element's type within the name pool. properties properties of the element node