[−][src]Module abxml::chunks
Structs to represent chunks and iterate them
Re-exports
pub use self::string_table::StringTableCache; |
pub use self::string_table::StringTableWrapper; |
pub use self::table_type::TableTypeWrapper; |
Modules
| chunk_header | |
| package | |
| resource | |
| string_table | |
| table_type | |
| table_type_spec | |
| xml |
Structs
| ChunkHeader | |
| ChunkLoaderStream | |
| ConfigurationWrapper | |
| PackageWrapper | |
| ResourceWrapper | |
| TypeSpecWrapper | |
| XmlNamespaceEndWrapper | |
| XmlNamespaceStartWrapper | |
| XmlTagEndWrapper | |
| XmlTagStartWrapper | Contains a reference to the whole buffer and the chunk header of a |
| XmlTextWrapper |
Enums
| Chunk |
Constants
| TOKEN_PACKAGE | |
| TOKEN_RESOURCE | |
| TOKEN_STRING_TABLE | |
| TOKEN_TABLE_SPEC | |
| TOKEN_TABLE_TYPE | |
| TOKEN_XML_END_NAMESPACE | |
| TOKEN_XML_START_NAMESPACE | |
| TOKEN_XML_TAG_END | |
| TOKEN_XML_TAG_START | |
| TOKEN_XML_TEXT |