Class MapInfo
java.lang.Object
com.independentsoft.office.spreadsheet.MapInfo
The Class MapInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getMaps()Gets the maps.Gets the namespaces.Gets the schemas.voidsetNamespaces(String namespaces)Sets the namespaces.toString()
-
Constructor Details
-
MapInfo
public MapInfo()Instantiates a new map info. -
MapInfo
Instantiates a new map info.- Parameters:
buffer- the buffer- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getMaps
Gets the maps.- Returns:
- the maps
-
getSchemas
Gets the schemas.- Returns:
- the schemas
-
getNamespaces
Gets the namespaces.- Returns:
- the namespaces
-
setNamespaces
Sets the namespaces.- Parameters:
namespaces- the new namespaces
-